From b61ac4c0f3cf8ccb3c065d81f9a6089c24e94ae5 Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Thu, 16 Jan 2025 12:01:30 +0100 Subject: [PATCH] Fix 404 --- layouts/404.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 layouts/404.html diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 00000000..8cf7607d --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,19 @@ +{{ define "title"}} + 404 | NOT FOUND +{{ end }} + +{{ define "main"}} +
+
+

404 | NOT FOUND

+

Sorry this is a Dead Link

+

+ Dead Link +

+
+
+{{ end }}