gadolinium/layouts/404.html
2023-05-10 13:05:36 +02:00

12 lines
385 B
HTML

{{ define "main" }}
<img src="/assets/404.png" alt="404" style="width: 100%; height: auto;">
<h1>Document Not Found</h1>
The requested page could not be found. If you feel this is not normal, then you create an issue on the Gitlab.
<button class="button inline-button" onclick="window.history.go(-1);">Go Back</button>
<a class="dialog-buttons" href="">File an issue</a>
{{ end }}