This commit is contained in:
√(noham)² 2023-04-07 21:10:43 +02:00
parent ed17cb7c64
commit 92867fbfa3
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
<p id="editionesthcoisieest"></p> <p id="editionesthcoisieest"></p>
</div> </div>
<div> <div>
<a href="html/rechercher.html">Cherche ton code ici</a> <a href="rechercher.html">Cherche ton code ici</a>
</div> </div>
</div> </div>

View File

@ -7,7 +7,7 @@
<label for="recherche">Recherche :</label> <label for="recherche">Recherche :</label>
<input type="text" id="recherche" onkeyup="chercher()" placeholder="Entrez un nom..."> <input type="text" id="recherche" onkeyup="chercher()" placeholder="Entrez un nom...">
<br> <br>
<a href="../index.html">Retourne sur la page principale</a> <a href="index.html">Retourne sur la page principale</a>
<div id="resultats"></div> <div id="resultats"></div>
<p id="valeur"></p> <p id="valeur"></p>