1
0
mirror of https://github.com/NohamR/Manuel.git synced 2025-07-26 07:49:38 +00:00
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

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

@ -7,7 +7,7 @@
<label for="recherche">Recherche :</label>
<input type="text" id="recherche" onkeyup="chercher()" placeholder="Entrez un nom...">
<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>
<p id="valeur"></p>