D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
realadss
/
kavyaeventz.in
/
Filename :
thanku.php
back
Copy
<?php include 'include/header.php'; ?> <!--<script>--> <!--function goBack() {--> <!-- window.history.back();--> <!--}--> <!--</script>--> <div class="jumbotron text-center"> <h1 class="display-3">Thank You!</h1> <p class="lead"><strong>Your Inquiry has been received, We will be in touch with you shortly.. </strong></p> <hr> <p> Having trouble? <a href="contact-us.php">Contact us</a> </p> <p class="lead"> <a class="btn btn-primary btn-sm" href="index.php" role="button">Continue to Home Page</a> <!--<a class="btn btn-primary btn-sm" onclick="goBack()" role="button">Back Page</a>--> </p> </div> <?php include 'include/footer.php'; ?>