-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhotelinfo.php
More file actions
23 lines (17 loc) · 884 Bytes
/
hotelinfo.php
File metadata and controls
23 lines (17 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Hotel Information</title>
<link rel="stylesheet" type="text/css" href="cssindex.css" />
</head>
<body>
<!-- Header -->
<?php require 'menu.php';?>
<h1 id="title">Hotel Information</h1>
<a href="#"><img class="enlarge" src="images/hilton.png" height="250" width="200" alt="schedule_picture" title=""></a>
<h2>Location</h2>
<p>The conference location is in the Hilton Hotel, Orlando, FL, USA. If you have any trouble getting there, give us a call at 973-555-5555. </p>
<h2>Note on Discount Rates</h2>
<p>The conference only blocks a certain number of rooms until May 20<sup>th</sup> 2016 for a discount rate. There are many hotels nearby in this area to stay. It is a well known tourist and vacation area. It is a great place to bring families and adults.</p>
</body>
</html>