From c101060d461976166e9217b3058a3373ad9b71b9 Mon Sep 17 00:00:00 2001 From: Noololly <95478511+Noololly@users.noreply.github.com> Date: Fri, 4 Mar 2022 11:58:25 +0000 Subject: [PATCH] rickroll hehe --- index.html | 1 + 1 file changed, 1 insertion(+) 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); }