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