Files
2026-01-12 22:18:22 +01:00

16 lines
225 B
HTML

{% extends "base.html" %}
{% block content %}
<style>
.container {
text-align: center;
}
</style>
<div class="container">
<h1>> Error:</h1>
<h1 style="color:#ffffff;">{{ error_message }}</h1>
</div>
{% endblock %}