diff --git a/public/index.html b/public/index.html index d5bb6e9..6c6611b 100644 --- a/public/index.html +++ b/public/index.html @@ -17,8 +17,9 @@ - + + @@ -35,6 +36,7 @@ if (window.WebSocket) { var random_tile = Math.floor(Math.random() * 20); document.body.style.backgroundImage = 'url("tiles/tile_' + random_tile + '.png")'; - + +