Server IP : 162.213.251.212 / Your IP : 3.147.58.83 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/home/allssztx/needapair.com/public/ |
Upload File : |
<!DOCTYPE html> <html> <head> <title> Home </title> <meta charset="UTF-8"> <meta name="keywords" content="HTML, CSS, JavaScript"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <%- include('./parcials/cssLinks') %> </head> <body> <%- include('./parcials/header') %> <main> <section class="register"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6 col-md-8 col-12 px-xl-5"> <h2 class="theme-h2">Reset Password</h2> <form action="/api/user/new-password?token=<%= token %>" method="post"> <input name="email" type="hidden" value="<%= email %>" required> <div class="input-field mb-3"> <label for="">New Password *</label> <input name="password" type="password" required> </div> <div class="input-field mb-3"> <label for="">Confirm Password *</label> <input name="confirmpassword" type="password" required> </div> <button class="sendmail-btn theme-btn mt-3" type="submit">Reset</button> </form> </div> </div> </div> </section> </main> <%- include('./parcials/footer') %> <%- include('./parcials/scriptLinks') %> </body> </html>