Advertisement
DavidBawden1

episode 1 of coders guides Bootstrap series

Nov 24th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <head>
  5. <title>Bootstrap 3</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  7. <link href="css/bootstrap.min.css" rel = "stylesheet"/>
  8. <link href="css/Styles.css" rel = "stylesheet"/>
  9. </head>
  10. <body>
  11.  
  12. <h1>Hello World</h1>
  13.  
  14. <script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  15. <script src ="http://code.jquery.com/jquery-1.11.0.min.js"></script>
  16. </body>
  17. </html>
  18.  
  19.  
  20. Hi all, not sure why the CSS is not being picked up i have tried alternative filepaths however it still doesnt get picked up and displays the header in standard HTML please help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement