This commit is contained in:
Jannik Menzel 2025-05-09 01:07:20 +02:00
commit 25c9dc1586
33 changed files with 588 additions and 0 deletions

6
layouts/404.html Normal file
View file

@ -0,0 +1,6 @@
{{- define "main" }}
<div class="page-not-found">
<div class="error-code">404</div>
<div class="error-message">Die Seite, die du suchst, wurde nicht gefunden.</div>
</div>
{{- end }}