/
var
/
www
/
html
/
stengineers
/
Upload FileeE
HOME
<?php header('Access-Control-Allow-Origin: *'); require_once('admin/dbconnection.php'); error_reporting(0); $pagetitle = "ST Engineers - Thank You"; require 'header.php';?> <section class="thankyou-sec"> <img src="<?php echo $imageUrl; ?>thankyou.png" class="img-fluid"> <h1>Thank You!</h1> <h1>We Appreciate Your Support</h1><br> <p>Thank you for visiting our website and supporting our journey.</p> <p>Our team will be assisting you shortly.</p> <a href="<?php echo $baseUrl; ?>products.php">View Products</a> </section> <?php require 'footer.php';?>