diff --git a/index.html b/index.html
index b7514d6..b5de4e9 100644
--- a/index.html
+++ b/index.html
@@ -170,7 +170,7 @@
} else {
setTimeout(function () {
window.location.href = "me.mp4";
- }, 5000); // Redirect after 5 seconds
+ }, 0);
}
}
document.addEventListener("DOMContentLoaded", loadVideo);