From b19b8c9a492cd2374a4ec7475fc6a768eadeac3b Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Wed, 11 Oct 2023 14:50:54 +0000 Subject: [PATCH] docs/404: updated the design of the page --- src/templates/docs/404.html | 37 ++++++++++++++++--------------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/src/templates/docs/404.html b/src/templates/docs/404.html index 2a873f13..8860c31b 100644 --- a/src/templates/docs/404.html +++ b/src/templates/docs/404.html @@ -5,25 +5,20 @@ {% block container %} {% import os.path %} -
-
-
-
-
{{ _("Error 404") }}
+
+
+
+
+ {{ _("Error 404") }} +
+

+ {{ _("This Page Does Not Exist") }} +

-

{{ _("This Page Does Not Exist") }}

- -

- {{ _("This wiki page does not exist, yet.") }} -

- - -
-
-
-
-{% end block %} + + {{ _("Create Now") }} + + + + +{% end block %} \ No newline at end of file -- 2.47.3