Merge branch 'master' into stats

This commit is contained in:
Las Zenow 2013-05-28 01:44:56 +02:00
commit 68254d359c
7 changed files with 86 additions and 39 deletions

12
templates/404.html Normal file
View 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"}}