-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (40 loc) · 1.36 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<title>_-*´´*-_-*´ Steath Ops - Makes Ppl Talk ´*-_-*´´*-_ </title>
<style type="text/css">
@import url('screen.css');
</style>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.ease.js"></script>
<script type="text/javascript" src="js/tools.js"></script>
<script type="text/javascript" src="js/login.js"></script>
</head>
<body class="login">
<div class="alert">
<div class="message">
<a href="#" class="close"></a>
<input type="text" class="text verify">
<input type="submit" class="submit verify" value="Verify">
</div>
</div>
<div class="wrap">
<div class="logo"></div>
<h1>Field Agent Terminal</h1>
<form class="login-form" action="" method="get">
<p>
E-mail:<br />
Password:
</p>
<input type="text" class="text email" value="[email protected]">
<input type="password" class="text password" value="sarah">
<input type="submit" class="submit" value="Login">
</form>
<div class="wrong">
Wrong email or password.
</div>
</div>
</body>
</html>