add admin ability to double card values

This commit is contained in:
ducklet 2021-03-02 20:08:28 +01:00
parent a4b0297c3f
commit 81ee2200fb
5 changed files with 22 additions and 1 deletions

View file

@ -6,7 +6,7 @@
<div id="players">
<!-- players (see template#player) will be inserted here -->
</div>
<iframe src="matrix.html"></iframe>
<iframe id="board" src="matrix.html"></iframe>
<div id="text-overlay" class="hidden"></div>
</div>
</body>