luciaa.at/templates/404.html

20 lines
1 KiB
HTML

{% 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 %}