404 page + snap footer to bottom
This commit is contained in:
parent
ab64aa8384
commit
b5bccfda52
3 changed files with 35 additions and 14 deletions
6
templates/404.html
Normal file
6
templates/404.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% extends "page.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>404 Unavailable for URL Reasons</h1>
|
||||
<p>Diese Seite gibt es nicht. Vielleicht ist sie im Cyber verschwunden. <a href="{{ get_url(path='/') }}">Zurück zur Startseite</a>.</p>
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue