dracublog/layouts/404.html

8 lines
157 B
HTML
Raw Normal View History

2021-02-05 11:40:20 -05:00
{{ define "title" }}404{{ end }}
{{ define "main" }}
<h1>404</h1>
<h3>Page not found :(</h3>
<a href="/"><button class="top">Go Home</button></a>
{{ end }}