Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 987B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  7. <link rel="stylesheet" href="../../../libs/bootstrap/css/bootstrap.min.css"
  8. />
  9. <link rel="stylesheet" href="./../../css/main.css" />
  10. <title>Anwi</title>
  11. </head>
  12. <body>
  13. <header>
  14. <!-- navbar -->
  15. <div id="navbar-head"></div>
  16. <!-- end-navbar -->
  17. </header>
  18. <hr class="mx-5">
  19. <main class="container">
  20. <section>
  21. <div>
  22. <h1>banner space</h1>
  23. </div>
  24. </section>
  25. </main>
  26. <!-- footer -->
  27. <div id="footer-head"></div>
  28. <!-- end-footer -->
  29. <script src="../../../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
  30. <script src="../../js/jquery.min.js"></script>
  31. <script src="../../js/navbar.js"></script>
  32. <script src="../../js/footer.js"></script>
  33. </body>
  34. </html>