site.lyte.dev/layouts/404.html

15 lines
324 B
HTML
Raw Normal View History

2020-09-14 10:32:29 -05:00
{{ define "main" }}
<p>
Looks like this page doesn't exist. Perhaps you're lost. Maybe I deleted it.
</p>
<p>
Either way, you should probably get going.
</p>
<p>
Go
2020-09-14 10:32:49 -05:00
<a href="javascript:history.go(-1)" title="Return to the previous page">back</a>
2020-09-14 10:32:29 -05:00
or
2020-09-14 10:32:49 -05:00
<a href="/" title="Go to this site's index">home</a>.
2020-09-14 10:32:29 -05:00
</p>
{{ end }}