Hello whiny.lol

This commit is contained in:
2026-03-09 18:41:02 +00:00
commit b880a1acc2
181 changed files with 3017 additions and 0 deletions

12
layouts/404.html Executable file
View File

@@ -0,0 +1,12 @@
{{ define "main" }}
<section class="hero">
<div class="hero-inner width-page">
<h1>404</h1>
<p>Page not found</p>
</div>
</section>
<div class="container width-page prose">
<p><a href="/">Go home</a></p>
</div>
{{ end }}