-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExercise1.html
More file actions
46 lines (44 loc) · 1.68 KB
/
Exercise1.html
File metadata and controls
46 lines (44 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Exercise...</title>
</head>
<header><h1>My Playable Songs</h1></header>
<body>
<iframe
width="570"
height="325"
src="https://www.youtube.com/embed/5IdGjLg6m5Q?si=dEHZsUumBkeUK-l5&start=27"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
<iframe
width="570"
height="325"
src="https://www.youtube.com/embed/EiiOYwqk3A0?si=e3UMWfRQOPujky6K&start=26"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
<iframe
width="570"
height="325"
src="https://www.youtube.com/embed/2vKMY75kvjI?si=AXRKSd14n-DyJBc1&start=26"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
<audio src="Da Da Dasse - Udta Punjab (320 kbps).mp3" controls></audio>
<audio src="FAASLE(KoshalWorld.Com).mp3" controls></audio>
<audio src="Aankhon Se Batana Dikshant 320 Kbps.mp3" controls></audio>
</body>
</html>