Y3S2-IoT/flaskapp/templates/500.html

6 lines
139 B
HTML
Raw Normal View History

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