aboutsummaryrefslogtreecommitdiffstats
path: root/public/map.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/map.html')
-rw-r--r--public/map.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/public/map.html b/public/map.html
index 23ef7de..980cebe 100644
--- a/public/map.html
+++ b/public/map.html
@@ -2,13 +2,13 @@
<table class="table table-dark table-sm">
<tbody>
<tr>
- <td class="player-name rounded-pill text-center"></td>
+ <td class="player-name rounded-pill text-center"><span></span><span id="0-player-time"></span></td>
<td></td>
- <td class="player-name rounded-pill text-center"></td>
+ <td class="player-name rounded-pill text-center"><span></span><span id="1-player-time"></span></td>
<td></td>
- <td class="player-name rounded-pill text-center"></td>
+ <td class="player-name rounded-pill text-center"><span></span><span id="2-player-time"></span></td>
<td></td>
- <td class="player-name rounded-pill text-center"></td>
+ <td class="player-name rounded-pill text-center"><span></span><span id="3-player-time"></span></td>
<td></td>
<td class="text-center rounded-pill">
<input class="form-check-input" type="checkbox" />
@@ -18,9 +18,14 @@
</tbody>
</table>
<div class="container-flex text-center">
- <canvas id="map" width="660" height="660ZZZZ" class="border border-danger">
- Din webbläsare stöder inte canvas, vilket betyder att du inte kan spela
- fia
- </canvas>
+ <div class="row">
+ <div class="col-8">
+ <table class="game-table" id="map"></table>
+ </div>
+ <div class="col-2">
+ <div id="dice"></div>
+ <button type="button" class="btn btn-light" style="display: none;">Kasta tärning</button>
+ </div>
+ </div>
</div>
</div>