Files
Site_Vologda/site/pages/hotels/hotel.html
2023-11-07 12:19:54 +03:00

34 lines
1.9 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-grid">
<div>
<a href="/pages/hotels/Отель История.html"><button class="image-button" style="background-image: url('/images/Отель_«История».webp');"></button></a>
<p class="normalText">Отель «История»</p>
</div>
<div>
<a href="/pages/hotels/Отель Аура.html"><button class="image-button" style="background-image: url('/images/Отель_Аура.webp');"></button></a>
<p class="normalText">Отель «Аура»</p>
</div>
<div>
<a href="/pages/hotels/ГРК Спасский.html"><button class="image-button" style="background-image: url('/images/Spasskie.webp');"></button></a>
<p class="normalText">ГРК «Спасский»</p>
</div>
<div>
<a href="/pages/hotels/Апарт-отель на Ленина.html"><button class="image-button" style="background-image: url('/images/Aparat_2.webp');"></button></a>
<p class="normalText">Апарт-отель</p>
</div>
<div>
<a href="/pages/hotels/Гостиница Палисадъ.html"><button class="image-button" style="background-image: url('/images/palisad.2.webp');"></button></a>
<p class="normalText">Гостиница «Палисадъ»</p>
</div>
<div>
<a href="/pages/hotels/Гостиница-люкс АнглитерЪ.html"><button class="image-button" style="background-image: url('/images/Гостиница-люкс_АнглитерЪ.webp');"></button></a>
<p class="normalText">Гостиница-люкс «АнглитерЪ»</p>
</div>
</div>
</div>