1
0
Fork 0
mirror of https://github.com/Findus23/guides.git synced 2024-09-19 16:03:51 +02:00
guides/layouts/404.html
2022-02-21 14:15:16 +01:00

5 lines
127 B
HTML

{{ define "main"}}
<h1>404 Not Found</h1>
<p>You might want to go <a href="/">back to the homepage</a>.</p>
{{ end }}