squirrel/layouts/404.html

5 lines
170 B
HTML
Raw Normal View History

2022-06-27 14:09:44 +00:00
{{ define "main" }}
<div class="notfound">
2022-07-08 15:35:15 +00:00
<img class="notfoundimage" src="/images/undraw_page_not_found_su7k.svg" alt="Not Found Image">
2022-06-27 14:09:44 +00:00
</div>
{{ end }}