forked from ZohebMOPO/Kelechi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathanger-videos.html
50 lines (48 loc) · 1.37 KB
/
anger-videos.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
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="social-media-marketing.png" type="png" />
<style>
.flexbox {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
gap: 3px;
}
body {
background-color: #f09297;
}
</style>
</head>
<body>
<div class="flexbox">
<iframe
width="500"
height="300"
src="https://www.youtube.com/embed/wrRuXWtmCC8"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<iframe
width="500"
height="300"
src="https://www.youtube.com/embed/YEnbJqLaRNw"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<iframe
width="500"
height="300"
src="https://www.youtube.com/embed/DzUc3Eqzzos"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</body>
</html>