Clean v2
This commit is contained in:
24
site/pages/header.html
Normal file
24
site/pages/header.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<header>
|
||||
<div class="headerButton-grid">
|
||||
<a href="/index.html" style="text-decoration:none">
|
||||
<button style="background: transparent; border: none !important;">
|
||||
<p class="titleText">Путешествия по Вологде</p>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<a href="/index.html#AttractionsMap" style="text-decoration:none" class="hidingMenu">
|
||||
<button style="background: transparent; border: none !important;"> </button>
|
||||
<p class="titleTextMini">Достопримечательности</p>
|
||||
</a>
|
||||
|
||||
<a href="/index.html#RestaurantsMap" style="text-decoration:none" class="hidingMenu">
|
||||
<button style="background: transparent; border: none !important;"> </button>
|
||||
<p class="titleTextMini">Рестораны</p>
|
||||
</a>
|
||||
|
||||
<a href="/index.html#HotelMap" style="text-decoration:none" class="hidingMenu">
|
||||
<button style="background: transparent; border: none !important;"> </button>
|
||||
<p class="titleTextMini">Отели</p>
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user