initial commit

This commit is contained in:
ston1th 2016-09-05 22:49:40 +02:00
commit 3f79fc8e6c
527 changed files with 373170 additions and 0 deletions

17
templates/notFound.html Normal file
View file

@ -0,0 +1,17 @@
{{define "body"}}
<div class="page-header">
<div class="row">
<div class="col-xs-4 col-xs-offset-4">
<div class="panel panel-danger">
<div class="panel-heading">
<h3 class="panel-title">404</h3>
</div>
<div class="panel-body text-center">
<h4>Page not found</h4>
<a href="/"><b>Back</b></a>
</div>
</div>
</div>
</div>
</div>
{{end}}