-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
39 lines (37 loc) · 1.32 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HOME</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">
<div><h1>Book Cheap Flights with African Airlines™ </h1>
<h2>African Airlines™ - Destinations & Routes<br>Popular flights from African Airlines</h2></div>
</main>
<div>
<p></p>
<p></p>
</div>
</body>
</html>