tiskifer-theme/templates/404.html

9 lines
252 B
HTML
Raw Permalink Normal View History

2022-10-29 10:39:10 +02:00
{% extends "page.html" %}
{% block main_content %}
2023-02-06 12:09:29 +01:00
<main class="centered-header">
<h2>404</h2>
<span>You have reached somewhere I do not know, or I knew and I have hidden it to preserve my sanity</span>
</main>
{% endblock main_content %}