-
Notifications
You must be signed in to change notification settings - Fork 0
/
booking.html
47 lines (29 loc) · 1.13 KB
/
booking.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
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="booking.css">
<title>Document</title>
</head>
<body>
<div class="main">
<img src="my pro.png" alt="">
<!-- <h2>TopTrip.com</h2> -->
<div class="Nav">
<input oninput="search()" type="text" placeholder="Search Hotels">
<select onchange="justSort()">
<option value="high to low">high to low</option>
<option value="low to high">low to high </option>
</select>
<button> <a href="index.html">Home Page</a></button>
<!-- <button><a href="booking.html">My Bookings</a></button> -->
<button> <a href="payment.html">Payment</a> :-<span></span></button>
<button> <a href="hotels.html">Hotels</a> </button>
</div>
</div>
<div id="container"></div>
</body>
</html>
<script src="booking.js"></script>