From c371d4c1baf017ea7dbaabe67e0aaa30b1572b8b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 10 Mar 2024 15:16:06 +0100 Subject: Added 404 page --- templates/404.html | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100755 templates/404.html (limited to 'templates') diff --git a/templates/404.html b/templates/404.html new file mode 100755 index 0000000..f000fd9 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,102 @@ + + + + + + {{ block "title" . }}{{ .Config.Title }}{{ end }} - 404 + + + + + + + +
+ +
+
+

404

+

Page not found :(

+

The requested page could not be found. Such is life!

+
+ + + -- cgit v1.2.3