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