2nd Commit

This commit is contained in:
Sazzad-PC 2019-12-09 09:09:21 +06:00
commit 901ef424a1
156 changed files with 945 additions and 57 deletions

16
assets/inputForm.html Normal file
View file

@ -0,0 +1,16 @@
<div style="text-align:center;">
<input type="text" name="nameField" placeholder="OTP Seed"
style="font-size: 42px;
text-align: center;
box-sizing: border-box;
border-radius: 5px;
border: 0px solid #FFFFFF;
background-color: white;
background-image:url('assets/dialogInput.png');
background-repeat:no-repeat;
color: #FFFFFF;
width: 330px;
height: 65px;">
</div>