44 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!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&id=Map&lang=ru_RU&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>
 | ||
| 
 | ||
|         <!--BUTTON TOP-->
 | ||
|         <a href="#" class="buttonTop miniText">Вверх!</a>
 | ||
|         
 | ||
|         <!--FOOTER-->
 | ||
|         <div w3-include-html="/pages/footer.html"></div>
 | ||
| 
 | ||
|         <!-- load all included html pages -->
 | ||
|         <script>includeHTML();</script>
 | ||
|     </body>
 | ||
| </html> |