This commit is contained in:
Lucas Kent 2023-01-05 00:44:43 -05:00
parent 254a200e5e
commit 4bf09229dd
4 changed files with 9 additions and 9 deletions

View File

@ -41,7 +41,7 @@
<div class="bg"></div>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/sitemap.html">Sitemap</a></li>
<li><a href="/nav.html">Navigation</a></li>
<li><a class="active" href="/blog.html">Blog</a></li>
<li><a href="/wip.html">WIP</a></li>
</ul>

View File

@ -42,7 +42,7 @@
<div class="bg"></div>
<ul>
<li><a class="active" href="/">Home</a></li>
<li><a href="/sitemap.html">Sitemap</a></li>
<li><a href="/nav.html">Navigation</a></li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/wip.html">WIP</a></li>
</ul>

View File

@ -41,7 +41,7 @@
<div id="page-container">
<ul>
<li><a href="/">Home</a></li>
<li><a class="active" href="/sitemap.html">Sitemap</a></li>
<li><a class="active" href="/nav.html">Navigation</a></li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/wip.html">WIP</a></li>
</ul>
@ -54,7 +54,7 @@
</p>
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<a href="/tools/calculator"
<a href="/pages/calculator"
><img
class="br"
src="/assets/imgs/calculator.png"
@ -62,28 +62,28 @@
style="width: 100px; height: 100px;"
/></a>
&nbsp;
<a href="/tools/retro-bowl"
<a href="/pages/retro-bowl"
><img
src="/assets/imgs/retrobowl.png"
alt="retro-bowl"
style="width: 100px; height: 100px;"
/></a>
&nbsp;
<a href="/tools/btd4"
<a href="/pages/btd4"
><img
src="/assets/imgs/btd4.jpg"
alt="BTD4"
style="width: 100px; height: 100px;"
/></a>
&nbsp;
<a href="/tools/swfs"
<a href="/pages/swfs"
><img
src="/assets/imgs/flash.png"
alt="Flash Player"
style="width: 100px; height: 100px;"
/></a>
&nbsp;
<a href="/tools/2048"
<a href="/pages/2048"
><img
src="/assets/imgs/2048.png"
alt="2048"

View File

@ -40,7 +40,7 @@
<div class="bg"></div>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/sitemap.html">Sitemap</a></li>
<li><a href="/nav.html">Navigation</a></li>
<li><a href="/blog.html">Blog</a></li>
<li><a class="active" href="/wip.html">WIP</a></li>
</ul>