Advertisement
Guest User

index.html

a guest
Nov 1st, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.34 KB | None | 0 0
  1. <li class="dropdown">
  2.   <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
  3.   <span class="dropdown-arrow"></span>
  4.     <ul class="dropdown-menu">
  5.       <li><a href="about.html">About</a></li>
  6.       <li><a href="team.html">Team</a></li>
  7.       <li><a href="contact.html">Contact</a></li>
  8.     </ul>
  9. </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement