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