main.html 1.1 KB

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>main</title>
  6. <link rel="stylesheet" href="style.css">
  7. </head>
  8. <body>
  9. <h1>Добро пожаловать в увлекательное путешествие вдоль реки "Луара"</h1>
  10. <img src="посох.gif">
  11. <map name="карта">
  12. <p class="aligncenter">
  13. <area shape="circle" coords="375, 300, 15" href="Лош.html">
  14. <area shape="circle" coords="190, 270, 15" href="Монсоро.html">
  15. <area shape="circle" coords="160, 235, 15" href="Сомюр.html">
  16. <area shape="circle" coords="220, 210, 15" href="Ланже.html">
  17. <area shape="circle" coords="110, 200, 15" href="Анжер.html">
  18. <area shape="circle" coords="120, 300, 15" href="Монтрей.html">
  19. <img src="Карта.gif" usemap="#карта">
  20. </p>
  21. </map>
  22. <p style="text-align: center;"><button style="font-size: 30px;"><a href="Оформление.html">Заказать тур</a></button></p>
  23. </body>
  24. </html>