This commit is contained in:
2023-04-21 22:13:23 +02:00
parent 16aa5d3d6b
commit 2700d8e2a2
2 changed files with 34 additions and 8 deletions

View File

@ -119,10 +119,11 @@
</div>
<div class="card w-100">
<table id="statsTable" class="table mb-0 align-middle">
<tr><td>Score</td><th id="scoreTd" class="text-end">0</th></tr>
<tr><td>Meilleur score</td><th id="highScoreTd" class="text-end">0</th></tr>
<tr><td>Niveau</td><th id="levelTd" class="text-end">0</th></tr>
<tr><td>But</td><th id="goalTd" class="text-end">0</th></tr>
<tr><td>Score</td><th id="scoreCell" class="text-end">0</th></tr>
<tr><td>Meilleur score</td><th id="highScoreCell" class="text-end">0</th></tr>
<tr><td>Niveau</td><th id="levelCell" class="text-end">0</th></tr>
<tr><td>But</td><th id="goalCell" class="text-end">0</th></tr>
<tr><td>Temps</td><th id="timeCell" class="text-end">00:00</th></tr>
</table>
</div>
</div>