🔒 Repository is read-only – file editing is disabled.

PaganLinux/pagan-web-v2/templates/404.html main

2 linii Raw ← Powrót
12
{% extends "base.html" %}{% block title %}404{% endblock %}
{% block content %}<div style="text-align:center;padding:3rem"><h1 style="font-size:4rem;color:var(--muted)">404</h1><p>{{ t('not_found') }}</p><a href="/" class="btn">← {{ t('back_home') }}</a></div>{% endblock %}