Restructuring of file hierachy and cleanup
This commit is contained in:
parent
de1f8ebfa2
commit
651b8b581f
37 changed files with 793 additions and 132 deletions
20
templates/404.html
Normal file
20
templates/404.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
{% extends "base.html" %}
|
||||
{% block main %}
|
||||
<div class="ascii-art">
|
||||
_______ __________ _______
|
||||
/ | / \ / |
|
||||
/ | / ____ \ / |
|
||||
/ /| | / / \ \ / /| |
|
||||
/ / | | | / \ | / / | |
|
||||
/ / | | | | | | / / | |
|
||||
/ / | | | | | | / / | |
|
||||
/ /____| |__ | | | | / /____| |__
|
||||
| | | | | | | |
|
||||
|___________ ___| | \ / | |___________ ___|
|
||||
| | \ \____/ / | |
|
||||
| | \ / | |
|
||||
|___| \__________/ |___|
|
||||
|
||||
</div>
|
||||
<p class="flowing-text">Unfortunately this page doesn't exist (yet or anymore). Probably the former.</p>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue