Skip to content

Instantly share code, notes, and snippets.

@tony-albanese
Last active January 12, 2023 12:28
Show Gist options
  • Save tony-albanese/8dd1a23639e2b2ebd93c788a6d1077f8 to your computer and use it in GitHub Desktop.
Save tony-albanese/8dd1a23639e2b2ebd93c788a6d1077f8 to your computer and use it in GitHub Desktop.
Navbar for LoveRunning
<nav id="menu">
<ul>
<li>
<a href="index.html">Home Page</a>
</li>
<li>
<a href="gallery.html" class="active">Gallery</a>
</li>
<li>
<a href="#">Signup</a>
</li>
</ul>
</nav>
@tony-albanese
Copy link
Author

Wow that's not interesting at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment