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 /music_room.html | |
parent | 8e58c4b0299299ee14da4aa2ec848cc0acffb9e5 (diff) |
Finally found a better way to navigate
Diffstat (limited to 'music_room.html')
-rw-r--r-- | music_room.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/music_room.html b/music_room.html index b78b3d5..d0ab1fb 100644 --- a/music_room.html +++ b/music_room.html @@ -25,6 +25,8 @@ table { </head> <body> + <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a> + <center> <table border="1" width="60%"> <tr> @@ -45,12 +47,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%"> |