-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (43 loc) · 1.38 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/rounded.css">
<style>
body {
background-image: url("images/bg.jpg");
background-color: #cccccc;
}
</style>
</head>
<body>
<pre><h1>Steam Mobile Auth</h1></pre>
<div class="work">
<div class='account_list'>
<ol class="rounded">
<li class="account">
</li>
</ol>
</div>
<div class="workspace">
<div class="notification"></div><br>
<div class="form_login">
<input id="login" placeholder="LOGIN" /><br><br>
<input id="password" type="password" placeholder="PASSWORD" /><br><br><br>
<img id="captcha" src=" "><br><br>
<a id="addAccountButton" href="#" class="button28">ADD ACCOUNT</a>
</div>
<div class="form_get_escrow">
<b><a id="fge_accountName"></a></b><br>
<a>Your account without ESCROW</a><br><br>
<a id="getEscrowButton" href="#" class="button28">GET ESCROW</a>
<a id="gettingEscrowText"></a>
</div>
</div>
</div>
</body>
<script type="text/javascript" src="./js/lib/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="./js/steam.js"></script>
<script type="text/javascript" src="./js/cookie.js"></script>
<script type="text/javascript" src="./js/account.js"></script>
<script type="text/javascript" src="./js/main.js"></script>
</html>