mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-01-31 20:03:34 +01:00
9 lines
203 B
HTML
9 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 %}
|