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/lift-cincy/signin.php
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>LIFT Cincy</title>
    <?php include 'head.php'; ?>
  </head>

  <body class="home">
    <!-- Navbar -->
    <?php include 'navbar.php'; ?>
    <!-- Navbar -->

    <section class="ticket_section burger p-relative">
      <div class="bg_strip1"><img src="images/bg_strip1.svg" alt="ticket" class="img-svg" /></div>
      <div class="bg_strip2"><img src="images/bg_strip2.svg" alt="ticket" class="img-svg" /></div>
      <div class="ccontainer">
        <div class="crow g-0">
          <div class="ccol ccol-xl-2 ccol-lg-2 ccol-md-4 ccol-sm-4 ccol-6 mx-auto py-0">
            <h1 class="heading_1 text-black">Sign In</h1>
            <hr class="mt-2 mb-3" />
            <form>
              <div class="form_fld">
                <label>Email</label>
                <input type="email" name="" class="fld-control">
              </div>
              <div class="form_fld">
                <label>Password</label>
                <input type="password" name="" class="fld-control">
              </div>
              <div class="d-flex flex-justify-between small flex-item-align-center">
                <a href="checkout.php" class="cbtn cbtn-text-secondary">Nonprofit Login</a>
                <a href="forgot_password.php" class="cbtn cbtn-text-primary">Forgot Password?</a>
              </div>
              <div class="mt-3">
                <div class="d-flex flex-justify-between small flex-item-align-center">
                  <button class="cbtn cbtn-primary">Login <span><img src="images/arrow.svg" alt="arrow" class="img-svg" /></span></button>
                  <div>
                    <a href="checkout.php" class="cbtn cbtn-text-secondary">Sign Up</a>
                  </div>
                </div>
              </div>
            </form>
          </div>
        </div>
      </div>
    </section>

    <!-- Footer -->   
    <?php include 'footer.php'; ?>
    <!-- Footer -->  

  </body>
</html>