This commit is contained in:
ryfrd 2026-03-18 20:32:25 +00:00
parent 6623ee03f6
commit 44c8324063
120 changed files with 22842 additions and 4673 deletions

View file

@ -1 +1,5 @@
<h1>uhoh 404 :/</h1>
{{ define "main" }}
<h1>404 - Page not found</h1>
<p>The page you're looking for doesn't exist.</p>
<p><a href="{{ .Site.BaseURL }}">Go home</a></p>
{{ end }}