-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.html
More file actions
36 lines (35 loc) · 1.42 KB
/
references.html
File metadata and controls
36 lines (35 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>REFERENCES</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>REFERENCES:</h1>
<p>link references from the following site:
<a href="https://www.ethiopianairlines.com/en-ke/?qsp_campaign=brand&qsp_source=google&qsp_medium=cpc&gad_source=1&gclid=CjwKCAjw57exBhAsEiwAaIxaZss1A9DhZkr3jjukC-_DCulMsEtGiuDmWzhav-aRf4g-Fc6lS2XB1BoCKzAQAvD_BwE">ETHIOPIAN AIR</a>
</p>
</main>
</body>
</html>