From c1a8c76881968fb917da19f71adcf6d4b9079641 Mon Sep 17 00:00:00 2001 From: "vivien.dufour" Date: Fri, 27 Oct 2023 08:46:19 +0200 Subject: [PATCH] moving to public_html for exec --- src/View/error.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/View/error.php diff --git a/src/View/error.php b/src/View/error.php new file mode 100644 index 0000000..f01a7ce --- /dev/null +++ b/src/View/error.php @@ -0,0 +1,18 @@ + + + Error + + + + +Error 404"; + echo "

Page not found

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