aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/map.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/public/map.html b/public/map.html
new file mode 100644
index 0000000..d38a015
--- /dev/null
+++ b/public/map.html
@@ -0,0 +1,43 @@
+<div class="container">
+ <table class="table table-dark table-sm">
+ <tbody>
+ <tr>
+ <td class="bg-primary rounded-pill text-center">
+ {{ player.name }}
+ </td>
+ <td></td>
+ <td class="bg-danger rounded-pill text-center">
+ {{ player.name }}
+ </td>
+ <td></td>
+ <td class="bg-success rounded-pill text-center">
+ {{ player.name }}
+ </td>
+ <td></td>
+ <td class="bg-warning rounded-pill text-center">
+ {{ player.name }}
+ </td>
+ <td></td>
+ <td class="text-center rounded-pill">
+ <div class="form-check form-switch text-center">
+ <input
+ class="form-check-input"
+ type="checkbox"
+ id="flexSwitchCheckDefault"
+ />
+ <label class="form-check-label" for="flexSwitchCheckDefault">
+ Jag är redo
+ </label>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <div class="container-flex text-center">
+ <canvas id="map" width="600" height="600" class="border border-danger">
+ Din webbläsare stöder inte canvas, vilket betyder att du inte kan spela
+ fia</canvas
+ >
+ </div>
+ </div>
+ \ No newline at end of file