first commit

This commit is contained in:
p220478
2019-05-20 14:32:39 +02:00
commit 84c2720ade
432 changed files with 27232 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{% extends "base.html" %}
{% block content %}
<div class="row-fluid">
<div id="main-content" class="span12">
<h1 id="404-page-not-found" style="text-align: center">404</h1>
<p style="text-align: center"><strong>Page not found</strong></p>
</div>
</div>
{% endblock %}