-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact_thanks.php
33 lines (32 loc) · 1.15 KB
/
contact_thanks.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
MS&F Contact Form
</title><?php include 'css_js.php'; ?>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.min.js" type=
"text/javascript">
</script>
<script src="js/contact.js" type="text/javascript">
</script>
</head>
<body>
<div id="wrapper">
<?php include_once('header.php'); ?>
<div id="footerPush">
<div class="clearfix" id="thanksContact">
<p class="strong">
Thanks for reaching out! A Customer Service rep will get back with you within 24 hours or less.
</p>
<br>
<br>
<p class="homeBtn">
<a href="/">Go back to Home Page</a>
</p>
</div><!-- end pageContent -->
</div><!-- End of footerPush -->
</div><!-- end of Wrapper -->
<?php include_once('footer.php'); ?>
</body>
</html>