main.html 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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. <link rel="stylesheet" href="styles/style.css">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <title>Замки Луара</title>
  9. </head>
  10. <body background="image/фон.gif">
  11. <h1>Замки долины реки Луара</h1>
  12. <img src="image/Посох.gif" alt="">
  13. <p> </p>
  14. <p>Добро пожаловать в увлекательное путешествие вдоль реки Луара</p>
  15. <form action="tour.html">
  16. <button class="offer-btn" type="submit">Оформить тур</button>
  17. </form>
  18. <div class="map_block">
  19. <map name="primary">
  20. <area shape="circle" coords="720, 540, 30" href="losh.html" />
  21. <area shape="circle" coords="220, 400, 30" href="ange.html"/>
  22. <area shape="circle" coords="460, 420, 30" href="lange.html"/>
  23. <area shape="circle" coords="360, 560, 30" href="monsro.html"/>
  24. <area shape="circle" coords="220, 600, 30" href="montre.html"/>
  25. <area shape="circle" coords="360, 460, 30" href="soumor.html"/>
  26. </map> <img usemap="#primary" src="./image/Карта.gif" alt="" width="1400" >
  27. </div>
  28. </body>
  29. </html>