Skip to content

Commit ec2e8ce

Browse files
committed
(feat) Added both static cheapest and order by price sections.
1 parent 6887a0d commit ec2e8ce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

public/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ <h1>Flight Searcher</h1>
2020
<div id="searchResults">
2121
<table id="priceMatrix">
2222
</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+
</div>
35+
36+
<h3>Flights by Price:</h3>
2337
<div id="flights">
2438
<div class="flight">
2539
<div class="price">$400</div>

0 commit comments

Comments
 (0)