Update index.html

This commit is contained in:
Noololly 2022-03-04 12:02:32 +00:00 committed by GitHub
parent 1baec28c4f
commit a4ac5deb33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
</script>
</head>