[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
siakad
/
mahasiswa
/
[
Home
]
File: auth-lock-screen.html
<!DOCTYPE html> <html lang="en"> <!-- Mirrored from coderthemes.com/minton_html/layouts/default/auth-lock-screen.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 11 Jul 2022 06:07:58 GMT --> <head> <meta charset="utf-8" /> <title>Lock Screen | Minton - Admin & Dashboard Template</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" /> <meta content="Coderthemes" name="author" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- App favicon --> <link rel="shortcut icon" href="assets/images/favicon.ico"> <!-- App css --> <link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" id="bs-stylesheet" /> <link href="assets/css/app.min.css" rel="stylesheet" type="text/css" id="app-stylesheet" /> <!-- icons --> <link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" /> </head> <body class="loading"> <div class="account-pages mt-5 mb-5"> <div class="container"> <div class="row justify-content-center"> <div class="col-md-8 col-lg-6 col-xl-4"> <div class="card"> <div class="card-body p-4"> <div class="text-center mb-4"> <div class="auth-logo"> <a href="index.html" class="logo logo-dark text-center"> <span class="logo-lg"> <img src="assets/images/logo-dark.png" alt="" height="22"> </span> </a> <a href="index.html" class="logo logo-light text-center"> <span class="logo-lg"> <img src="assets/images/logo-light.png" alt="" height="22"> </span> </a> </div> </div> <div class="text-center w-75 m-auto"> <img src="assets/images/users/avatar-1.jpg" alt="user-image" class="rounded-circle avatar-lg img-thumbnail"> <h4 class="text-dark-50 text-center mt-3">Hi ! Nik Patel </h4> <p class="text-muted mb-4">Enter your password to access the admin.</p> </div> <form action="#"> <div class="mb-3"> <label for="password" class="form-label">Password</label> <input class="form-control" type="password" required="" id="password" placeholder="Enter your password"> </div> <div class="d-grid text-center"> <button class="btn btn-primary" type="submit"> Log In </button> </div> </form> </div> <!-- end card-body --> </div> <!-- end card --> <div class="row mt-3"> <div class="col-12 text-center"> <p class="text-muted">Not you? return <a href="auth-login.html" class="text-primary fw-medium ms-1">Sign In</a></p> </div> <!-- end col --> </div> <!-- end row --> </div> <!-- end col --> </div> <!-- end row --> </div> <!-- end container --> </div> <!-- end page --> <footer class="footer footer-alt"> <script>document.write(new Date().getFullYear())</script> © Minton theme by <a href="#" class="text-dark">Coderthemes</a> </footer> <!-- Vendor js --> <script src="assets/js/vendor.min.js"></script> <!-- App js --> <script src="assets/js/app.min.js"></script> </body> <!-- Mirrored from coderthemes.com/minton_html/layouts/default/auth-lock-screen.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 11 Jul 2022 06:07:58 GMT --> </html>