-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyoutube.html
37 lines (34 loc) · 1.61 KB
/
youtube.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Link Youtube</title>
</head>
<body id="youtubeBody">
<div>
<a href="index.html">
<img id="previousYoutube" src="src/previous.png">
</a>
</div>
<div id="newContainer">
<div class="embedYoutube">
<div>
1.
</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/QyjyWUrHsFc?si=0Bxsy18W82TVycLk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div class="embedYoutube">
<div>
2.
</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/r6tH55syq0o?si=fsJqm1Dp-JLYa1Kx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> </div>
<div class="embedYoutube">
<div>
3.
</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/09839DpTctU?si=tp2so6y0pLoxDhwY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> </div>
</div>
</body>
</html>