aboutsummaryrefslogtreecommitdiffstats
path: root/public/map.html
blob: 980cebe126f0e37b2ae178572fcc14ae4ef74900 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<div class="container">
  <table class="table table-dark table-sm">
    <tbody>
      <tr>
        <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"><span></span><span id="1-player-time"></span></td>
        <td></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"><span></span><span id="3-player-time"></span></td>
        <td></td>
        <td class="text-center rounded-pill">
          <input class="form-check-input" type="checkbox" />
          <label>Jag är redo</label>
        </td>
      </tr>
    </tbody>
  </table>
  <div class="container-flex text-center">
    <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>