2
1
Fork 0
mirror of https://git.nolog.cz/NoLog.cz/headline.git synced 2025-03-01 21:51:31 +01:00
headline/view/templates/not_found.html
2023-08-21 10:56:04 +02:00

8 lines
203 B
HTML

{% extends "base.html" %}
{% block body %}
<div class="container my-6 flex items-center gap-2">
<p class="text-4xl">😭</p>
<h1 class="text-xl font-medium">Nenalezeno</h1>
</div>
{% endblock body %}