Skip to content

Instantly share code, notes, and snippets.

@markuppatterns
Created December 20, 2012 20:13
Show Gist options
  • Save markuppatterns/4348175 to your computer and use it in GitHub Desktop.
Save markuppatterns/4348175 to your computer and use it in GitHub Desktop.
Simple list of links for navigation.
<nav role="navigation">
<a href="#">This is a link</a>
<a href="#" class="active">Active Link</a>
<a href="#">Lorem link</a>
<a href="#">Dolor link two</a>
<a href="#">Here is a link</a>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment