-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
24 lines (23 loc) · 1.28 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/about.css">
<title>About Us</title>
</head>
<body>
<!-- header -->
<?php include_once('header.php');?>
<center>
<img src="images/img-1.jpg" class="img" alt="Hotel" height="400px" width="350px">
</center>
<div class="center">
<p class="p"><i>
Pepper's Grand Luxury Hotel and Banquets opened in 2015 is a brand new property. We are proud to have one of the largest banquet halls in Sri Lanka, which can also be split in to three ballrooms. The full ballroom can accommodate up to 1,400 theatre style (subject to table and floor plan). Our colossal Grand Ballroom entrance cannot be missed and a seperate hotel lobby entrance is available for room guests and diners. Pepper's Grand Hotel is a place for relaxation and indulgence, located just 10 minutes from Colombo facing the gorgeous Colombo lagoon. We are the national winner of Best luxury Architecture Design Hotel and Regional winner of Best Banquet/Event Hotel 2017. We invite you to experience the warmth of our hospitality and discover the true spirit of Pepper's Grand Hotel.
</i>
</p>
</div>
<?php require_once("footer.php");?>
</body>
</html>