Corrige l'ouverture de la page chrono

This commit is contained in:
2026-04-12 11:56:29 +02:00
parent 3441b21de6
commit 12a4ce8b97
2 changed files with 57 additions and 19 deletions

View File

@@ -120,12 +120,12 @@
<label class="field">
<span>Joueur blanc</span>
<input name="whiteName" type="text" maxlength="40" placeholder="Blanc" required />
<input name="whiteName" type="text" maxlength="40" placeholder="Blanc" value="Blanc" />
</label>
<label class="field">
<span>Joueur noir</span>
<input name="blackName" type="text" maxlength="40" placeholder="Noir" required />
<input name="blackName" type="text" maxlength="40" placeholder="Noir" value="Noir" />
</label>
<label class="field">