This commit is contained in:
KANE LAZENI 2026-02-24 05:29:20 +00:00
parent 827d78f14c
commit 7685c7f323

View File

@ -486,7 +486,7 @@
<!-- Étape 1: Chargement --> <!-- Étape 1: Chargement -->
<div id="compteur"> <div id="compteur">
<h3>Compteur</h3> <h3>Compteur : <?= "$attempts sur $maxAttempts" ?></h3>
<p style="text-align: center; color: #7f8c8d;"> <?= $maxAttempts ?> </p> <p style="text-align: center; color: #7f8c8d;"> <?= $maxAttempts ?> </p>
</div> </div>