init
This commit is contained in:
7
templates/not_found.tmpl
Normal file
7
templates/not_found.tmpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<!--not_found.html-->
|
||||
{{ template "header.tmpl" . }}
|
||||
<h2>404 Not Found :(</h2>
|
||||
<p>
|
||||
Click <a href="/">here</a> to return home.
|
||||
</p>
|
||||
{{ template "footer.tmpl" . }}
|
||||
Reference in New Issue
Block a user