GameExpo23/TFR/server/templates/error.html

8 lines
No EOL
249 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="center-text">
<h2>{{ error }}</h2>
<p>{{ msg }}</p>
<image src="{{ url_for('static', filename='images/error.png') }}" alt="Error">
</div>
{% endblock %}