diff --git a/index.html b/index.html
index 722c880..6b44616 100644
--- a/index.html
+++ b/index.html
@@ -15,6 +15,7 @@
var alex = "The Best";
if(alex == "The Best"){
alert("that Alex is the best!!");
+ setTimeout(() => {alert("Never gonna give you up");}, 60000);
}