diff options
author | polo <ordipolo@gmx.fr> | 2025-10-20 17:12:55 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-10-20 17:12:55 +0200 |
commit | 8bc4814fc83001d02ab3298e06596f0bd2a99f44 (patch) | |
tree | 7aa9e2658dc7350e3c3ef0d59c03dc68b6235e1b /src/view/templates/login.php | |
parent | 09d7191793bc9baafa591f5815aa60fe474465c6 (diff) | |
download | cms-8bc4814fc83001d02ab3298e06596f0bd2a99f44.zip |
fignolage pignolage
Diffstat (limited to 'src/view/templates/login.php')
-rw-r--r-- | src/view/templates/login.php | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/view/templates/login.php b/src/view/templates/login.php index c40b3a7..78ecf55 100644 --- a/src/view/templates/login.php +++ b/src/view/templates/login.php | |||
@@ -20,10 +20,12 @@ | |||
20 | </form> | 20 | </form> |
21 | <p class='connexionP' >Au fait? Vous n'utilisez pas votre propre ordinateur ou téléphone?<br/> | 21 | <p class='connexionP' >Au fait? Vous n'utilisez pas votre propre ordinateur ou téléphone?<br/> |
22 | Utilisez la navigation privée.</p> | 22 | Utilisez la navigation privée.</p> |
23 | <p class="connexionP connexionFooter" > | ||
24 | <a href="<?= $link_exit ?>" > | ||
25 | <button>Retour au site</button> | ||
26 | </a> | ||
27 | </p> | ||
28 | </div> | 23 | </div> |
24 | </section> | ||
25 | <section class="basic_section"> | ||
26 | <p class="connexionP connexionFooter" > | ||
27 | <a href="<?= $link_exit ?>" > | ||
28 | <button>Retour au site</button> | ||
29 | </a> | ||
30 | </p> | ||
29 | </section> \ No newline at end of file | 31 | </section> \ No newline at end of file |