backup-notify/templates/404.html
2024-04-21 18:46:40 -07:00

7 lines
183 B
HTML

{{ define "content" }}
<h1>page not found</h1>
<p><em>but hey, at least you found our witty 404 page. that's something, right?</em></p>
<p><a href="/">go back home</a></p>
{{ end }}