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.
+