Add a 404 page
This commit is contained in:
parent
137357cd12
commit
d0f6b83423
6 changed files with 45 additions and 23 deletions
12
templates/404.html
Normal file
12
templates/404.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
{{template "header.html" .}}
|
||||
|
||||
<div class="row">
|
||||
<div class="span10 offset1">
|
||||
<h4>Page not found</h4>
|
||||
<p>
|
||||
The requested page don't exist.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{template "footer.html"}}
|
Reference in a new issue