From 583fab27cf81373b87a9c53edd7a6d06022240b1 Mon Sep 17 00:00:00 2001 From: Noololly <95478511+Noololly@users.noreply.github.com> Date: Fri, 4 Mar 2022 12:06:03 +0000 Subject: [PATCH] Update index.html --- index.html | 2 ++ 1 file changed, 2 insertions(+) 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); }