Updated Highscore server

This commit is contained in:
Michał Gdula 2023-05-09 15:35:31 +03:00
parent 3c3b6b8b23
commit e7bbb02aba
26 changed files with 1023 additions and 321 deletions

View file

@ -0,0 +1,8 @@
{% 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 %}