From 35afb90c713686f3deb82d38dea4a4cb101764a9 Mon Sep 17 00:00:00 2001 From: NagiReddy <99339360+Nikhith221B@users.noreply.github.com> Date: Fri, 19 Jul 2024 02:32:46 +0530 Subject: [PATCH] Update index.html --- index.html | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 090d5f8..d94fd19 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,24 @@ white-space: pre-wrap; word-wrap: break-word; } + + .notification { + position: fixed; + top: 20px; + right: 20px; + background-color: #007bff; + color: white; + padding: 10px 20px; + border-radius: 5px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + z-index: 1000; + opacity: 0; + transition: opacity 0.5s ease-in-out; + } + + .notification.show { + opacity: 1; + } @@ -25,7 +43,7 @@
-
Phishing Website(URL) detection
+
Phishing Website (URL) Detection
@@ -41,11 +59,29 @@
Phishing Website(URL) detection
+ +
The page has reloaded.
+