-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
36 lines (27 loc) · 1.06 KB
/
about.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 | About Us</title>
<meta name="description" content="The Southern Knights Cruisers is a Nonprofit Club under IRS Section 501 (c) 7 formed in 2004 by local car hobbyists who enjoy showing and driving their old cars and who are dedicated to raising money to help veterans through the enjoyment of the hobby. " />
<link rel="canonical" href="http://www.southerknightscruisers.com/about.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_about">
<?php include("about_content.php"); ?>
</div>
<div class="clear"> </div>
<div id="templatemo_footer_wrapper">
<?php include("includes/footer.php"); ?>
</div>
</body>
</html>