-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclub.php
More file actions
43 lines (41 loc) · 1.18 KB
/
Copy pathclub.php
File metadata and controls
43 lines (41 loc) · 1.18 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
<?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_5">
<h3>CLUB BEDROOM SUITE</h3>
<div class="blog">
<div class="banner">
<img src="images/C.jpg" alt="">
</div>
</div>
</div>
<div class="grid_5 prefix_1">
<h3 class="head1">AMENITIES</h3>
<ul class="list">
<li><a><b>SIZE</b> 800 SQ FT | 75 SQ M</a></li>
<li><a><b>VIEW</b> CITY VIEW</a></li>
<li><a>Exclusive Club Lounge access</a></li>
<li><a>Italian Marble bathroom</a></li>
<li><a>Separate, well-appointed living area</a></li>
</ul>
<a href="suits.php" class="link1">Back</a>
</div>
</div>
</div>
<!--==============================footer=================================-->
<?php include 'footer.php';?>