-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.php
More file actions
32 lines (27 loc) · 1.23 KB
/
home.php
File metadata and controls
32 lines (27 loc) · 1.23 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
<html>
<head>
<title>Home Page</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<?php
include "index.php";
?>
<div id = "heading">
<h1>Home</h1>
</div>
<div class="container-fluid">
<div class = "row">
<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">
<p>4Seasons offers facilities that no other Amreli hotels offer. Each room is elegantly well appointed and equipped with complete amenities including aircondition fully stock minibars,directIDD telephone,TV with 24 hour satelight entertainment and news.Upscale bathroom with hair dryers and cosmetic mirrors,seperate hanging closets.</p>
</div>
<div class="row">
<p>The only one Amreli hotels having all facilities a business center,beauty parlor,health club,gym,saloon, boutique,internet cafe,pastry shop,travel desk and money exchange the PARAS hotels given you full value for money.</p>
</div>
</div>
<script src="js/bootstrap.min.js"></script>
</body>
</html>