squirrel/layouts/404.html

5 lines
No EOL
170 B
HTML

{{ define "main" }}
<div class="notfound">
<img class="notfoundimage" src="/images/undraw_page_not_found_su7k.svg" alt="Not Found Image">
</div>
{{ end }}