defiance-ng/layouts/404.html

8 lines
169 B
HTML
Raw Normal View History

2022-07-20 14:27:20 -07:00
{{ define "main" }}
<div>
2025-03-16 20:57:36 -07:00
<img src="https://httpcats.com/404.jpg" alt="HTTP Status Code 404 Not Found & Cats">
2022-07-20 14:27:20 -07:00
<br>
<a href="/">Take me back!</a>
</div>
2025-03-16 20:57:36 -07:00
{{ end }}