html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<body style="background-color:Black;"></body>
<img src="https://www.dropbox.com/scl/fi/l3ie9i182wbpznuidvge2/IMG_20250226_190505.jpg?rlkey=3sm9uxdex150r1yxsxaj8ofid&st=6jc2n8nv&&raw=1"> <p style="background-color:#0a0010;">.</p>
<img src="https://www.dropbox.com/scl/fi/2ctt03aiicvbfrhkvm804/IMG_20250226_190518.jpg?rlkey=ttwq9gaioj1a0gohsphhdii60&st=2scwitvu&&raw=1"> <p style="background-color:#0a0010;">.</p>
<img src="https://www.dropbox.com/scl/fi/v7wviivljwp3sa9ifmau4/IMG_20250226_190423.jpg?rlkey=oume24lh1i1fsp2sxh1lfdcbc&st=xyy5gk97&&raw=1"> <p style="background-color:#0a0010;">.</p>
<img src="https://www.dropbox.com/scl/fi/mcj40y2fie4x4fwjjkvr0/IMG_20250226_190410.jpg?rlkey=w9425gqalks0eyp5ya1zrhxnw&st=n9tlhdo6&&raw=1"> <p style="background-color:#0a0010;">.</p>
<img src="https://www.dropbox.com/scl/fi/uzb8254530gpjwla7a52j/IMG_20250226_190440.jpg?rlkey=eeh4224m9gnmwi1cpbryamf7e&st=ham2v27a&&raw=1">
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
img{
width:340px;
height:340px;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
6
alert ("tap on the screen for the music")
var a = new Audio("https://www.dropbox.com/scl/fi/m146bys5gshmshwd4vt1l/VID-20250226-WA0062.mp4?rlkey=b1bia8tpdz2p893nohk8q1bkm&st=17rgy3bk&dl=1");
window.addEventListener('click',() => {
a.play();
});
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run