Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Paste the following code under <body>:
- <!---- NAVIGATION MENU by borntobewildcodes ---->
- <div id="navigation_menu">
- <div id="navi">
- <div id="navitr"></div>
- <a href="{text:Link 1 url}">{text:Link 1 name}</a>
- <a href="{text:Link 2 url}">{text:Link 2 name}</a>
- <a href="{text:Link 3 url}">{text:Link 3 name}</a>
- <a href="{text:Link 4 url}">{text:Link 4 name}</a>
- <a href="{text:Link 5 url}">{text:Link 5 name}</a>
- <!-- You can add more links here -->
- </div>
- <!-- End navi -->
- <center><span class="sf sf-navigation-o"></span></center>
- </div>
- <!-- End navigation_menu -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement