Files
fundor333.com/themes/fugu/layouts/404.html
Fundor333 4715eb1ec6 fix
2024-02-11 01:47:32 +01:00

15 lines
401 B
HTML

{{ define "main" }}
<div class="container-fluid">
<h1 class="text-center">404 Page not found</h1>
<p class="text-center">Sorry this is a Dead Link</p>
<div class="d-flex align-items-center justify-content-center">
<img
loading="lazy"
alt="Dead Link"
class="text-center img-fluid"
src="/404.png"
>
</div>
</div>
{{ end }}