-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjunior.php
More file actions
43 lines (41 loc) · 1.19 KB
/
Copy pathjunior.php
File metadata and controls
43 lines (41 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
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>JUNIOR SUITE</h3>
<div class="blog">
<div class="banner">
<img src="images/B.jpg" alt="">
</div>
</div>
</div>
<div class="grid_5 prefix_1">
<h3 class="head1">AMENITIES</h3>
<ul class="list">
<li><a><b>SIZE</b> 600 SQ FT | 56 SQ M</a></li>
<li><a><b>VIEW</b> CITY VIEW</a></li>
<li><a>Separate elegant sitting area</a></li>
<li><a>Luxurious pillowtop mattress and linens</a></li>
<li><a>Spacious Italian Marble bathroom</a></li>
</ul>
<a href="suits.php" class="link1">Back</a>
</div>
</div>
</div>
<!--==============================footer=================================-->
<?php include 'footer.php';?>