- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmenu.php
More file actions
Latest commit
10 lines (10 loc) · 430 Bytes
/
Copy pathmenu.php
File metadata and controls
10 lines (10 loc) · 430 Bytes
1
2
3
4
5
6
7
8
9
10
<navclass="horizontal-nav full-width horizontalNav-notprocessed">
<ulclass="sf-menu">
<li><ahref="index.php">ABOUT</a></li>
<li><ahref="tours.php">HOT TOURS</a></li>
<li><ahref="special.php">SPECIAL OFFERS</a></li>
<li><ahref="rooms.php">ROOMS</a></li>
<li><ahref="contact.php">CONTACTS</a></li>
<li><ahref="login.php">LOGIN</a></li>
</ul>
</nav>