2nd Commit
This commit is contained in:
parent
70abaf9d08
commit
901ef424a1
156 changed files with 945 additions and 57 deletions
16
assets/inputForm.html
Normal file
16
assets/inputForm.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue