-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathITC-gurgaon.html
77 lines (69 loc) · 2.14 KB
/
ITC-gurgaon.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
71
72
73
74
75
76
77
<!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="css/ITC-gurgaon.css">
<title>ITC Grand Bharat</title>
<link rel="icon" href="Images/logo.png" type="image/jpeg">
</head>
<body>
<a href="Gurgaon1.html"><img src="Images/logo.png" class="back"></a>
<div>
<h1>ITC GRAND BHARAT-A Luxuary Collection Retreat</h1>
<p >PO Hasanpur,Tauru,Mewat Dist</p>
</div>
<div class="container">
<!-- Area of the images -->
<div class="wrapper">
<img src="Images/itcmain.png">
<img src="Images/itcmiddle.png">
<img src="Images/itcright.png">
<img src="Images/rightimg.png">
</div>
</div>
</div>
</div>
<table border="2%" cellpadding="50%" class="box1">
<tr>
<td>Room type</td>
<td>Today's price</td>
<td>Your choices</td>
<td>click here</td>
</tr>
<tr>
<td>Double Room with AC.
only three Rooms are left
1 double bed.
private bathroom, Flat screen TV,
Free wifi</td>
<td>₹5,480
(includes all taxes)</td>
<td> Break fast included.
Free cancellation.
Before 15 hours of booking time
No payment needed. pay at
the property.
</td>
<td><button>Book now</button></td>
</tr>
<tr>
<td>Twin Room with AC.
only two Rooms are left
2 single beds.
private bathroom, Flat screen TV,
Free wifi</td>
<td>₹2,570
(includes all taxes)</td>
<td> Break fast included.
Free cancellation.
Before 15 hours of booking time.
No payment needed. pay at
the property.
</td>
<td><button>Book now</button></td>
</tr>
</table>
</body>
</html>