bump project

This commit is contained in:
2026-05-01 21:24:21 +03:30
parent dc4b1a1400
commit 139b3e26da
83 changed files with 2455 additions and 18349 deletions

View File

@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block title %}Server error · Face Attendance{% endblock %}
{% block content %}
<section class="error-page">
<h1>Server error</h1>
<p>The application could not complete the request. The error has been logged.</p>
<a class="btn btn-primary" href="{{ url_for('main.dashboard') }}">Go to dashboard</a>
</section>
{% endblock %}