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