spejstore/templates/404.html

9 wiersze
150 B
HTML
Czysty Zwykły widok Historia

2024-01-14 12:52:59 +00:00
{% extends "error_template.html" %}
2023-08-25 19:04:43 +00:00
2024-01-14 12:52:59 +00:00
{% block content %}
<div>404</div>
<div class="txt">Not found<span class="blink">_</span></div>
{% endblock %}
2023-08-25 19:04:43 +00:00