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/public_html/imenso.co/learn2chat/reward.php
<!doctype html>
<html lang="en">
  <head>
    <title>Learn Chat</title>  
    <?php include 'inc/header.php'; ?>      
  </head>
 
  <body>
    <div class="bg_5 h_100 position-relative">
      <!-- <div class="childer-imgs">
        <div class="chil_img1"> <img src="img/pencil_child.png" /> </div> 
        <div class="chil_img2"> <img src="img/laptop_girl.png" /> </div> 
        <div class="chil_img3"> <img src="img/half_book.png" /> </div> 
        <div class="chil_img4"> <img src="img/book_readign.png" /> </div>
      </div> -->    
      <div class="top_area">
        <div class="container">      
          <?php include 'inc/logo.php'; ?>
          <?php include 'inc/navbar_3.php'; ?> 
          <!-- <?php //include 'navbar.php'; ?> -->
          <!-- <?php //include 'navbar_2.php'; ?> -->
        </div>
      </div>

      <div class="container">
        <div class="">
          <div class="container py-5">
            <div class="text-center reward_section">
              <h1 class="text-pink">Congrats</h1>
              <h2 class="text-pink">You recieved a gift</h2>
              <div class="my-3 text-center get_reward">
                <img src="img/reward.png" alt="reward" />
                <button class="btn btn-fade btn-sm">Click to download</button>
              </div>
            </div>
          </div>
        </div>
      </div>  
    </div> 

    <?php include 'inc/footer.php'; ?>      
  </body>
</html>