-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
36 lines (29 loc) · 909 Bytes
/
contact.php
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
<?php include("includes/canonical.php"); ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Southern Knights Cruisers | Contact Us</title>
<meta name="description" content="Southern Knights Cruisers contact information. Get in touch with us" />
<link rel="canonical" href="http://www.southerknightscruisers.com/contact.php" />
<link rel="shortcut icon" href="images/favicon.ico">
<link href="css/templatemo_style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="templatemo_header">
<?php include("includes/header.php"); ?>
</div>
<div id="templatemo_featured_content_wrapper">
<!-- hardees background -->
</div>
<div id="templatemo_content_wrapper">
<section>
<?php include("contact_content.php"); ?>
</section>
</div>
<div class="clear"> </div>
<div id="templatemo_footer_wrapper">
<?php include("includes/footer.php"); ?>
</div>
</body>
</html>