mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 14:31:35 +01:00
4 lines
176 B
HTML
4 lines
176 B
HTML
{% extends "index.html" %}<!---->
|
|
{% block main %}<!---->
|
|
<h1 class="absolute inset-x-8 top-0 bottom-20 flex items-center justify-center text-9xl">404</h1>
|
|
{% endblock main %}
|