-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 988 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/hackerz.css">
<script type="text/javascript" src="js/jquery.min.js" ></script>
<script type="text/javascript" src="js/hackerz.js" ></script>
</head>
<body class="mono" oncontextmenu="return false">
<div class="container">
<table class="form"><tr>
<td width="120px"><p id="userLbl"> </p></td>
<td><input class="hide" id="user" type="text" placeholder="username" /></td>
</tr><tr>
<td width="120px"><p id="passLbl"> </p></td>
<td><input class="hide" id="pass" type="password" placeholder="********" /></td>
</tr></table>
<table class="chooser hide"><tr>
<td><ul class="user"></ul></td>
<td><ul class="session"></ul></td>
</tr></table>
</div>
<div class="debug">
<p class="mono" id="logger"></p>
</div>
</body>
</html>