diff options
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/client/index.html b/client/index.html index fb1e66e..af15bbd 100644 --- a/client/index.html +++ b/client/index.html @@ -2,15 +2,13 @@ <html> <head> <link rel="stylesheet" href="css/main.css"/> + <script>var exports = {};</script> </head> <body> - <img src="img/wall_atlas.png" id="atlas" style="display: none;"/> - <div id="container" style="display: none;"> - <canvas id="canvas" style="display: none;"></canvas> - </div> + <img src="img/atlas.png" id="atlas" style="display: none;"/> + <canvas id="canvas" style="display: none;"></canvas> <style id="style"></style> <div id="center"> - <div id="fps"></div> <form id="join" autocomplete="off"> <input type="text" id="room_code" name="room_code" placeholder="Room Code"> <input type="text" id="name" name="name" placeholder="Player Name"> |