Files
Site_Vologda/site/pages/restaurants/Ресторан Паровозовъ.html

41 lines
1.8 KiB
HTML
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.png">
<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" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A45e50714e1da3fb670c1019b251fcf80ed5686b42c48fb902de6edc1df4bf3c9&amp;id=Map&amp;lang=ru_RU&amp;apikey=<API-ключ>"></script>
</head>
<body>
<!--HEADER -->
<div w3-include-html="/pages/header.html"></div>
<!--TEXT-->
<div class="vologdaPlace">
<p class="titleText">Ресторан Паровозовъ</p>
<img src="/images/Паравозь.webp">
<p class="normalText">Ресторан "ПаровозовЪ" в Вологде - место, которое стоит посетить всем туристам.
Первый в Вологде семейный ресторан с уникальной подачей напитков.
Проводники, паровозы, подстаканники и необычайно уютная атмосфера.</p>
</div>
<!--MAP-->
<div id="Map" class="vologdaMap"></div>
<!--FOOTER-->
<div w3-include-html="/pages/footer.html"></div>
<!-- load all included html pages -->
<script>includeHTML();</script>
</body>
</html>