Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <div class="collapse navbar-collapse" id="navbarColor01">
  2. <ul class="navbar-nav mr-auto">
  3. <li class="nav-item active">
  4. <a class="nav-link" href="index.html">Applications<span class="sr-only">(current)</span></a>
  5. </li>
  6. <li class="nav-item">
  7. <a class="nav-link" href="wiki.html">Wiki</a>
  8. </li>
  9.  
  10. <li class="nav-item dropdown">
  11. <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
  12. <div class="dropdown-menu">
  13. <a class="dropdown-item" href="#">Action</a>
  14. <a class="dropdown-item" href="#">Another action</a>
  15. <a class="dropdown-item" href="#">Something else here</a>
  16. <div class="dropdown-divider"></div>
  17. <a class="dropdown-item" href="#">Separated link</a>
  18. </div>
  19. </li>
  20.  
  21. </ul>
  22.  
  23. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement