-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsip.php
More file actions
31 lines (30 loc) · 1.19 KB
/
Copy pathsip.php
File metadata and controls
31 lines (30 loc) · 1.19 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
<?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>SIP & STAY</h3>
<p>Valid through September 8, 2018</br>Starting at $869 USD per night</br>USD per night for a One Bedroom Suite</p>
<p>Superior accommodation</p>
<p>Two Ultimate Wine Flights at The JCB Tasting Lounge</p>
<p>Leave your heart in San Francisco and raise a glass with the Sip and Stay Package.</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';?>