mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-22 11:04:53 +00:00
8 lines
No EOL
249 B
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 %} |