Merge branch 'master' into stats
This commit is contained in:
commit
68254d359c
7 changed files with 86 additions and 39 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