site/backend/app/templates/404.html
2024-09-02 07:22:23 +00:00

9 lines
141 B
HTML

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