From e13bbd0c081e7918c23a84a79fdb842c6fe15a1f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 21 Mar 2025 22:38:01 +0800 Subject: Add a "Proper" 404 page --- templates/404.tmpl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/404.tmpl (limited to 'templates') diff --git a/templates/404.tmpl b/templates/404.tmpl new file mode 100644 index 0000000..c994e1a --- /dev/null +++ b/templates/404.tmpl @@ -0,0 +1,24 @@ +{{/* + SPDX-License-Identifier: AGPL-3.0-only + SPDX-FileContributor: Runxi Yu +*/}} +{{- define "404" -}} + + + + {{- template "head_common" . -}} + 404 Not Found – {{ .global.forge_title }} + + + {{- template "header" . -}} +
+

404 Not Found

+
+
Lindenii Forge
+
+ + + +{{- end -}} -- cgit v1.2.3