From 07c3bb3169bbc41ab9dc8aca312cb4f36581ccd4 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 27 Oct 2018 01:22:15 -0400 Subject: Add 404 Page not found view Previously, when the app was asked for non-existant paths, no content was returned and a blank page was presented to the user. Now a canned message stating that the requested page does not exist is shown, along with a helpful link back to the Dashboard page. Signed-off-by: Malf Furious --- app/view/404.php | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 app/view/404.php (limited to 'app/view/404.php') diff --git a/app/view/404.php b/app/view/404.php new file mode 100644 index 0000000..95f4835 --- /dev/null +++ b/app/view/404.php @@ -0,0 +1,41 @@ + + + + + + + + + + + + +
+
+

Page not found

+ + + Go to Scrott Dashboard + +
+
+ + + + -- cgit v1.2.3