We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6887a0d commit ec2e8ceCopy full SHA for ec2e8ce
public/index.html
@@ -20,6 +20,20 @@ <h1>Flight Searcher</h1>
20
<div id="searchResults">
21
<table id="priceMatrix">
22
</table>
23
+
24
+ <h3>Cheapest Flight on Your Selected Date:</h3>
25
+ <div id="cheapestFlight">
26
+ <div class="flight">
27
+ <div class="price">$400</div>
28
+ <div class="airline">Airoflot</div>
29
+ <div class="flightInfo">
30
+ <div class="flightNumber">MH 234</div>
31
+ <div class="flightTimes">4:00p -> 8:00a</div>
32
+ <div class="flightDuration">2h 45mins</div>
33
+ </div>
34
35
36
+ <h3>Flights by Price:</h3>
37
<div id="flights">
38
<div class="flight">
39
<div class="price">$400</div>
0 commit comments