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/support.php
<!doctype html>
<html lang="en">
  <head>
    <title>Learn Chat</title>  
    <?php include 'inc/header.php'; ?>        
  </head>
 
  <body>
     <div class="login 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>
                       <h5 class="text-center">Contact Us</h5>
                        <div class="mb-3">
                          <label for="exampleInputEmail1" class="form-label">Your Email</label>
                          <input placeholder="" type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
                        </div>
                        <div class="mb-3">
                          <label for="exampleInputEmail1" class="form-label">Title</label>
                          <input placeholder="" type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
                        </div>
                        <div class="mb-3">
                          <label for="exampleInputEmail1" class="form-label">Your Message</label>
                          <textarea class="form-control" rows="4">
                          </textarea>
                        </div>
                        <button type="submit" class="btn btn-danger w-100 mt-5">Send</button>
                      </form>
                  </div>
             </div>
        </div>  
     </div> 
    

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