overhaul css + minor edits

This commit is contained in:
lynxize 2025-04-16 21:49:54 -06:00
parent 8f040abbe8
commit 209a64d77b
Signed by: lynxize
GPG key ID: 8615849B8532CD77
8 changed files with 118 additions and 93 deletions

View file

@ -13,11 +13,12 @@
<body>
<header>
<p>placeholder title lol</p>
<nav>
<a href="/">/home</a>
<a href="/about">/about</a>
<a href="/blog">/blog</a>
<a href="/stuff">/stuff</a>
<a href="/">home</a>
<a href="/about">about</a>
<a href="/blog">blog</a>
<a href="/stuff">stuff</a>
</nav>
</header>
@ -27,12 +28,7 @@
<footer>
<div>
<hr>
&copy lynxize 2025
-
<a href="https://github.com/lynxize/">GitHub</a>
|
<a href="https://bsky.app/profile/lynxize.dev">Bluesky</a>
</div>
</footer>
</body>