<!DOCTYPE html>
<html>
...
<body>
<header>
<nav>
<ul>
<li><a href='/index.html'>Home</a></li>
<li><a href='/about.html'>About</a></li>
<li><a href='/contact.html'>Contact</a></li>
</ul>
</nav>
</header>
...
</body>
</html>
Created
December 1, 2017 14:43
-
-
Save aspencer8111/44d13b4676be30571859f7f8f614cc84 to your computer and use it in GitHub Desktop.
nav-example
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment