diff --git a/public/index.html b/public/index.html
index d14ae56..3a46ab1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -687,8 +687,46 @@
             color: #004085 !important;
             font-weight: bold !important;
         }
+        
+        /* Floating update notification that's impossible to miss */
+        #floating-update-notification {
+            display: none;
+            position: fixed;
+            top: 20px;
+            right: 20px;
+            width: 300px;
+            padding: 15px;
+            background-color: #ff5555;
+            color: white;
+            border: 3px solid #cc0000;
+            border-radius: 5px;
+            box-shadow: 0 0 20px rgba(0,0,0,0.5);
+            z-index: 10000;
+            font-weight: bold;
+            text-align: center;
+        }
+        #floating-update-notification button {
+            margin-top: 10px;
+            padding: 5px 10px;
+            background-color: white;
+            color: #cc0000;
+            border: none;
+            border-radius: 3px;
+            font-weight: bold;
+            cursor: pointer;
+        }
+        #floating-update-notification button:hover {
+            background-color: #eeeeee;
+        }
     
     
+    
+    
+        
Update Available!
+        
New version available
+        
+