This repository has been archived by the owner on Aug 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvideos.html
76 lines (68 loc) · 3.1 KB
/
videos.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link rel="stylesheet" href="styles/videos.css" type="text/css" />
<link rel="stylesheet" href="styles/global.css" type="text/css" />
<title>Videos</title>
</head>
<body>
<header-template></header-template>
<main>
<h1>Videos</h1>
<br />
<h2>Performances</h2>
<div class="video-container">
<iframe
src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FAPUTaekwondoClub%2Fvideos%2F333552190716992%2F&show_text=false&width=560&t=0"
width="560"
height="308"
style="border: none; overflow: hidden;"
allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"
></iframe>
<iframe
src="https://www.facebook.com/plugins/video.php?height=308&href=https%3A%2F%2Fwww.facebook.com%2FAPUTaekwondoClub%2Fvideos%2F1973131342928297%2F&show_text=false&width=560&t=0"
width="560"
height="308"
style="border: none; overflow: hidden;"
allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"
></iframe>
</div>
<br />
<h2>Club Activities</h2>
<div class="video-container">
<iframe
src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FAPUTaekwondoClub%2Fvideos%2F2858860114343699%2F&show_text=false&width=560&t=0"
width="560"
height="314"
style="border: none; overflow: hidden"
allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"
></iframe>
<iframe
src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FAPUTaekwondoClub%2Fvideos%2F690736411800667%2F&show_text=false&width=560&t=0"
width="560"
height="314"
style="border: none; overflow: hidden"
allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"
></iframe>
<iframe
src="https://www.facebook.com/plugins/video.php?height=317&href=https%3A%2F%2Fwww.facebook.com%2FAPUTaekwondoClub%2Fvideos%2F3726291340755541%2F&show_text=false&width=560&t=0"
width="560"
height="317"
style="border: none; overflow: hidden"
allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"
></iframe>
<iframe
src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FAPUTaekwondoClub%2Fvideos%2F1945977648977000%2F&show_text=false&width=560&t=0"
width="560"
height="314"
style="border: none; overflow: hidden"
allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"
></iframe>
</div>
</main>
<footer-template></footer-template>
<script src="scripts/global.js"></script>
<script src="scripts/shop/shop.js"></script>
</body>
</html>