4o1x5.dev/themes/galaxy/layouts/404.html

8 lines
181 B
HTML
Raw Normal View History

2025-02-02 23:09:08 +01:00
{{ define "main" }}
<h1>404 Not Found</h1>
<p>The page you requested cannot be found.</p>
<p>
<a href="{{ .Site.Home.RelPermalink }}"> Return to the home page </a>
</p>
{{ end }}