squirrel/layouts/404.html

5 lines
148 B
HTML
Raw Normal View History

2022-06-27 14:09:44 +00:00
{{ define "main" }}
<div class="notfound">
<img class="notfoundimage" src="/images/undraw_page_not_found_su7k.svg">
</div>
{{ end }}