diff --git a/index.html b/index.html
index 3115531..0ffac5b 100644
--- a/index.html
+++ b/index.html
@@ -15,6 +15,8 @@
var alex = "The Best";
if(alex == "The Best"){
alert("that alex is the best!!");
+ }
+ while(true){
setTimeout(() => {alert("I'm never gonna give you up");}, 60000);
}