bootstrap.html 797 B

12345678910111213141516171819202122232425
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <!-- Required meta tags -->
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <!-- Bootstrap CSS -->
  8. <link rel="stylesheet" href="/assets/sys/bootstrap.css">
  9. <title>Hello, world!</title>
  10. </head>
  11. <body>
  12. <div class="container">
  13. <h1>Hello, world!</h1>
  14. <a href="https://getbootstrap.com/docs/4.1/getting-started/introduction/" target="_blank">https://getbootstrap.com/docs/4.1/getting-started/introduction/</a>
  15. </div>
  16. <!-- Optional JavaScript -->
  17. <!-- jQuery first, then Popper.js, then Bootstrap JS -->
  18. <script src="/assets/sys/jquery.js"></script>
  19. <script src="/assets/sys/popper.js"></script>
  20. <script src="/assets/sys/bootstrap.js"></script>
  21. </body>
  22. </html>