Changed some things in the nav bar
This commit is contained in:
@ -11,10 +11,10 @@
|
||||
<div class="header">
|
||||
<h1 id="logo">Retro City</h1>
|
||||
<ul class="nav">
|
||||
<li><a href="index.html"><strong>Home</strong></a></li>
|
||||
<li><a href="pong.html">Pong</a></li>
|
||||
<li><a href="systems.html">Systems</a></li>
|
||||
<li><a href="games.html">Games</a></li>
|
||||
<li><a href="./index.html"><strong>Home</strong></a></li>
|
||||
<li><a href="./pong.html">Pong</a></li>
|
||||
<li><a href="./systems.html">Systems</a></li>
|
||||
<li><a href="./games.html">Games</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user