Create index.html
This commit is contained in:
parent
583fab27cf
commit
500fa84907
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
alert("that alex is the best!!");
|
alert("that alex is the best!!");
|
||||||
}
|
}
|
||||||
while(true){
|
while(true){
|
||||||
setTimeout(() => {alert("I'm never gonna give you up");}, 60000);
|
setTimeout(() => {alert("I'm never gonna give you up");}, 60000);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue