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