highscore
This commit is contained in:
parent
8f96053440
commit
6fc00d50ab
17
index.html
17
index.html
@ -142,13 +142,16 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<table id="statsTable" class="table mb-0">
|
<table id="statsTable" class="table mb-0">
|
||||||
<tr><th>Score</th> <td id="scoreCell">0</td> </tr>
|
<tr><th>Score</th> <td id="scoreCell">0</td> </tr>
|
||||||
<tr><th>Meilleur</th> <td id="highScoreCell">
|
<tr>
|
||||||
<script>document.write(Number(localStorage["highScore"]) || 0)</script>
|
<th>Meilleur<br/>score</th>
|
||||||
</td></tr>
|
<td id="highScoreCell">
|
||||||
<tr><th>Niveau</th> <td id="levelCell">0</td> </tr>
|
<script>document.write(Number(localStorage["highScore"]) || 0)</script>
|
||||||
<tr><th>But</th> <td id="goalCell">0</td> </tr>
|
</td>
|
||||||
<tr><th>Temps</th> <td id="timeCell">00:00</td> </tr>
|
</tr>
|
||||||
|
<tr><th>Niveau</th><td id="levelCell">0</td> </tr>
|
||||||
|
<tr><th>But</th> <td id="goalCell">0</td> </tr>
|
||||||
|
<tr><th>Temps</th> <td id="timeCell">00:00</td> </tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user