diff options
author | Thorsten Ortlepp <post@ortlepp.eu> | 2024-12-12 01:19:00 +0100 |
---|---|---|
committer | Thorsten Ortlepp <post@ortlepp.eu> | 2024-12-12 01:19:00 +0100 |
commit | fa9ccbd94724e9edc849a7dce46c0d468ee47fd5 (patch) | |
tree | e23045773f63ae8cdf432cd149bd278e5866dc7e /layouts/404.html | |
parent | 2a3d44d7ed88d0e58f5a8907fb0f82eed4669868 (diff) | |
download | website-ortleppms-fa9ccbd94724e9edc849a7dce46c0d468ee47fd5.zip |
website setup
Diffstat (limited to 'layouts/404.html')
-rw-r--r-- | layouts/404.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..caa0c39 --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,7 @@ +{{- define "main" }} +<div class="not-found"> + <span class="httpcode">404</span> + <span>Seite nicht gefunden</span> + <span>Page not found</span> +</div> +{{- end }}{{/* end main */ -}} |