-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
54 lines (54 loc) · 2.13 KB
/
index.htm
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
50
51
52
53
54
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The SYSTEM - Unified Account Management</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="static/accounts.css" />
<meta name="description" content="The SYSTEM - One Account, all Services!" />
<meta name="keywords" content="#kitinfo, kit, karlsruhe, unified, accounts, bash, timers, lists" />
<meta name="robots" content="index,nofollow" />
</head>
<body>
<div id="center-box" class="padded">
<h1>
Welcome to the SYSTEM
</h1>
<div id="user-forms">
<div class="inline-box">
<strong>Sign in</strong>
<form action="manage/" method="post">
<input type="text" id="login_username" name="login_username" />
<label for="login_username">User</label>
<br/>
<input type="password" id="login_password" name="login_password" />
<label for="login_password">Password</label>
<br/>
<input type="submit" value="Continue" name="login"/>
</form>
</div>
<div class="inline-box">
<strong>Sign up</strong>
<form action="register/" method="post">
<input type="text" id="register_username" name="register_username" />
<label for="register_username">User</label>
<br/>
<input type="password" id="register_password" name="register_password" />
<label for="register_password">Password</label>
<br/>
<input type="password" id="register_password_repetition" name="register_password_repetition" />
<label for="register_password_repetition">Repeat</label>
<br/>
<input type="password" id="pass-rep-sp" name="pass-rep-sp" />
<input type="submit" value="Continue"/>
</form>
</div>
</div>
<div style="margin-top:1em;">
Log on to #kitinfo Services with one Account and create your own
authentication endpoints!
</div>
</div>
</body>
</html>