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.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/templates/404.html.tmpl b/src/templates/404.html.tmpl
new file mode 100644
index 0000000..3771a0f
--- /dev/null
+++ b/src/templates/404.html.tmpl
@@ -0,0 +1,11 @@
+{{ 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 }}