chemin entre les pages

This commit is contained in:
ben
2025-12-05 17:30:48 +01:00
parent 7a112bb595
commit ef56dcfd04
7 changed files with 24 additions and 20 deletions

View File

@@ -43,7 +43,7 @@
</button>
<div class="text-center mt-3">
<a href="page_de_connexion.html" class="text-decoration-none"
<a href="../page_de_connexion/page_de_connexion.html" class="text-decoration-none"
>Retour à la connexion</a
>
</div>

View File

@@ -46,7 +46,7 @@
<button class="btn btn-primary w-100">Se connecter</button>
<div class="text-center mt-3">
<a href="#" class="text-decoration-none">Mot de passe oublié ?</a>
<a href="../mot_de_passe_oublie/mot_de_passe_oublie.html" class="text-decoration-none">Mot de passe oublié ?</a>
</div>
</form>
</div>