Create index.html

This commit is contained in:
Noololly 2022-03-04 12:06:42 +00:00 committed by GitHub
parent 583fab27cf
commit 500fa84907
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
alert("that alex is the best!!");
}
while(true){
setTimeout(() => {alert("I'm never gonna give you up");}, 60000);
setTimeout(() => {alert("I'm never gonna give you up");}, 60000);
}
</script>
</head>