mirror of http://git.sairate.top/sairate/doc.git
11 lines
191 B
HTML
11 lines
191 B
HTML
|
{% extends "main.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h1>Page not found: 404 error</h1>
|
||
|
|
||
|
<p>
|
||
|
Sorry, there is nothing here. Try searching, or <a href="/">go home</a>.
|
||
|
</p>
|
||
|
|
||
|
{% endblock %}
|