Files
DiscordBot/web/templates/admin.html
T
2025-09-16 15:00:16 +02:00

7 lines
195 B
HTML
Executable File

{% 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 %}