diff --git a/index.html b/index.html index 0ffac5b..9931f50 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ alert("that alex is the best!!"); } while(true){ - setTimeout(() => {alert("I'm never gonna give you up");}, 60000); + setTimeout(() => {alert("I'm never gonna give you up");}, 60000); }