From a4ac5deb338ff816b543cc9f1fd3c8b6da968a16 Mon Sep 17 00:00:00 2001 From: Noololly <95478511+Noololly@users.noreply.github.com> Date: Fri, 4 Mar 2022 12:02:32 +0000 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c06fab0..3115531 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ var alex = "The Best"; if(alex == "The Best"){ alert("that alex is the best!!"); - setTimeout(() => {alert("Never gonna give you up");}, 60000); + setTimeout(() => {alert("I'm never gonna give you up");}, 60000); }