Y3S2-IoT/flaskapp/templates/500.html
2020-06-09 21:34:42 +01:00

6 lines
139 B
HTML

{% extends "base.html" %}
{% block app_content %}
<h1>500 Server Error</h1>
<p><a href="{{url_for('index') }}">Back</a></p>
{% endblock %}