diff --git a/dashboard.html b/dashboard.html
index 4ca4a8d..bb86ce3 100644
--- a/dashboard.html
+++ b/dashboard.html
@@ -2,45 +2,85 @@
- Dashboard
+ Admin Dashboard
+
-
-
-
🧠Admin Dashboard
-
- - Uploads
- - Downloads
- - Chart
+
+
+
🧠Admin Dashboard
+
+ -
+
+
+ -
+
+
+ -
+
+
-
-
-
- | IP | File | Time |
-
- {{range .Events}} {{if eq .Action "upload"}}
- | {{.IP}} | {{.File}} | {{.Timestamp.Format "2006-01-02 15:04:05"}} |
- {{end}} {{end}}
-
-
+
+
+
Uploads
+
+
+
+
+ | IP |
+ File |
+ Time |
+
+
+
+ {{range .Events}} {{if eq .Action "upload"}}
+
+ | {{.IP}} |
+ {{.File}} |
+ {{.Timestamp.Format "2006-01-02 15:04:05"}} |
+
+ {{end}} {{end}}
+
+
+
-
-
- | IP | File | Time |
-
- {{range .Events}} {{if eq .Action "download"}}
- | {{.IP}} | {{.File}} | {{.Timestamp.Format "2006-01-02 15:04:05"}} |
- {{end}} {{end}}
-
-
+
+
Downloads
+
+
+
+
+ | IP |
+ File |
+ Time |
+
+
+
+ {{range .Events}} {{if eq .Action "download"}}
+
+ | {{.IP}} |
+ {{.File}} |
+ {{.Timestamp.Format "2006-01-02 15:04:05"}} |
+
+ {{end}} {{end}}
+
+
+
-
+
+