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