diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -65,8 +65,11 @@ table { </tr> <tr> <td> - <h2><a href="graveyard.html">Visit the graveyard</a></h2> - <h2><a href="linuxRoom.html">Visit the linux room</a></h2> + <ul> + <li><h3><a href="graveyard.html">Visit the graveyard</a></h3></li> + <li><h3><a href="linuxRoom.html">Visit the linux room</a></h3></li> + <li><h3><a href="blahajRoom.html">Visit the blahaj room</a></h3></li> + </ul> </td> </tr> </table> |