-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.html
More file actions
37 lines (36 loc) · 1.48 KB
/
video.html
File metadata and controls
37 lines (36 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VIDEO</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header class="main">
<div class="main-logo">
<img src="photos\african airs.jpeg" alt="" class="resized-image-1">
<p class="logoTitle"></p>
</div>
<nav class="header-main-nav">
<ul class="navlinks">
<li><a href="home.html">HOME</a></li>
<li><a href="blog.html">BLOGS</a></li>
<li><a href="images.html">IMAGES</a></li>
<li><a href="video.html">VIDEO</a></li>
<li><a href="references.html">REFERENCES</a></li>
<li><a href="lastpage.html">LAST PAGE</a></li>
<li><a href="contacts.html">CONTACTS</a></li>
</ul>
</nav>
</div>
</header>
<main class="body">
<h1>Link of Ethiopian Airs taking of:</h1>
<div><a href="https://www.youtube.com/watch?v=Fbd69GFTwuo">Click here</a></div>
<div><a href="https://www.youtube.com/watch?v=y0CKHN7xrV0">Click here</a></div>
<div><a href="https://www.youtube.com/watch?v=Je7hWRXtDMU">Click here</a></div>
<div><a href="https://www.youtube.com/watch?v=B1-c9iyX7kY">Click here</a></div>
</main>
</body>
</html>