From eecf0689a69d5bdbd043bc42f7782c57dfc3c2a2 Mon Sep 17 00:00:00 2001 From: "vivien.dufour" Date: Fri, 27 Oct 2023 09:54:53 +0200 Subject: [PATCH] Add error404 page with a return to home --- src/View/error.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/View/error.php b/src/View/error.php index f01a7ce..3bd7828 100644 --- a/src/View/error.php +++ b/src/View/error.php @@ -5,14 +5,19 @@ +

IQBall

+ Error 404"; - echo "

Page not found

"; + echo "

Erreur 404

"; + echo "

Cette page n'existe pas

"; } } ?> + + \ No newline at end of file