site/backend/app/templates/404.html
2024-08-08 15:14:44 +00:00

9 lines
139 B
HTML

{% extends "base.html" %}
{% block content %}
<h2>File Not Found</h1>
<p><a href="{{ url_for('index') }}">Back</a></p>
{% endblock %}