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