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
<a href="javascript:history.go(-1)" title="Return to the previous page">Back</a>
or
<a href="/" title="Go to this site's index">Home</a>.
</p>
{{ end }}