Files
fundor333.com/layouts/404.html
Fundor333 b61ac4c0f3 Fix 404
2025-01-16 12:01:30 +01:00

20 lines
400 B
HTML

{{ define "title"}}
404 | NOT FOUND
{{ end }}
{{ define "main"}}
<div class="wrapper">
<main class="main-404" aria-label="Content">
<h1>404 | NOT FOUND</h1>
<p>Sorry this is a Dead Link</p>
<p>
<img
loading="lazy"
alt="Dead Link"
class="text-center img-fluid"
src="/404.png">
</p>
</main>
</div>
{{ end }}