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/member_area.php
<!doctype html>
<html lang="en">
  <head>
    <title>Learn Chat</title>  
    <?php include 'inc/header.php'; ?>        
  </head>
 
  <body>
     <div class="member_area bg_9 h_100 position-relative">
        <div class="container">
             <div class="col-sm-6 col-12 m-auto">
                  <div class="card position-relative">
                    <div class="sky_top"><img src="img/sky_white.png" /> </div>
                    <div class="sky_bottom"><img src="img/sky_white.png" /> </div>
                       <div class="logo text-center"> <img src="img/logo2.png" /> </div>
                       <div class="profile text-center">
                            <img src="img/profile_img.png" />
                       </div> 
                       <h5 class="text-center">Lorem Ipsum</h5>
                       <ul class="nav flex-column">
                          <li class="nav-item">
                            <a class="nav-link active d-flex justify-content-between align-items-center" aria-current="page" href="#"> 
                              <span class=""><img class="me-2" width="19" src="img/profile_clip.png" /> My Profile </span>
                              <img width="11" src="img/arrow.png" /></a>
                          </li>
                          <li class="nav-item">
                            <a class="nav-link d-flex justify-content-between align-items-center" href="#"> <span class=""> <img class="me-2" width="24" src="img/language_clip.png" /> Language Selection </span> <img width="11" src="img/arrow.png" /></a>
                          </li>
                       </ul>
                      </form>
                  </div>
             </div>
        </div>  
     </div> 
    

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