-
Notifications
You must be signed in to change notification settings - Fork 1
/
treat.php
34 lines (33 loc) · 1.93 KB
/
treat.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
25
26
27
28
29
30
31
32
33
34
<?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>TREAT YOU</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>Offer is valid through September 8, 2018 and subject to availability. Rate is per room/per night, based on single or double occupancy, exclusive of taxes, gratuities, fees and other charges; does not apply to groups; cannot be combined with any other offer and is not applicable for Rewards redemption. Advanced reservations are required. No refund or credit for unused portion. Void where prohibited.</p>
<p>Complimentary night requires purchase and minimum length of stay, and will be credited at time of check-out. A stay is defined as consecutive nights spent at the same hotel, regardless of check-in/check-out activity. Parking or Transfer option varies by hotel.</p>
<p>Begin planning your stay in one of our luxurious accommodations.</p>
<a href="special.php" class="link1">BACK</a>
</div>
</div>
<!--==============================footer=================================-->
<?php include 'footer.php';?>