-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
32 lines (23 loc) · 1.76 KB
/
Copy pathcontact.php
File metadata and controls
32 lines (23 loc) · 1.76 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact Us - CAP Distributing</title>
<meta name="description" content="We would love to hear what you think. Please contact us and give us feedback on our products or service." />
<meta name="keywords" content="cap distributing, contact, message" />
<?php include_once("templates/head.html"); ?>
</head>
<body >
<?php include_once("templates/cap-logo.html"); ?>
<?php include_once("templates/nav.html"); ?>
<div class="container">
<h2>Contact Us</h2>
<p class="contact-instructions">We appreciate your opinion! Please contact us with any comments or concerns. We will get back to you as soon as we can.</p>
<!-- www.123contactform.com script begins here -->
<iframe allowTransparency="true" style="min-height:525px; height:inherit; overflow:auto;" width="100%" id="contactform123" name="contactform123" marginwidth="0" marginheight="0" frameborder="0" src="https://www.123contactform.com/my-contact-form-2264151.html">
<p>Your browser does not support iframes. The contact form cannot be displayed. Please use another contact method (phone, fax etc)</p>
</iframe>
<p align='center' class='float-left full-with'>Powered by <a class="footerLink13" title="123ContactForm" href="https://www.123contactform.com">123ContactForm</a> | <a style="font-size:small!important;color:#000000!important; text-decoration:underline!important;" title="Looks like phishing? Report it!" href="https://www.123contactform.com/sfnew.php?s=123contactform-52&control119314=http:///contact-form--2264151.html&control190=Report%20abuse" rel="nofollow">Report abuse</a></p><!-- www.123contactform.com script ends here -->
</div><?php #End .container ?>
<?php include_once("templates/footer.html"); ?>
</body>
</html>