From e25462deff16d9120e5bfbfdd020f6e5a52dabe4 Mon Sep 17 00:00:00 2001 From: Merox Date: Wed, 23 Oct 2024 11:02:36 +0300 Subject: [PATCH] change 404 --- layouts/404.html | 68 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 61 insertions(+), 7 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index e73c98ce..04e2a5ef 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,9 +1,63 @@ {{ define "main" }} -

{{ i18n "error.404_title" | emojify }}

-

- {{ i18n "error.404_error" | emojify }} -

-
-

{{ i18n "error.404_description" | emojify }}

+
+
+ + + + +
+ 404 Error Illustration +
+ + +
+

+ Oops! Page Not Found +

+

+ Looks like our servers couldn't find what you're looking for! +

+

+ The page you're looking for might have been moved, deleted, or perhaps never existed. +

+
+ + +
+ + Back Home + + +
-{{ end }} + + +
+{{ end }} \ No newline at end of file