-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
42 lines (32 loc) · 1.22 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">
<title> Demonte Thomas </title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="lightbox.min.css">
<script src="_js/lightbox-plus-jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js"></script>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
</head>
<body>
<header>
<div class="container">
<div class="logo">
<img src="speaks.jpg" width="100" h alt="" title="">
</div>
<nav class="navbar">
<ul>
<li><a href="main.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="video.html">Videos</a></li>
<li><a href="music.html">Mixtape Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
</div>
<div class="video">
<h1><center>LATEST VIDEO:<br></center></h1>
<h2> <center>FOR A MINUTE</center> </h2>
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/KHreQvvP7JE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
</div>