diff --git a/templates/index.html b/templates/index.html index 96c15b1..b89b708 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,17 +1,31 @@ - + Admin Panel + -

Discord Bot Admin Panel

-

Bot Status: {{ "Running" if bot_running else "Stopped" }}

- Start Bot - Stop Bot - Settings - Logout +
+

Discord Bot Admin Panel

+
+
+
Bot Status
+

Status: + + {{ "Running" if bot_running else "Stopped" }} + +

+ Start Bot + Stop Bot + Settings + Logout +
+
+
+ + diff --git a/templates/login.html b/templates/login.html index dbeafa5..c47f0e7 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,19 +1,36 @@ - + Login + -

Admin Panel Login

-
- - - - - -
+
+
+
+
+
+

Admin Panel Login

+
+
+ + +
+
+ + +
+ +
+
+
+
+
+
+ + diff --git a/templates/settings.html b/templates/settings.html index 9d14eed..17b48e7 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -1,17 +1,26 @@ - + Settings + -

Bot Settings

-
- - -
- Back to Dashboard +
+

Bot Settings

+
+
+
+ + +
+ Back to Dashboard +
+
+
+ +