Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 18, 2014 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devdays/3acb3aab383b630f4403 to your computer and use it in GitHub Desktop.
Save devdays/3acb3aab383b630f4403 to your computer and use it in GitHub Desktop.
Single Page App - Nav Bar
<nav id="nav">
<ul>
<li><a href="#/bigletters'">Big Letters</a></li>
<li><a href="#/parseme/drafts">Parse Path</a></li>
<li><a href="#/compose">compose</a></li>
<li><a href="#/by_name/this">Alert this</a></li>
<li><a href="#/by_name/this/and/that">Alert This and that</a></li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment