-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbts.html
46 lines (39 loc) · 2.28 KB
/
bts.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
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title>Behind the Scenes 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. -->
<script type="text/javascript" src="videofullscreen.js"></script>
<table class="tg"><tbody>
<tr>
<td class="tg-title" colspan="4">Behind the Scenes</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="0" rel="0"></iframe>
</td> -->
<td class="tg-big" colspan="2">
<video controls id="myVideo" height="370" width="665" >
<source src="../wam-ipad-videos-main/BTS-1.mp4" type="video/mp4" />
</video><br />
<b>Conservation of a Punjabi Shield</b>
</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="0" 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="0" 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="0" rel="0"></iframe>
</td>
</tr>
</tbody>
</table>
</body>
</html>