-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
42 lines (37 loc) · 1.32 KB
/
video.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>F&F Our Video</title>
<link href="video.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" type="image/jpg" href="logo.png"/>
</head>
<body>
<div class="nav">
<div class="logo">
<a href="index.html"><img src= "gamelogo.png" id="gamelogo"></a>
</div>
<ul class='navbar'>
<li><a href="features.html">features</a></li>
<li>
<div class="dropdown">
<a href="about.html">About ▿</a>
<div class="dropdown-content">
<a href="video.html">Our Video</a>
<a href="team.html">Our Team</a>
</div>
</div>
</li>
</ul>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<center>
<iframe width="800" height="500" src="https://www.youtube.com/embed/EgaJziP5s34" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br>
<div class="startbtn">
<a href="about.html">
<button class="button button1">Back</button>
</div>
</body>
</html>