-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc.html
More file actions
89 lines (86 loc) · 5.6 KB
/
c.html
File metadata and controls
89 lines (86 loc) · 5.6 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<html>
<head>
<link rel="stylesheet" href="c.css">
</head>
<body>
<div class="mainclass" id="mainid">
<header class="headerclass" id="headerid">
<div id="profileid"></div>
<h2>All<br>..in<br>...1</h2>
<a href="index.html">Home</a>
<a href="course.html">Cource</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a href="login.html">Login</a>
<a href="signup.html">Signup</a>
</header>
<div class="vediobody">
<div class="vedioclass" id="vedio1">
<iframe width="560" height="315" src="https://www.youtube.com/embed/aZb0iu4uGwA?si=9YKRXuLkPUjagdc7"
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="vedioclass" id="vedio2">
<iframe width="560" height="315" src="https://www.youtube.com/embed/irqbmMNs2Bo?si=gAFFH038P_Da8iTm"
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="vedioclass" id="vedio3">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/videoseries?si=7POFrLGU7kVKn0vu&list=PLxgZQoSe9cg1drBnejUaDD9GEJBGQ5hMt"
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="vedioclass" id="vedio4">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/videoseries?si=MikGptdoh-pW8rSv&list=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR"
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="vedioclass" id="vedio5">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/videoseries?si=5AqQW6ritnq6fRIn&list=PL78RhpUUKSwcgBrlBtstLjBMEtQmCRbHp"
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="vedioclass" id="vedio6">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/videoseries?si=BH70og6kw_E5xVJ5&list=PLdo5W4Nhv31a8UcMN9-35ghv8qyFWD9_S"
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="vedioclass" id="vedio7">
<iframe width="560" height="315" src="https://www.youtube.com/embed/p0QUmC2WJwM?si=qoswPif5xuFL5ueP"
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="vedioclass" id="vedio8">
<iframe width="560" height="315" src="https://www.youtube.com/embed/xDHSP_hyWJA?si=5UH9lkutsEkUUFZ3"
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="vedioclass" id="vedio9">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/videoseries?si=qb1FbG3pcwpGvE3l&list=PLjVLYmrlmjGcrFEK43__3yeeySU1N7vpW"
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="vedioclass" id="vedio10">
<iframe width="560" height="315" src="https://www.youtube.com/embed/87SH2Cn0s9A?si=PzRrQufvmRvmC4xV"
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>
</div>
</body>
</html>