mirror of
https://git.earne.link/earnestma/dracublog
synced 2025-04-05 03:19:04 +02:00
8 lines
157 B
HTML
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 }}
|