Files
new_vk_parser/forma_n8_site/templates/404.html
T
2026-07-18 21:29:05 +05:00

5 lines
204 B
HTML

{% extends "base.html" %}
{% block content %}
<section class="not-found"><p>404</p><h1>Страница не найдена</h1><a href="/">Вернуться в ленту</a></section>
{% endblock %}