Skip to content

Instantly share code, notes, and snippets.

@yagamicoder
Last active September 23, 2016 02:48
Show Gist options
  • Save yagamicoder/b1441255a957c5b6099049c12ff9713f to your computer and use it in GitHub Desktop.
Save yagamicoder/b1441255a957c5b6099049c12ff9713f to your computer and use it in GitHub Desktop.
Nav menu
<nav id="nav">
<ul>
<li>One</li>
<li>Two</li>
<li>Three</li>
<li>Four</li>
<li>Five</li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment