-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmidway2.html
More file actions
104 lines (102 loc) · 4.02 KB
/
Copy pathmidway2.html
File metadata and controls
104 lines (102 loc) · 4.02 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dauntless: The Battle of Midway</title>
<style>
.video {
width: auto;
text-align: justify;
margin-left: 20px;
}
</style>
<link rel="stylesheet" href="/cwdc/mainPage/LCG.css" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
</head>
<body>
<div class="row mt-4 ms-4">
<div class="col">
<iframe
title="Battle of Midway & Beyond"
width="320"
height="240"
src="https://www.youtube.com/embed/iCvX1wepNF8"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
>
</iframe>
<div class="video" id="Midway-Beyond">
<a href="https://en.wikipedia.org/wiki/Battle_of_Midway">
Battle of Midway & Beyond</a
>
<a href="https://www.youtube.com/watch?v=iCvX1wepNF8"
>04-06/1942</a
>
<br />
<a
href="https://www.youtube.com/playlist?list=PLob1mZcVWOagE6k45H8o_FndW1eqNht00"
>Battle 360°:</a
>
<a href="https://en.wikipedia.org/wiki/Battle_360°"
>History Channel 02-05/2008</a
>
</div>
</div>
<div class="col">
<iframe
title="Academy War Film Collection: The Battle of Midway"
width="320"
height="240"
src="https://www.youtube.com/embed/FkiXHKeMC9k"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
>
</iframe>
<div class="video" id="Academy-War">
<a
href="https://www.oscars.org/film-archive/collections/academy-war-film-collection"
>
Academy War Film Collection: </a
><br />
The Battle of Midway
<a href="https://www.youtube.com/watch?v=FkiXHKeMC9k"
>26/02/1942</a
>
</div>
</div>
<div class="col">
<iframe
title="Midway All Aerial Attack Scenes"
width="320"
height="240"
src="https://www.youtube.com/embed/lxPSJvEWRvI"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
>
</iframe>
<div class="video" id="Attack-Scenes">
<a href="https://www.youtube.com/watch?v=mWA4Fqf7k-8">
Midway All Aerial Attack Scenes</a
>
<a href="https://www.youtube.com/watch?v=lxPSJvEWRvI"
>19/08/2019
</a>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
</body>
</html>