gadolinium/layouts/404.html
0xMRTT 03744e7101
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add back button everywhere
2023-05-15 20:06:55 +00:00

11 lines
262 B
HTML

{{ define "main" }}
<p><img src="/assets/404.png" alt="404" class="full pixels"></p>
<h1 id="document-not-found">Document Not Found</h1>
<p>The requested page could not be found. If you feel this is not normal, please file an issue on GitHub.</p>
{{ end }}