0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.191.238.6


Current Path : /proc/thread-self/root/var/www/html/univadmin/test/
Upload File :
Current File : //proc/thread-self/root/var/www/html/univadmin/test/index.html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Log in</title>

    <!-- Google Font: Source Sans Pro -->
    <link
      rel="stylesheet"
      href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback"
    />
    <!-- Font Awesome -->
    <link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css" />
    <!-- icheck bootstrap -->
    <link
      rel="stylesheet"
      href="plugins/icheck-bootstrap/icheck-bootstrap.min.css"
    />
    <link
      rel="stylesheet"
      href="plugins/sweetalert2/sweetalert2.css"
    />
    <!-- Theme style -->
    <link rel="stylesheet" href="dist/css/adminlte.min.css" />
  </head>
  <body class="hold-transition login-page">
    <div class="login-box">
      <div class="login-logo"><b>Automation</b> Managment</div>
      <!-- /.login-logo -->
      <div class="card">
        <div class="card-body login-card-body">
          <p class="login-box-msg">Sign in to start your session</p>

          
            <div class="input-group mb-3">
              <input type="text" class="form-control" id="mob" placeholder="Mobile No." />
              <div class="input-group-append">
                <div class="input-group-text">
                  <span class="fas fa-mobile"></span>
                </div>
              </div>
            </div>
            <div class="input-group mb-3">
              <input
                type="password"
                class="form-control"
                id ="pws"
                placeholder="Password"
              />
              <div class="input-group-append">
                <div class="input-group-text">
                  <span class="fas fa-lock"></span>
                </div>
              </div>
            </div>
            <div class="row">
              <div class="col-5">
                <button
                  type="submit"
                  class="btn btn-primary btn-block text-center"
                  onclick="validateUsrDet()"
                >
                  Sign In
                </button>
              </div>
            </div>
         

          <div class="social-auth-links text-center mb-3"></div>
          <p class="mb-1">
            <div style = "float:left">  <a href="#"> Forgot Password </a> </div>
            <div style = "float:right"> <a href="#" class="text-center"> Register </a> </div>
          </p>
        </div>
      </div>
    </div>
    
    <!-- jQuery -->
      <script src="plugins/jquery/jquery.min.js"></script>
      <script src="js/index.js"></script>
      <script src="plugins/sweetalert2/sweetalert2.min.js"></script>
    <!-- Bootstrap 4 -->
      <script src="plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
    <!-- AdminLTE App -->
      <script src="dist/js/adminlte.min.js"></script>
  </body>
</html>