diff options
Diffstat (limited to 'src/view/templates/menu.php')
| -rw-r--r-- | src/view/templates/menu.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/view/templates/menu.php b/src/view/templates/menu.php index 5a2efe5..4f11756 100644 --- a/src/view/templates/menu.php +++ b/src/view/templates/menu.php | |||
| @@ -39,8 +39,10 @@ | |||
| 39 | <?= $this->html ?> | 39 | <?= $this->html ?> |
| 40 | </div> | 40 | </div> |
| 41 | </section> | 41 | </section> |
| 42 | <section class="basic_section"> | 42 | <section> |
| 43 | <a href="<?= new URL ?>"> | 43 | <div class="basic_div"> |
| 44 | <button>Retour au site</button> | 44 | <a href="<?= new URL ?>"> |
| 45 | </a> | 45 | <button>Retour au site</button> |
| 46 | </a> | ||
| 47 | </div> | ||
| 46 | </section> \ No newline at end of file | 48 | </section> \ No newline at end of file |
