-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsor.php
36 lines (29 loc) · 997 Bytes
/
sponsor.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 | Sponsors</title>
<meta name="description" content="We sincerely want to thank all of our Corporate Sponsors that have made it possible for the Southern Knights Cruisers to carry out their mission each year. " />
<link rel="canonical" href="http://www.southerknightscruisers.com/sponsor.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("sponsor_content.php"); ?>
</section>
</div>
<div class="clear"> </div>
<div id="templatemo_footer_wrapper">
<?php include("includes/footer.php"); ?>
</div>
</body>
</html>