-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspecial.php
More file actions
44 lines (41 loc) · 1.36 KB
/
Copy pathspecial.php
File metadata and controls
44 lines (41 loc) · 1.36 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
<?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">
<div class="container_12">
<div class="grid_12">
<h3>OVERNIGHT PACKAGES</h3>
<a href="special.php"> Featured Packages</a> | <a href="add.php">Additional Overnight Packages</a>
<div class="block2">
<img src="images/page3_img1.jpg" alt="" class="img_inner fleft">
<div class="extra_wrapper">
<h1>TREAT YOU</h1>
</br>
<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>
<a href="treat.php" class="link1">LEARN MORE</a>
</div>
</div>
</div>
</div>
</div>
<!--==============================footer=================================-->
<?php include 'footer.php';?>