HighscoresServerTest/server/templates/error.html
2023-05-08 22:02:01 +01:00

8 lines
No EOL
256 B
HTML

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