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

7 lines
208 B
HTML
Raw Normal View History

2020-02-05 23:23:23 +00:00
{% 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>
2020-03-28 13:53:52 +00:00
{% endblock %}