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/learn2chat/congratulation.php
<!doctype html>
<html lang="en">
  <head>
    <title>Learn Chat</title>  
    <?php include 'inc/header.php'; ?>      
  </head>
 
  <body>
    <div class="bg_6 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_1.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 congratulation_section">
              <h1>Congrats</h1>
              <h2>Well Done</h2>
              <h4>I AM SO PROUD OF YOU</h4>
              <div class="my-3 text-center">
                  <button class="btn texture_btn btn-warning btn-sm circle_texture my_kids"><span class="shad"></span><span>Next Exercise </span></button>
                  <span class="text-danger"></span>
              </div>
            </div>
          </div>
        </div>
      </div>  
    </div> 

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