Skip to content

Instantly share code, notes, and snippets.

@andersr
Last active September 26, 2015 17:26
Show Gist options
  • Save andersr/7479840cc117ef522b02 to your computer and use it in GitHub Desktop.
Save andersr/7479840cc117ef522b02 to your computer and use it in GitHub Desktop.
<nav class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">My Topics App</a>
</div>
</div>
</nav>
<div class="container">
<!-- insert main content here -->
<div class="row">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment