mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-26 08:17:49 +01:00
otp.html - Beautify code
This commit is contained in:
parent
67ac75708c
commit
3254298632
1 changed files with 16 additions and 8 deletions
24
otp.html
24
otp.html
|
@ -169,21 +169,27 @@
|
||||||
<h1 class="card-header text-white">OTP VERIFICATION</h1>
|
<h1 class="card-header text-white">OTP VERIFICATION</h1>
|
||||||
<lottie-player autoplay background="transparent"
|
<lottie-player autoplay background="transparent"
|
||||||
class="icon"
|
class="icon"
|
||||||
loop speed="1" src="https://assets2.lottiefiles.com/packages/lf20_zztlhuue.json"></lottie-player>
|
loop speed="1"
|
||||||
|
src="https://assets2.lottiefiles.com/packages/lf20_zztlhuue.json"></lottie-player>
|
||||||
<div class="py-3 text" style="padding: 0% 5%; text-align: center;">
|
<div class="py-3 text" style="padding: 0% 5%; text-align: center;">
|
||||||
<a>A String of OTP Code Has Been Sent to kel*****@gmail.com</a>
|
<a>A String of OTP Code Has Been Sent to kel*****@gmail.com</a>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div class="input-container d-flex flex-row justify-content-center mt-2">
|
<div class="input-container d-flex flex-row justify-content-center mt-2">
|
||||||
<input class="m-1 text-center form-control rounded" id='ist' maxlength="1" onkeyup="clickEvent(this,'sec')"
|
<input class="m-1 text-center form-control rounded" id='ist' maxlength="1"
|
||||||
|
onkeyup="clickEvent(this,'sec')"
|
||||||
type="text">
|
type="text">
|
||||||
<input class="m-1 text-center form-control rounded" id="sec" maxlength="1" onkeyup="clickEvent(this,'third')"
|
<input class="m-1 text-center form-control rounded" id="sec" maxlength="1"
|
||||||
|
onkeyup="clickEvent(this,'third')"
|
||||||
type="text">
|
type="text">
|
||||||
<input class="m-1 text-center form-control rounded" id="third" maxlength="1" onkeyup="clickEvent(this,'fourth')"
|
<input class="m-1 text-center form-control rounded" id="third" maxlength="1"
|
||||||
|
onkeyup="clickEvent(this,'fourth')"
|
||||||
type="text">
|
type="text">
|
||||||
<input class="m-1 text-center form-control rounded" id="fourth" maxlength="1" onkeyup="clickEvent(this,'fifth')"
|
<input class="m-1 text-center form-control rounded" id="fourth" maxlength="1"
|
||||||
|
onkeyup="clickEvent(this,'fifth')"
|
||||||
type="text">
|
type="text">
|
||||||
<input class="m-1 text-center form-control rounded" id="fifth" maxlength="1" onkeyup="clickEvent(this,'sixth')"
|
<input class="m-1 text-center form-control rounded" id="fifth" maxlength="1"
|
||||||
|
onkeyup="clickEvent(this,'sixth')"
|
||||||
type="text">
|
type="text">
|
||||||
<input class="m-1 text-center form-control rounded" id="sixth" maxlength="1" type="text">
|
<input class="m-1 text-center form-control rounded" id="sixth" maxlength="1" type="text">
|
||||||
</div>
|
</div>
|
||||||
|
@ -216,10 +222,12 @@
|
||||||
feather.replace()
|
feather.replace()
|
||||||
</script>
|
</script>
|
||||||
<script crossorigin="anonymous"
|
<script crossorigin="anonymous"
|
||||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" src="https://code.jquery.com/jquery-3.5.1.slim.min.js">
|
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||||
|
src="https://code.jquery.com/jquery-3.5.1.slim.min.js">
|
||||||
</script>
|
</script>
|
||||||
<script crossorigin="anonymous"
|
<script crossorigin="anonymous"
|
||||||
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js">
|
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
|
||||||
|
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js">
|
||||||
</script>
|
</script>
|
||||||
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue