From 7aa203150fc1a2ec79c681c13f0d486d531746eb Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Sun, 12 Mar 2023 23:57:48 +0200 Subject: error pages; js system to support back/front-end --- html/app/views/error/404.php | 32 +++++++++++++++++++------------- html/app/views/error/general.php | 29 +++++++++++++++++------------ 2 files changed, 36 insertions(+), 25 deletions(-) (limited to 'html/app/views/error') diff --git a/html/app/views/error/404.php b/html/app/views/error/404.php index a7ea624..30fe206 100644 --- a/html/app/views/error/404.php +++ b/html/app/views/error/404.php @@ -3,24 +3,28 @@ 404: Not Found + @@ -28,10 +32,12 @@

4O4

- NOT FOUND
+ Not found
+
diff --git a/html/app/views/error/general.php b/html/app/views/error/general.php index 1c3c6ae..82a1d6e 100644 --- a/html/app/views/error/general.php +++ b/html/app/views/error/general.php @@ -3,24 +3,29 @@ 404: Not Found + -- cgit v1.2.3