spejstore/templates/404.html

9 lines
150 B
HTML

{% extends "error_template.html" %}
{% block content %}
<div>404</div>
<div class="txt">Not found<span class="blink">_</span></div>
{% endblock %}