2023-12-31 12:13:22 +03:00

10 lines
252 B
HTML

{% extends 'common/_base.html' %}
{% block content %}
<div class="text-center">
<h1>404</h1>
<p>Looks like the page you're looking for is does not exist.</p>
<a href="/" class="link">&LeftArrow; Return to the app</a>
</div>
{% endblock %}