diff options
author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-20 18:25:59 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-20 18:25:59 -0600 |
commit | 8944954d2c85325a7af3d531e7490afb5e5e55eb (patch) | |
tree | 9c3ee7735cea59b0a9e6c27b5beaeaa7afa952f0 /index.html | |
parent | 1f2c834adcef50a5dd139f84ec6b52dc15411f36 (diff) |
Added visit blahaj room link
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> |