diff options
author | polo <ordipolo@gmx.fr> | 2025-10-20 18:11:35 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-10-20 18:11:35 +0200 |
commit | 426a1a69cb73007538336debc31b34c4348e1ba1 (patch) | |
tree | 44f1f15c892cc012bfdc5bdc42bb406934867298 /src/view/templates/new_page.php | |
parent | 8bc4814fc83001d02ab3298e06596f0bd2a99f44 (diff) | |
download | cms-426a1a69cb73007538336debc31b34c4348e1ba1.zip |
un peu de nettoyage et d'uniformisation du CSS
Diffstat (limited to 'src/view/templates/new_page.php')
-rw-r--r-- | src/view/templates/new_page.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/view/templates/new_page.php b/src/view/templates/new_page.php index 7b494d9..1756a78 100644 --- a/src/view/templates/new_page.php +++ b/src/view/templates/new_page.php | |||
@@ -26,8 +26,10 @@ | |||
26 | </form> | 26 | </form> |
27 | </div> | 27 | </div> |
28 | </section> | 28 | </section> |
29 | <section class="basic_section"> | 29 | <section> |
30 | <a href="<?= new URL ?>"> | 30 | <div class="basic_div"> |
31 | <button>Retour au site</button> | 31 | <a href="<?= new URL ?>"> |
32 | </a> | 32 | <button>Retour au site</button> |
33 | </a> | ||
34 | </div> | ||
33 | </section> \ No newline at end of file | 35 | </section> \ No newline at end of file |