Advertisement
Guest User

test

a guest
Jan 26th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>BootStrap 3</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link href = "bootstrap/css/bootstrap.min.css" rel = "stylesheet">
  7. <link href = "bootstrap/css/styles.css" rel = "stylesheet">
  8. </head>
  9.  
  10. <script src="code.jquery.com/jquery-1.11.2.min.js"></script>
  11. <script src="code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
  12. <script src= "bootstrap/js/bootstrap.js"></script>
  13.  
  14. <body>
  15.  
  16. <div class="navbar navbar-inverse">
  17. <h1> HELLO </h2>
  18.  
  19.  
  20. </div>
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement