Files
Site_Vologda/site/pages/restaurants/restaurants.html
2023-11-07 11:57:32 +03:00

19 lines
1.1 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.

<div class="vologdaPlace">
<p class="titleText">Места где можно хорошо пообедать</p>
<div class="button-restaurant">
<div>
<a href="/pages/restaurants/Устюг Великий.html"><button class="image-button" style="background-image: url('/images/Velicii-Ustig.webp');"></button></a>
<p class="normalText">Устюг Великий</p>
</div>
<div>
<a href="/pages/restaurants/Дом купчихи Ершовой.html"><button class="image-button" style="background-image: url('/images/Дом_купчихи_Ершовой.webp');"></button></a>
<p class="normalText">Дом купчихи Ершовой</p>
</div>
<div class="hidingrestaurants">
<a href="/pages/restaurants/Ресторан Паровозовъ.html"><button class="image-button" style="background-image: url('/images/Ресторан_Паровозовъ.webp');"></button></a>
<p class="normalText">Ресторан Паровозовъ</p>
</div>
</div>
</div>