-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbed.php
More file actions
33 lines (32 loc) · 1.69 KB
/
Copy pathbed.php
File metadata and controls
33 lines (32 loc) · 1.69 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
<?php include 'header.php';?>
<body>
<!--==============================header=================================-->
<header>
<div class="container_12">
<div class="grid_12">
<div class="menu_block">
<?php
include 'menu.php';
?>
<div class="clear"></div>
</div>
</div>
</div>
</header>
<!--==============================Content=================================-->
<div class="content">
<a href="special.php"> Featured Packages</a> | <a href="add.php">Additional Overnight Packages</a>
<div class="container_12">
<h3>BED & BREAKFAST</h3>
<p>Valid through September 8, 2018</br>Starting at $869 USD per night</p>
<p>Overnight accommodations in a Ritz-Carlton Club Guest Room.</p>
<p>Overnight valet parking.</p>
<p>Daily internet access in guest room.</p>
<p>One complimentary night — Stay four nights, pay for three (subject to availability).</p>
<p>Package is subject to availability and cannot be combined with any other offer. Advance reservations are required; rates do not apply to groups. Rates listed are per room, per night, single or double occupancy, and exclusive of taxes, gratuities and other charges unless otherwise noted. Hotel and resort credits cannot be used toward room rate, tax, resort fee or gratuities. Credit cannot be reimbursed or exchanged if not used. Credit must be used during stay.</p>
<p>Begin planning your stay in one of our luxurious accommodations.</p>
<a href="add.php" class="link1">BACK</a>
</div>
</div>
<!--==============================footer=================================-->
<?php include 'footer.php';?>