D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
realadss
/
jaipurpartyplanner.in
/
Filename :
thanku.php
back
Copy
<?php include('admin/connection.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Gurgaon Party Planner | Thank You</title> <meta content="Gurgaon Party Planner | Thank You" name="keywords"> <meta content="Gurgaon Party Planner | Thank You" name="description"> <?php include 'include/links.php'; ?> <?php include 'include/header.php'; ?> <style> .thanku { padding: 100px 0px; text-align:center !important; } .thanku p{ text-align:center !important; } @media(ma-width:500px){ .thanku { padding: 50px 0px; text-align:center !important; } } </style> <div class="thanku text-center" > <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" style="color:black;">Contact us</a> </p> <p class="lead"> <a class="btn btn-primary btn-md" href="<?php echo $base_url; ?>" role="button">Continue to Home Page</a> </p> </div> <?php include 'include/footer.php'; ?>