-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatured.html
40 lines (31 loc) · 1.85 KB
/
featured.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
<html>
<!-- Featured -->
<head>
<link rel="stylesheet" href="styles.css">
<title>Featured Content</title>
</head>
<body>
<table class="tg"><tbody>
<tr>
<td class="tg-title" colspan="4">Featured Content</td>
</tr>
<tr>
<td class="tg-big" colspan="2">
<iframe height="390" width="620" src="https://www.youtube.com/embed/MWb5VV16B74?si=tGu8haRfE71YchNJ" 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 playsinline="1" rel="0"></iframe>
</td>
<td class="tg-big" colspan="2">
<iframe height="390" width="620" src="https://www.youtube.com/embed/Xp5uOFQUv3U?si=xkbIK6tRh3Ut7JYk" 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 playsinline="1" rel="0"></iframe>
</td>
</tr>
<tr>
<td class="tg-big" colspan="2">
<iframe height="390" width="620" src="https://www.youtube.com/embed/J-oj6XdRZOU?si=sDQ6CzmrltDKgjXJ" 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 playsinline="1" rel="0"></iframe>
</td>
<td class="tg-big" colspan="2">
<iframe height="390" width="620" src="https://www.youtube.com/embed/_OHGtxrRF34?si=VANzN-wuudx7jcR5" 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 playsinline="1" rel="0"></iframe>
</td>
</tr>
</tbody>
</table>
</body>
</html>