diff options
author | nathansmith117 <nathansmith@posteo.com> | 2025-03-10 11:52:22 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-10 11:52:22 -0600 |
commit | 72fdb21ac3048ef3355ffae52ba193f738da67c8 (patch) | |
tree | 6d904f26c298c6f7c74caac857f2120219c4359a /index.html | |
parent | 35f1e34e3f3ff9c1ce4aae4379395eaed49d759a (diff) |
Started working on the music room
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 26 |
1 files changed, 14 insertions, 12 deletions
@@ -2,7 +2,7 @@ <html> <head> - <title>Nathan's shitty web</title> + <title>Nathan's Shitty Web</title> <style> @@ -26,9 +26,10 @@ table { <body> <center> - <img src="images/home_title.png"/> + <img src="images/home_title.png" alt="Nathan's Shit Web"/> + <img src="images/under_construction.gif" alt="Under construction"/> - <table border="1" width="50%"> + <table border="1" width="60%"> <tr> <td> <h2>Contact</h2> @@ -44,16 +45,16 @@ table { yourself! <br/><br/> Some of my interests and hobbies: - <ul> - <li>Guitar and bass</li> - <li>Linux</li> - <li>Programming</li> - <li>Electronics modding and DIY</li> - <li>Real leftism and politics (real leftism is very different - than what society wants you to think)</li> - <li>Lite amounts of philosophy and psychology</li> - </ul> </p> + <ul> + <li>Guitar and bass</li> + <li>Linux</li> + <li>Programming</li> + <li>Electronics modding and DIY</li> + <li>Real leftism and politics (real leftism is very different + than what society wants you to think)</li> + <li>Lite amounts of philosophy and psychology</li> + </ul> </td> </tr> @@ -61,6 +62,7 @@ table { <td> <ul> <li><h3><a href="linuxRoom.html">Visit the linux room</a></h3></li> + <li><h3><a href="music_room.html">Visit the music room</a></h3></li> <li><h3><a href="blahajRoom.html">Visit the blahaj room</a></h3></li> <li><h3><a href="the_philosophy_commune.html">Visit the philosophy commune</a></h3></li> </ul> |