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
+7
View File
@@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block content %}
<h1>Admin Controls</h1>
<p>Manage bot permissions and other admin settings here.</p>
<!-- Restrict this page to admins only -->
{% endblock %}