From 3219ef084b723c802f6b09111107c6ab7bdd95d2 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 29 Dec 2021 01:02:54 +0200 Subject: [PATCH] implement 404 page --- src/application/controller/error/404.php | 2 ++ src/application/view/error/404.phtml | 26 +++++++++++++++++++++--- src/public/css/common.css | 4 ++++ 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/src/application/controller/error/404.php b/src/application/controller/error/404.php index 0f38df8..002bfb3 100644 --- a/src/application/controller/error/404.php +++ b/src/application/controller/error/404.php @@ -1,3 +1,5 @@ -404 - \ No newline at end of file + +
+
+ + +
+
+
+
+

+

+
+
+ \ No newline at end of file diff --git a/src/public/css/common.css b/src/public/css/common.css index 5b9b764..99cead7 100644 --- a/src/public/css/common.css +++ b/src/public/css/common.css @@ -112,6 +112,10 @@ textarea { font-size: 26px } +.f-size-65 { + font-size: 65px +} + .f-normal { font-weight: normal }