a simple footer

This commit is contained in:
2017-08-22 19:37:22 -05:00
committed by Mark Moser
parent 7117f4e0c4
commit 06f126ba6e
8 changed files with 73 additions and 19 deletions

View File

@ -1,8 +1,8 @@
<nav class="nav-foot">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="styleguide.html">styleguide</a></li>
<li><a href="http://links.markamoser.com">links</a></li>
<li><a href="video.html">video</a></li>
<li><a href="misc.html">misc</a></li>
<li><a href="styleguide.html">styleguide</a></li>
</ul>
</nav>