From 1869b84c6ce5c99e1e2121a48e3dc9d1426676c3 Mon Sep 17 00:00:00 2001
From: lorem ipsum
Date: Fri, 11 Oct 2024 15:20:19 +0530
Subject: [PATCH] Realtime Notification option on home page
---
public/index.html | 5 ++--
public/notification.html | 18 +++++++++++++
public/notify.css | 55 ++++++++++++++++++++++++++++++++++++++++
public/notify.js | 32 +++++++++++++++++++++++
4 files changed, 108 insertions(+), 2 deletions(-)
create mode 100644 public/notification.html
create mode 100644 public/notify.css
create mode 100644 public/notify.js
diff --git a/public/index.html b/public/index.html
index afe9c23..b7e2c74 100644
--- a/public/index.html
+++ b/public/index.html
@@ -19,6 +19,7 @@
+
+
Notifications
+
+
+
+
+
+
diff --git a/public/notification.html b/public/notification.html
new file mode 100644
index 0000000..a3da660
--- /dev/null
+++ b/public/notification.html
@@ -0,0 +1,18 @@
+
+
+