First draft
This commit is contained in:
6
layouts/404.html
Normal file
6
layouts/404.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{ define "main" }}
|
||||
<div class="container">
|
||||
<p>Page not found</p>
|
||||
<p><a href="/">Go to Home Page</a></p>
|
||||
</div>
|
||||
{{ end }}
|
Reference in New Issue
Block a user