-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnodeJs.html
More file actions
84 lines (80 loc) · 5.14 KB
/
nodeJs.html
File metadata and controls
84 lines (80 loc) · 5.14 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
<html>
<head>
<link rel="stylesheet" href="python.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">Course</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/BLl32FvcdVM?si=tI0fe-vGM76_gZTq"
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/videoseries?si=8bd7c6Ced7XiCKaS&list=PLinedj3B30sDby4Al-i13hQJGQoRQDfPo"
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=cARo-bIDX7P-Nzjx&list=PL1BztTYDF-QPdTvgsjf8HOwO4ZVl_LhxS"
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/ipnWAKoiBtY?si=uj8wECvmqyUF0qKN"
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=PGVE-xz4J0kmr_FS&list=PL78RhpUUKSwfeSOOwfE9x6l5jTjn5LbY3"
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=tytrh-Gpb_lagiZu&list=PLwGdqUZWnOp00IbeN0OtL9dmnasipZ9x8"
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/32M1al-Y6Ag?si=180F3O8UKZoqJfc8"
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/videoseries?si=6Tp3XcFQk3uee8gu&list=PL2PkZdv6p7Zmu51_FBoNDcv8Bk8bXODvH"
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/Oe421EPjeBE?si=1ueFbazhTt_fP_3C"
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>