Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8. <title>Bootstrap 101 Template</title>
  9. <!-- Bootstrap -->
  10. <link rel="stylesheet" href="assets/css/bootstrap.min.css">
  11. <link rel="stylesheet" href="assets/css/my-theme.css">
  12. </head>
  13. <body>
  14. <div class="container">
  15. <h1>
  16. xxx
  17. </h1>
  18. </div>
  19.  
  20. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  21. <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
  22. <!-- Include all compiled plugins (below), or include individual files as needed -->
  23. <script src="assets/js/bootstrap.min.js"></script>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement