1
0
mirror of https://git.earne.link/earnestma/dracublog synced 2025-04-05 03:19:04 +02:00
dracublog/layouts/404.html
2021-02-05 11:40:20 -05:00

8 lines
157 B
HTML

{{ define "title" }}404{{ end }}
{{ define "main" }}
<h1>404</h1>
<h3>Page not found :(</h3>
<a href="/"><button class="top">Go Home</button></a>
{{ end }}