diff options
Diffstat (limited to 'src/templates/404.html.tmpl')
-rw-r--r-- | src/templates/404.html.tmpl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/templates/404.html.tmpl b/src/templates/404.html.tmpl deleted file mode 100644 index c86dc30..0000000 --- a/src/templates/404.html.tmpl +++ /dev/null @@ -1,16 +0,0 @@ -{{ 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 }} |