summaryrefslogtreecommitdiffhomepage
path: root/src/templates/-404.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/-404.html.tmpl')
-rw-r--r--src/templates/-404.html.tmpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/templates/-404.html.tmpl b/src/templates/-404.html.tmpl
new file mode 100644
index 0000000..c86dc30
--- /dev/null
+++ b/src/templates/-404.html.tmpl
@@ -0,0 +1,16 @@
+{{ define "content" }}
+<header>
+ {{ template "navbar" . }}
+ <h1>{{ .T "Page Not Found" }}</h1>
+</header>
+<main>
+ <p>
+ {{ .T `
+ The page you were looking for does not exist. If you believe this
+ is a mistake then don’t hesitate to contact @onetruemangoman on
+ Discord or email us at %s.`
+ `<a href="mailto:mail@euro-cash.eu">mail@euro-cash.eu</a>` | safe
+ }}
+ </p>
+</main>
+{{ end }}