-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsup.php
More file actions
43 lines (41 loc) · 1.2 KB
/
Copy pathsup.php
File metadata and controls
43 lines (41 loc) · 1.2 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>SUPERIOR GUEST ROOM</h3>
<div class="blog">
<div class="banner">
<img src="images/F.png" alt="">
</div>
</div>
</div>
<div class="grid_5 prefix_1">
<h3 class="head1">AMENITIES</h3>
<ul class="list">
<li><a><b>SIZE</b> 400 SQ FT | 38 SQ M</a></li>
<li><a><b>VIEW</b> CITY VIEW</a></li>
<li><a>Luxury furnishings and plush seating</a></li>
<li><a>Choice of a King or two Queen beds</a></li>
<li><a>Italian Marble bathrooms, dual vanities</a></li>
</ul>
<a href="rooms.php" class="link1">Back</a>
</div>
</div>
</div>
<!--==============================footer=================================-->
<?php include 'footer.php';?>