diff options
author | pommicket <pommicket@gmail.com> | 2024-08-30 11:45:04 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2024-08-30 11:45:04 -0400 |
commit | d7c9cfd9d579439ab4b9fe620098ba938aa8a6e8 (patch) | |
tree | b6c5afcbc840190372576c95f445c301a2bc4e58 /game.html | |
parent | b5c36592d1c9609e76f5f67be07a8fa5aadc5d19 (diff) |
handle server errors, rejoining
Diffstat (limited to 'game.html')
-rw-r--r-- | game.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,5 +23,6 @@ </div> <audio id="connect-audio" src="connect.mp3" preload></audio> <audio id="solve-audio" src="solve.mp3" preload></audio> + <div id="error" style="opacity:0;"></div> </body> </html> |