diff options
author | nathansmith117 <nathansmith@posteo.com> | 2025-03-29 05:57:10 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-29 05:57:10 -0600 |
commit | da1729de878c13eb1d1ce05cd47cb709fe9c84dc (patch) | |
tree | c2a6d1ba3098862a7c63505b71d8969a1b1622ff | |
parent | 064e0fd8c82b8e34f27090e5a77ac55940a283c5 (diff) |
Forgor the thing
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ <head> <title>Nathan's Shitty Web</title> <link rel="icon" type="image/x-icon" href="images/icon.png"> + <link rel="alternate" type="application/rss+xml" title="Nathan's shitty blog" href="blog/feed.xml"> <style> @@ -79,6 +80,7 @@ table { <tr> <td> <h3><a href="cgi-bin/guest_book.cgi">--> Sign the guest book</a></h3> + <h3><a href="blog/index.html">--> Read the blog</a></h3> <h3><a href="linux_room.html">--> Visit the linux room</a></h3> <h3><a href="music_room.html">--> Visit the music room</a></h3> </td> |