From dd66b8ad239d5ceae219746a702963645259b784 Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Sat, 10 Apr 2021 01:06:09 +0200 Subject: Added joining rooms and logic to start game by votes --- public/index.html | 19 +++++++++------- public/map.html | 65 ++++++++++++++++++++----------------------------------- 2 files changed, 35 insertions(+), 49 deletions(-) (limited to 'public') diff --git a/public/index.html b/public/index.html index 8d35181..d7ea523 100644 --- a/public/index.html +++ b/public/index.html @@ -2,17 +2,20 @@ - - - - Fia - + + + + Fia + - - - + + \ No newline at end of file diff --git a/public/map.html b/public/map.html index d38a015..c23ccfd 100644 --- a/public/map.html +++ b/public/map.html @@ -1,43 +1,26 @@
- - - - - - - - - - - - - - -
- {{ player.name }} - - {{ player.name }} - - {{ player.name }} - - {{ player.name }} - -
- - -
-
-
- - Din webbläsare stöder inte canvas, vilket betyder att du inte kan spela - fia -
+ + + + + + + + + + + + + + +
+ + +
+
+ + Din webbläsare stöder inte canvas, vilket betyder att du inte kan spela + fia +
- \ No newline at end of file +
-- cgit v1.3.1