index.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. <title>Document</title>
  7. <link rel="stylesheet" href="/public/main.css">
  8. </head>
  9. <body>
  10. <header>
  11. <section class="hedContain">
  12. <img class="img" src="/public/image02.jpg" alt="">
  13. <nav class="hedLinks">
  14. <a class="hedLink" href="#">Главная</a>
  15. <a class="hedLink" href="#">подать заявку</a>
  16. <a class="hedLink" href="#">регистрация</a>
  17. </nav>
  18. </section>
  19. </header>
  20. <main>
  21. <section class="slider">
  22. <img id="imgSlider" src="/public/image01.webp" alt="">
  23. </section>
  24. </main>
  25. <footer>
  26. <section>
  27. <a href="#">Link</a>
  28. <a href="#">Link</a>
  29. <a href="#">Link</a>
  30. </section>
  31. <section>
  32. <a href="#">Link</a>
  33. <a href="#">Link</a>
  34. <a href="#">Link</a>
  35. </section>
  36. <section>
  37. <a href="#">Link</a>
  38. <a href="#">Link</a>
  39. <a href="#">Link</a>
  40. </section>
  41. </footer>
  42. <script src="/public/page.js"></script>
  43. </body>
  44. </html>