Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Last active May 8, 2018 01:59
Show Gist options
  • Save isacjunior/1e137603223dbcf6840c027c10e35305 to your computer and use it in GitHub Desktop.
Save isacjunior/1e137603223dbcf6840c027c10e35305 to your computer and use it in GitHub Desktop.
const nav = (
<nav className="menu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
</ul>
</nav>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment