squirrel/layouts/404.html

5 lines
170 B
HTML
Raw Normal View History

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