-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccommodation.php
More file actions
58 lines (52 loc) · 1.97 KB
/
accommodation.php
File metadata and controls
58 lines (52 loc) · 1.97 KB
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
<?php
session_start();
?>
<html>
<head>
<title>Accomodation</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<?php
include "index4.php";
?>
<div id = "heading">
<h1>Accommodation</h1>
</div>
<div class="container-fluid">
<div class="row" >
<img src="image/myroom.jpg" id='imgleft'>
<div id=heading>
<h2>Suite</h2>
</div>
<p>Hotel Four Seasons, among the premier business hotel in amreli the economic capital of saurashtra is characterised by the traditionally hospitality located in the heart of the city.The ideal choice amongs hotels in Amreli for businessman and tourist. </p>
</div>
<div class="row">
<img src="image/standard room.jpg" id="imgright">
<div id=heading>
<h2>Super Deluxe</h2>
</div>
<p>Hotel Four Seasons, among the premier business hotel in amreli the economic capital of saurashtra is characterised by the traditionally hospitality located in the heart of the city.The ideal choice amongs hotels in Amreli for businessman and tourist. </p>
<div class="hr"></div>
</div>
<div class="row">
<img src="image/delux room.jpg" id="imgleft">
<div id=heading>
<h2>Deluxe</h2>
</div>
<p>Hotel Four Seasons, among the premier business hotel in amreli the economic capital of saurashtra is characterised by the traditionally hospitality located in the heart of the city.The ideal choice amongs hotels in Amreli for businessman and tourist. </p>
<div class="hr"></div>
</div>
<div class="row">
<img src="image/meh.jpg" id="imgright">
<div id=heading>
<h2>Standard</h2>
</div>
<p>Hotel Four Seasons, among the premier business hotel in amreli the economic capital of saurashtra is characterised by the traditionally hospitality located in the heart of the city.The ideal choice amongs hotels in Amreli for businessman and tourist. </p>
<div class="hr"></div>
</div>
</div>
<script src="js/bootstrap.min.js"></script>
</body>
</html>