diff options
-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> |