aboutsummaryrefslogtreecommitdiffstats
path: root/public/map.html
blob: c23ccfde64062ea4baca15d76aa9c9b8df1a5611 (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
<div class="container">
  <table class="table table-dark table-sm">
    <tbody>
      <tr>
        <td class="bg-primary player-name rounded-pill text-center"></td>
        <td></td>
        <td class="bg-danger player-name rounded-pill text-center"></td>
        <td></td>
        <td class="bg-success player-name rounded-pill text-center"></td>
        <td></td>
        <td class="bg-warning player-name rounded-pill text-center"></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">
    <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>