123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <link rel="stylesheet" href="styles/style.css">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Замки Луара</title>
- </head>
- <body background="image/фон.gif">
- <h1>Замки долины реки Луара</h1>
- <img src="image/Посох.gif" alt="">
- <p> </p>
- <p>Добро пожаловать в увлекательное путешествие вдоль реки Луара</p>
- <form action="tour.html">
- <button class="offer-btn" type="submit">Оформить тур</button>
- </form>
- <div class="map_block">
- <map name="primary">
- <area shape="circle" coords="720, 540, 30" href="losh.html" />
- <area shape="circle" coords="220, 400, 30" href="ange.html"/>
- <area shape="circle" coords="460, 420, 30" href="lange.html"/>
- <area shape="circle" coords="360, 560, 30" href="monsro.html"/>
- <area shape="circle" coords="220, 600, 30" href="montre.html"/>
- <area shape="circle" coords="360, 460, 30" href="soumor.html"/>
- </map> <img usemap="#primary" src="./image/Карта.gif" alt="" width="1400" >
- </div>
-
- </body>
- </html>
|