Server IP : 103.53.40.154 / Your IP : 18.216.104.106 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/deergham.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once "admin/config.php"; ?> <!DOCTYPE html> <html lang=en> <head> <meta charset=UTF-8> <meta name=viewport content="width=device-width,initial-scale=1,minimum-scale=1"> <meta http-equiv=X-UA-Compatible content="ie=edge"> <title>Thanks | Deergham</title> <meta name="description" content="Cart | Deergham"> <?php include "top-links.php" ?> <link rel="stylesheet" href="css/cart.min.css"> </head> <body> <?php include "header.php" ?> <main> <header class="page" style="padding-top:;"> <div class="page_main container-fluid"> <div class="container"> <h1 class="page_header">Successs</h1> </div> </div> <div class="container"> <ul class="page_breadcrumbs d-flex flex-wrap"> <li class="page_breadcrumbs-item"><a class="link" href="<?php echo $wspath?>">Home</a></li> <li class="page_breadcrumbs-item current"><span>Successs</span></li> </ul> </div> </header> <div class="container" style="padding-bottom:20px; padding-top:20px;"> <div class="row"> <h3 class="text-center" style="color:green;">Query is submitted Successfully ! Thank You for Order, We will contact you soon</h3> <div class="text-center"> <div class="about-text text-center"> <a href="<?php echo $wspath?>"> <!--<button type="button" class="btn float-end">Go To Home</button>--> </a> </div> </div> </div> </div> </main> <?php include "footer.php" ;?> </body> </html>