Fix index.html to make it go to the right address for About
parent
bbbec17ae6
commit
85181ba821
|
@ -11,7 +11,7 @@
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#" class="current">Home</a></li>
|
<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>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in New Issue