-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (67 loc) · 4.33 KB
/
index.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="learnin.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>how to create navbar</title>
</head>
<body>
<nav>
<div class="logo">
med<span>-film</span>
</div>
<div class="btn">btn</div>
</nav>
<div class="xrap">
<div class="film">
<div class="c-film">
<iframe width="360" height="200" src="https://www.youtube.com/embed/kzZwowxttIE?si=1bMTeaxj_n0dPv8f" 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>
</div>
<div class="img">downloder</div>
</div>
<div class="film">
<div class="c-film">
<iframe width="360" height="200" src="https://www.youtube.com/embed/6yenmPC1jOM?si=PLbXBLsGBjag_Deq" 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>
</div>
<div class="img">download</div>
</div>
<div class="film">
<div class="c-film">
<iframe width="360" height="200" src="https://www.youtube.com/embed/fu7BZXUQUaU?si=trNCSmNCnQ23W1zN" 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>
</div>
<div class="img">downloder</div>
</div>
<div class="film">
<div class="c-film">
<iframe width="360" height="200" src="https://www.youtube.com/embed/AR0rHIdThBU?si=Qw3bq5yI2MP0sxrC" 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>
</div>
<div class="img">download</div>
</div>
<div class="film">
<div class="c-film">
<iframe width="360" height="200" src="https://www.youtube.com/embed/4Di-I4K0-34?si=IAdXIlOZpdheFDJm" 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>
</div>
<div class="img">downloder</div>
</div>
<div class="film">
<div class="c-film">
<iframe width="360" height="200" src="https://www.youtube.com/embed/7af1mQK19A8?si=wlHBVWfQ8ZTRj-9X" 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>
</div>
<div class="img">download</div>
</div>
<div class="film">
<div class="c-film">
<iframe width="360" height="200" src="https://www.youtube.com/embed/x8k0VzbgYqo?si=mYAGhNzhX2vjJi3E" 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>
</div>
<div class="img">downloder</div>
</div>
<div class="film">
<div class="c-film">
<iframe width="360" height="200" src="https://www.youtube.com/embed/waOvJUuwxzA?si=4i_F2Cw1rCQjRlAa" 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>
</div>
<div class="img">download</div>
</div>
</div>
</body>
</html>