a
This commit is contained in:
parent
6c777a0364
commit
519518e147
|
|
@ -484,6 +484,9 @@
|
|||
<div class="header">
|
||||
<h1>🏥 INTER-SANTÉ</h1>
|
||||
<p>Vérification d'identité sécurisée</p>
|
||||
|
||||
<h3>Prestataire : <?= $prestataire ?> </h3>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
|
@ -495,7 +498,7 @@
|
|||
|
||||
<!-- Étape 1: Chargement -->
|
||||
<div id="compteur">
|
||||
<h3>Compteur : <?= "$attempts tentative(s) sur $maxAttempts" ?></h3>
|
||||
<h3>Compteur : <?= "$attempts tentative(s) sur $maxAttempts" ?> </h3>
|
||||
</div>
|
||||
|
||||
<!-- Étape 2: Instructions -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user