<!-- include your own success html here -->
<?php include("header.php"); ?>
<div class="container">
<div class="row">
<div class="col-md-12" style="padding: 15em 0 15em 0">
<h1 class="text-center">Thank you for your message!</h1>
<h2 class="text-center">We will contact you as soon as possible.</h2>
</div>
</div>
</div>
<?php include("footer.php"); ?>