Skip to content

Instantly share code, notes, and snippets.

@shrayasr
Created July 12, 2016 10:56
Show Gist options
  • Save shrayasr/54b46bd4d69c890e1b6ec8d8f45f157c to your computer and use it in GitHub Desktop.
Save shrayasr/54b46bd4d69c890e1b6ec8d8f45f157c to your computer and use it in GitHub Desktop.
Simple Bootstrap Navbar
<div class="navbar navbar-default">
<div class="container">
<ul class="nav navbar-nav">
<li class="dropdown">
<a class="dropdown-toggle" href="#" data-toggle="dropdown">
SECRET LINXXXX
<b class="caret"></b>
</a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://google.com">Google</a></li>
</ul>
</li>
<li><a href="http://twitter.com">Twitter</a></li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment