devroom.io/layouts/404.html

11 lines
205 B
HTML
Raw Normal View History

2024-05-27 13:14:17 +00:00
{{ define "content" }}
<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 }}