MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/ui/power-bi-landing-page-old/thankyou.php
<?php session_start(); ?>
<!DOCTYPE html>
<html>
   <head>
      <title>Power BI | Thank You</title>
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap" rel="stylesheet">
      <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
      <link rel="stylesheet" type="text/css" href="assets/css/style.css">
      <link rel="stylesheet" type="text/css" href="assets/css/slick.css">
      <link rel="stylesheet" type="text/css" href="assets/css/slick-theme.css">
      <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">      
      <link href="https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap" rel="stylesheet">
      <!-- Global site tag (gtag.js) - Google Ads: 669852394 -->
      <script async src="https://www.googletagmanager.com/gtag/js?id=AW-669852394"></script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());
        gtag('config', 'AW-669852394');
      </script>

      <!-- Global site tag (gtag.js) - Google Analytics -->
      <script async src="https://www.googletagmanager.com/gtag/js?id=UA-39939999-1"></script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());
        gtag('config', 'UA-39939999-1');
      </script>
      <!-- Global site tag (gtag.js) - Google Analytics -->
      <script async src="https://www.googletagmanager.com/gtag/js?id=UA-39939999-1"></script>
      <!-- Event snippet for Request quote conversion page -->      
      <script>
        gtag('event', 'conversion', {'send_to': 'AW-669852394/ohcdCImlnu8BEOrFtL8C'});
      </script>

   </head>
   <body>
      <section class="thankyou-page theme-bg">
         <div class="thankyou-card">
            <div class="row align-items-center">
               <div class="col-md-6">
                  <div class="thankyou-left text-center">
                     <img src="assets/img/checked.svg" class="mb-4 checked-img">
                     <h3><b>Thank you for contacting us!</b></h3>
                     <p>One of our expert will contact you shortly.</p>
                     <a href="https://www.imensosoftware.com" class="btn btn-primary btn-sm mt-4" style="padding: 8px 20px; font-size: 14px;">Go to Homepage</a>
                  </div>
               </div>
               <div class="col-md-6">
                  <div class="thankyou-right">
                     <img src="assets/img/thanks.png">
                   </div>  
               </div>
            </div>
         </div>
      </section>
 </body>
</html>