Fix index.html to make it go to the right address for About

master
DavidDGTNT 2021-11-22 20:47:19 +00:00
parent bbbec17ae6
commit 85181ba821
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<nav>
<ul>
<li><a href="#" class="current">Home</a></li>
<li><a href="about/about.html">About</a></li>
<li><a href="about/index.html">About</a></li>
</ul>
</nav>
</header>