-
Notifications
You must be signed in to change notification settings - Fork 0
/
blastoff.html
29 lines (27 loc) · 1004 Bytes
/
blastoff.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Saira+Semi+Condensed:500,600,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="explorepages.css">
<title>Demo</title>
</head>
<body style="background-color: #d3cfcf">
<h2>Gameplay</h2>
<div class="explore-video-div">
<video class="explore-video" controls>
<source src="media/blastoff/blastoff.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<h2>Multiplayer</h2>
<div class="explore-video-div">
<video class="explore-video" controls>
<source src="media/blastoff/multiplayergameplay.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</body>
</html>