D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
vhosts
/
sarainternational.ae
/
httpdocs
/
Filename :
thanku.php
back
Copy
<?php include 'include/header.php'; ?> <div class="jumbotron text-center" style="padding: 100px; 0px"> <h1 class="display-3" style="color:black;">Thank You!</h1> <p class="lead" style="color:black;"><strong>Your Inquiry has been Received, We will be in touch with you shortly.. </strong></p> <hr> <p style="color:black;"> Having trouble? <a href="contact.php" style="color:black;">Contact us</a> </p> <p class="lead"> <a class="btn btn-primary btn-md" href="index.php" role="button">Continue to Home Page</a> </p> </div> <?php include 'include/footer.php'; ?>