main.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <HEAD>
  3. <META http-equiv="Content-Type" content="text/html; charset = utf-8">
  4. <style>
  5. p{font-family: 'Monotype corsiva'; font-size: 28px; text-align: justify; color:maroon;}
  6. .pic {
  7. display: flex;
  8. width: 840px;
  9. margin-bottom: 40px;
  10. }
  11. samp{font-family: Arial;font-size: 28px; text-align: center; margin: 0px 8px 0px 0px;}
  12. </style>
  13. <title>Главная</title>
  14. <link rel = "stylesheet" href = "style.css">
  15. </HEAD>
  16. <body background= фон.gif link = "brown" vlink="grey" alink="red">
  17. <h1 class = "h1">Карта долины Замков Лауры</h1>
  18. <img src = Посох.gif>
  19. <P>Вдоль Луары, одной из самых красивых французских
  20. рек, выстроились как в почетном карауле
  21. необыкновенной красоты каменные замки, и каждый - сама история.
  22. </P>
  23. <center>
  24. <map name="Карта" width: 400px>
  25. <area shape="circle" coords="377,296,11" href="Лош.html" alt="Замок Лош">
  26. <area shape="circle" coords="107,204,11" href="Анжер.html" alt="Замок Анжер">
  27. <area shape="circle" coords="186,281,11" href="Монсоро.html" alt="Замок Монсоро">
  28. <area shape="circle" coords="227,218,11" href="Ланже.html" alt="Замок Ланжэ">
  29. <area shape="circle" coords="116,308,11" href="Монтрей.html" alt="Замок Монтрей-Белле">
  30. <area shape="circle" coords="405,193,11" href="Шомон.html" alt="Замок Шомон">
  31. <area shape="circle" coords="158,243,12" href="Сомюр.html" alt="Замок Сомюр">
  32. <img src="Карта.gif" usemap="#Карта">
  33. </map>
  34. </center>
  35. <br><br>
  36. <center>
  37. <samp>
  38. <a href = форма_регистрации.html style="font-size: 2em"><button type="button" class="button-link">Заказать тур</button></a>
  39. </samp>
  40. </center>
  41. </body>