Skip to content

Instantly share code, notes, and snippets.

@james-dibble
Created May 3, 2014 20:57
Show Gist options
  • Save james-dibble/41989be9d536a3e58c55 to your computer and use it in GitHub Desktop.
Save james-dibble/41989be9d536a3e58c55 to your computer and use it in GitHub Desktop.
Android Sliding Menu Html
<body>
<nav id="sidebar">
<button type="button" class="btn btn-default" data-toggle="collapse-width" data-target="#sidebar">
<span class="glyphicon glyphicon-align-justify"></span>
</button>
<div>
<ul class="nav nav-pills nav-stacked">
<li><a href="#">Some Page</a></li>
<li><a href="#">Anothe Page</a></li>
<li><a href="#">Another Page</a></li>
</ul>
</div>
</nav>
<div class="wrap" id="wrap">
<!-- All Content Goes Here -->
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment