ED_LRR/ed_lrr_gui/web/templates/error/404.html

7 lines
208 B
HTML

{% extends "base.html" %}
{% block app_content %}
<h1>404 Not Found</h1>
<p><a href="{{ url_for('index') }}"><button type="button" class="btn btn-secondary">Back</button></a></p>
{% endblock %}