adds footer close #5

This commit is contained in:
Drew
2025-04-22 19:18:55 -06:00
parent 8e5ccb77c6
commit 5cff4da500
4 changed files with 33 additions and 3 deletions

View File

@ -7,10 +7,10 @@
<nav class="font-iosevka">
<ul class="flex gap-4">
<li>
<a href="/" class="hover:text-blue-700">Home</a>
<a href="/">Home</a>
</li>
<li>
<a href="/about" class="hover:text-blue-700">About</a>
<a href="/about">About</a>
</li>
</ul>
</nav>