6 lines
226 B
HTML
6 lines
226 B
HTML
|
|
{% extends "index.html" %}
|
||
|
|
{% block main %}
|
||
|
|
<h1 class="absolute inset-x-8 bottom-20 top-0 flex items-center justify-center text-6xl">{{
|
||
|
|
m_i18n::tr(key=`error_not_found`, lk=g_lang_k, d=g_trans_d) }}</h1>
|
||
|
|
{% endblock main %}
|