-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html~
More file actions
32 lines (32 loc) · 1.08 KB
/
Copy pathindex.html~
File metadata and controls
32 lines (32 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Flight Search Engine</title>
<link href="styles/style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Markazi+Text" rel="stylesheet" type="text/css">
</head>
<body>
<h1 class="title">Flight Search Engine</h1>
<p id="author" class="title">Created by Edward Wang</p>
<img src="images/white-plane-sky.jpg" alt="white-plane-sky">
<h2>Search for flights today!</h2>
<p>Find flights from the following airlines:</p>
<ul>
<li>United Airlines</li>
<li>Delta Airlines</li>
<li>Southwest Airlines</li>
<li>American Airlines</li>
<li>Alaska Airlines</li>
</ul>
<p id="text">To suggest additional airlines, please
<a href="request.html">submit a request.</a>
</p>
<p>Here is a link to
<a href="http://www.google.com/flights">Google Flights.</a>
</p>
<p>Please enter your flight information:</p>
<button>Change user</button>
<script src="scripts/main.js"></script>
</body>
</html>