From bce05652edd11f0b8406eeb85fec2d932e52d808 Mon Sep 17 00:00:00 2001 From: ramforth Date: Mon, 17 Nov 2025 02:38:25 +0100 Subject: [PATCH] refactor: Organize templates into templates directory --- static/dashboard.html | 16 ---------------- dashboard.html => templates/dashboard.html | 0 2 files changed, 16 deletions(-) delete mode 100644 static/dashboard.html rename dashboard.html => templates/dashboard.html (100%) diff --git a/static/dashboard.html b/static/dashboard.html deleted file mode 100644 index dc2e84c..0000000 --- a/static/dashboard.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - Dashboard - MultiChatOverlay - - - -
-

Dashboard

-

Welcome! You are successfully logged in.

-

Logout

-
- - \ No newline at end of file diff --git a/dashboard.html b/templates/dashboard.html similarity index 100% rename from dashboard.html rename to templates/dashboard.html