diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-04 01:23:32 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-04 01:23:32 +0200 |
commit | d838cee9cb536049119a22e805746d958628387d (patch) | |
tree | 44dfe9c5c27b1993401e3b81e6d14e24e224a7ae /src/templates/-404.html.tmpl | |
parent | 4230f1c26beed64d84e9a14c0bb0a6cf4c5bfc8a (diff) |
Big changes to everything
Diffstat (limited to 'src/templates/-404.html.tmpl')
-rw-r--r-- | src/templates/-404.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/-404.html.tmpl b/src/templates/-404.html.tmpl index b149777..fd17cf6 100644 --- a/src/templates/-404.html.tmpl +++ b/src/templates/-404.html.tmpl @@ -3,11 +3,11 @@ {{ end }} {{ define "content" }} -<header> +<header class="container"> {{ template "navbar" . }} <h1>{{ .Get "Page Not Found" }}</h1> </header> -<main> +<main class="container"> <p> {{ .Get "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 {Email:e}." (map "Email" "mail@euro-cash.eu") }} |