-
Notifications
You must be signed in to change notification settings - Fork 0
/
spotlight.html
45 lines (38 loc) · 2.26 KB
/
spotlight.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
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title>Object Spotlight Videos</title>
</head>
<body>
<!-- Make a Table: The screen is 2732x2048px. -->
<!-- This is for BTS Videos. Make a table with a title, 4 videos, and a bottom row of 4 cells. -->
<table class="tg"><tbody>
<tr>
<td class="tg-title" colspan="4">Object Spotlight Videos</td>
</tr>
<tr>
<td class="tg-big" colspan="2">
<iframe height="390" width="670" src="https://www.youtube.com/embed/hv6YTnk9TYM?si=dyclEhTR3pLQzg3D" 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="670" src="https://www.youtube.com/embed/FGM0OCHsUNk?si=B7YHvMb9060H-vrB" 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="670" src="https://www.youtube.com/embed/vQmcK68ToqY?si=_1KZyvIWdONxVnIS" 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="670" src=https://www.youtube.com/embed/mBDEDfnOgxg?si=R-bwldfkpv2Jv-ak" 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-small-left"><a href=""><img src="Accessibility.svg">Accessibility</a></td>
<td class="tg-small-center"><a href="index.html">Back Home</a></td>
<td class="tg-small-center">Previous Page</td>
<td class="tg-small-right">Next Page</td>
</tr>
</tbody>
</table>
</body>
</html>