Files
Site_Vologda/site/pages/Мини-отель Акварель
2023-11-01 01:58:32 +03:00

38 lines
2.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ru">
<head>
<link rel="stylesheet" href="/style/textFont.css">
<link rel="stylesheet" href="/style/background.css">
<link rel="stylesheet" href="/style/buttonStyle.css">
<link rel="stylesheet" href="/style/backgroundEffect.css">
<link rel="icon" href="/favicon.ico">
<meta charset="utf-8"/>
<title>Мини-отель Акварель</title>
<!--HTML loader script-->
<script type="text/javascript" charset="utf-8" src="/scripts/w3-include.js"></script>
<!--VOLOGDA MAPS-->
<script type="text/javascript" charset="utf-8" src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3Abac1416c747a6867070208e3a71fefae060843d99a9cd9f4c84fc00cb6aba4f0&amp;id=AttractionsMap&amp;lang=ru_RU&amp;apikey=<API-ключ>"></script>
<!-- <script type="text/javascript" charset="utf-8" src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3Adff641cfd3a15a83ae8bfb686cf24c228c2737343f7aa7ea54e39ad42c100ead&amp;id=RestaurantsMap&amp;lang=ru_RU&amp;apikey=<API-ключ>"></script> -->
</head>
<body>
<!--HEADER -->
<div w3-include-html="/style/header.html"></div>
<!--TEXT-->
<div class="vologdaPlace">
<p class="titleText">Мини-отель Акварель</p>
<p class="normalText">Мы предлагаем Вам 5 комфортных номеров. В них включено: санузел с ванной, бесплатный Wi-Fi, телевизор, чайник, а также мы подаем вкуснейшие завтраки прямо в номер к указанному Вами времени.</p>
<p class="normalText">Расстояние до Вологодского Кремля и других достопримечательностей города всего 500 метров.</p>
<img src="/images/Мини-отель_Акварель.webp">
</div>
<!--FOOTER-->
<div w3-include-html="/style/footer.html"></div>
<!-- load all included html pages -->
<script>includeHTML();</script>
</body>
</html>