First Commit

This commit is contained in:
2025-09-16 15:00:16 +02:00
commit c8980f785f
188 changed files with 43407 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{% extends "base.html" %}
{% block content %}
<h1>AFK Management</h1>
<form method="post">
<label for="reason">Reason for AFK:</label>
<input type="text" name="reason" id="reason">
<button type="submit">Set AFK</button>
</form>
{% endblock %}