<?php


include 'db.php';
include 'error.php';

include 'header.php';
echo "<span class=\"head0\">Contact Us</span><p>";
echo "Thank you for your enquiry, we will be in touch shortly.";
include 'footer.php';
?>