From dc6e3088ed16508af2fc205c75e6073e01546892 Mon Sep 17 00:00:00 2001 From: mohit Date: Tue, 8 Oct 2024 02:16:11 +0530 Subject: [PATCH] fix:added admin dashboard page --- .vscode/settings.json | 3 + html/admin-dashboard.html | 121 ++++++++++++++++++++++++++++++++++++++ html/index.html | 3 + 3 files changed, 127 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 html/admin-dashboard.html diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/html/admin-dashboard.html b/html/admin-dashboard.html new file mode 100644 index 0000000..e34f4b3 --- /dev/null +++ b/html/admin-dashboard.html @@ -0,0 +1,121 @@ + + + + + + Admin Dashboard + + + + +
+

Admin Dashboard

+
+ +
+ + + + +
+
+

Welcome, Admin

+

Here’s a quick overview of the latest activities and statistics.

+
+ +
+

Admin Actions

+ + +
+ +
+

Recent Activity

+

No recent activity yet.

+
+
+
+ + + \ No newline at end of file diff --git a/html/index.html b/html/index.html index 6d77e80..125a7bc 100644 --- a/html/index.html +++ b/html/index.html @@ -26,6 +26,7 @@
  • Home
  • About Us
  • Page
  • +
  • Admin Dashboard
  • Page
  • @@ -93,3 +94,5 @@

    the cozy cafes

    + + \ No newline at end of file