Update index.html

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

View file

@ -14,7 +14,7 @@
<script>
var alex = "The Best";
if(alex == "The Best"){
alert("that Alex is the best!!");
alert("that alex is the best!!");
setTimeout(() => {alert("Never gonna give you up");}, 60000);
}
</script>