Skip to content

Instantly share code, notes, and snippets.

@ederchrono
Created April 20, 2019 07:16
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 ederchrono/f2f449a49309097a7591eb29857ecff9 to your computer and use it in GitHub Desktop.
Save ederchrono/f2f449a49309097a7591eb29857ecff9 to your computer and use it in GitHub Desktop.
<!-- HTML -->
<div id="app">
<nav>
<ul>
<li class="menu-item">About</li>
<li class="menu-item">Works</li>
<li class="menu-item">News/Blog</li>
<li class="menu-item">Contact us</li>
</ul>
</nav>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment