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