One Hat Cyber Team
Your IP :
3.144.230.138
Server IP :
50.28.103.30
Server :
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
nginx/1.24.0
PHP Version :
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
wwwroot
/
ef.electronharmony.com
/
1
/
html
/
Edit File:
auth-otp.html
<!DOCTYPE html> <html lang="zxx"> <head> <meta charset="utf-8" /> <meta http-equiv="x-ua-compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Fully Responsive Admin & Dashboard Template" /> <meta name="keyword" content="" /> <meta name="author" content="WRAPCODERS" /> <!--! The above 6 meta tags *must* come first in the head; any other head content must come *after* these tags !--> <!--! BEGIN: Google Fonts !--><link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet" /> <!--! END: Google Fonts !--> <!--! BEGIN: Favicon !--> <link rel="shortcut icon" type="image/x-icon" href="./../assets/images/favicon.ico" /> <!--! END: Favicon !--> <!--! BEGIN: Apps Title !--> <title>OTP | Expodash - Admin & Dashboard Template</title> <!--! END: Apps Title !--> <!--! BEGIN: Page Vendors -!--> <!--! END: Page Vendors -!--> <!--! BEGIN: MatisMenu CSS -!--> <link rel="stylesheet" href="./../assets/vendors/metismenu/metisMenu.min.css"> <!--! END: MatisMenu CSS -!--> <!--! BEGIN: Flaticon CSS -!--> <link rel="stylesheet" href="./../assets/vendors/@flaticon/flaticon-uicons/css/all/all.css"> <!--! END: Flaticon CSS -!--> <!--! BEGIN: Theme CSS -!--> <link rel="stylesheet" type="text/css" href="./../assets/css/theme.min.css"> <!--! END: Theme CSS -!--> <!--! Start:: Color Modes JS -!--> <script src="./../assets/js/color-modes.min.js"></script> <!--! End:: Color Modes JS -!--> <!--! HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries !--> <!--! WARNING: Respond.js doesn"t work if you view the page via file: !--> <!--[if lt IE 9]> <script src="https:oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https:oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!--! ================================================================ !--> <!--! Start:: Main !--> <!--! ================================================================ !--> <div class="main-wrapper"> <main class="min-vh-100 overflow-y-auto d-flex flex-column justify-content-center px-4 m-0" id="edash-main" > <div class="card max-wd-400 max-wd-sm-450 mx-auto my-5 bg-body-tertiary" > <div class="card-body p-sm-8 p-4"> <h4 class="mb-2">Verify your OTP</h4> <p class="fs-13 fw-medium text-muted"> Please enter the code generated one time password to verify your account ownership. </p> <div class="d-flex align-items-center justify-content-between mb-5"> <p class="fs-13 fw-medium text-dark mb-0"> <span>A code has been sent to</span> <strong>*******9897</strong> </p> <a href="javascript:void(0);" class="float-end fs-13 text-primary" >Change Methord</a > </div> <form action="./index.html"> <div id="otp" class="inputs d-flex flex-row justify-content-center gap-2 mt-2" > <input class="text-center form-control rounded" type="text" id="first" maxlength="1" required /> <input class="text-center form-control rounded" type="text" id="second" maxlength="1" required /> <input class="text-center form-control rounded" type="text" id="third" maxlength="1" required /> <input class="text-center form-control rounded" type="text" id="fourth" maxlength="1" required /> <input class="text-center form-control rounded" type="text" id="fifth" maxlength="1" required /> <input class="text-center form-control rounded" type="text" id="sixth" maxlength="1" required /> </div> <div class="d-grid mt-5"> <button type="submit" class="btn btn-lg btn-primary w-100"> Validate </button> </div> <div class="mt-5 text-muted"> <span>Didn't get the code</span> <a href="javascript:void(0);">Resend(1/3)</a> </div> </form> </div> </div> </main> </div> <!--! ================================================================ !--> <!--! End:: Main !--> <!--! ================================================================ !--> <!--! ================================================================ !--> <!--! Footer Script !--> <!--! ================================================================ !--> <!--! BEGIN: Common Vendors !--> <script src="./../assets/js/vendors.min.js"></script> <!--! END: Common Vendors !--> <!--! BEGIN: Apps Common Init !--> <script src="./../assets/js/common-init.min.js"></script> <!--! END: Apps Common Init !--> <!--! Start:: Page Vendors -!--> <!--! End:: Page Vendors -!--> <script> document.addEventListener("DOMContentLoaded", function (event) { function OTPInput() { const inputs = document.querySelectorAll("#otp > *[id]"); for (let i = 0; i < inputs.length; i++) { inputs[i].addEventListener("keydown", function (event) { if (event.key === "Backspace") { inputs[i].value = ""; if (i !== 0) inputs[i - 1].focus(); } else { if (i === inputs.length - 1 && inputs[i].value !== "") { return true; } else if (event.keyCode > 47 && event.keyCode < 58) { inputs[i].value = event.key; if (i !== inputs.length - 1) inputs[i + 1].focus(); event.preventDefault(); } else if (event.keyCode > 64 && event.keyCode < 91) { inputs[i].value = String.fromCharCode(event.keyCode); if (i !== inputs.length - 1) inputs[i + 1].focus(); event.preventDefault(); } } }); } } OTPInput(); }); </script> </body> </html>
Simpan