Y3S2-IoT/flaskapp/templates/404.html

6 lines
132 B
HTML
Raw Normal View History

2020-06-09 20:34:42 +00:00
{% extends "base.html" %}
{% block app_content %}
<h1>Not Found</h1>
<p><a href="{{url_for('index') }}">Back</a></p>
{% endblock %}