diff options
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 |