1
0
Fork 0
forked from reudnetz/website
This commit is contained in:
Paul Spooren 2017-02-12 23:04:58 +01:00
commit 2e078fc88c
31 changed files with 3546 additions and 0 deletions

9
templates/404.html Normal file
View file

@ -0,0 +1,9 @@
{% extends "skeleton.html.j2" %}
{% block content %}
<h1>Noooooooooooooo!</h1>
<p>
Keine Seite ist auch eine Seite.
Will sagen, hier gibt es nichts zu sehen.
</p>
{% endblock %}