diff options
author | nathansmith117 <nathansmith@posteo.com> | 2025-03-14 02:22:35 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-14 02:22:35 -0600 |
commit | 635180469feb7835c2d7fe8000aa89d1cfc06acf (patch) | |
tree | 290e4d936de6f99fd0bb0362ac3b10fd36a885ec /linux_room.html | |
parent | 8e58c4b0299299ee14da4aa2ec848cc0acffb9e5 (diff) |
Finally found a better way to navigate
Diffstat (limited to 'linux_room.html')
-rw-r--r-- | linux_room.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/linux_room.html b/linux_room.html index fdb5bf3..ace288c 100644 --- a/linux_room.html +++ b/linux_room.html @@ -26,6 +26,8 @@ table { </head> <body> + <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a> + <center> <img src="images/flying_tux.gif" alt="Tux the penguin flying"/> <table border="1" width="60%"> @@ -55,12 +57,6 @@ table { </p> </td> </tr> - - <tr> - <td> - <h2><a href="index.html">--> Back to main page</a></h2> - </td> - </tr> </table> <table border="1" width="60%"> |