-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhotels.html
70 lines (46 loc) · 2.41 KB
/
hotels.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!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="hotel.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="register.html">Register</a> </button>
<button> <a href="signin.html">SignIn</a> </button> -->
</div>
</div>
<div id="container"></div>
<div id="fottor">
<div id="final">
<h1>Save time, save money!</h1>
<p>Sign up and we'll send the best deals to you</p>
<input type="text" placeholder="Your Email"> <button>Subscribe</button>
</div>
</div>
<div id="extra"> <a href="signin.html">Extranet Login</a> </div>
<div id="part"> Booking.com is part of Booking Holdings inc., the world leader is online travel and related services </div>
<div id="most" >
<div> <img src="https://cf.bstatic.com/static/img/tfl/group_logos/logo_booking/27c8d1832de6a3123b6ee45b59ae2f81b0d9d0d0.png" alt=""> </div>
<div> <img src="https://cf.bstatic.com/static/img/tfl/group_logos/logo_priceline/f80e129541f2a952d470df2447373390f3dd4e44.png" alt=""> </div>
<div> <img src="https://cf.bstatic.com/static/img/tfl/group_logos/logo_kayak/83ef7122074473a6566094e957ff834badb58ce6.png" alt=""> </div>
<div> <img src="https://cf.bstatic.com/static/img/tfl/group_logos/logo_agoda/1c9191b6a3651bf030e41e99a153b64f449845ed.png" alt=""> </div>
<div> <img src="https://cf.bstatic.com/static/img/tfl/group_logos/logo_rentalcars/6bc5ec89d870111592a378bbe7a2086f0b01abc4.png" alt=""> </div>
<div> <img src="https://cf.bstatic.com/static/img/tfl/group_logos/logo_opentable/a4b50503eda6c15773d6e61c238230eb42fb050d.png" alt=""> </div>
</div>
</body>
</html>
<script src="hotel.js"></script>