[go: up one dir, main page]

Menu

[0376ad]: / web / index.html  Maximize  Restore  History

Download this file

38 lines (37 with data), 1.3 kB

 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GContact : Login</title>
<meta name="robots" content="noindex, nofollow"/>
<meta name="author" content="Gr&eacute;gory Paul"/>
<link rel="icon" type="image/png" href="imgs/vcard.png" />
<link rel="stylesheet" type="text/css" href="css/reset.css" media="all"/>
<link rel="stylesheet" type="text/css" href="css/base.css" media="all"/>
<link rel="stylesheet" type="text/css" href="css/index.css" media="all"/>
<script>"use strict";</script>
<script type="text/javascript" src="scripts/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="scripts/sha1.js"></script>
<script type="text/javascript" src="scripts/messages.js"></script>
<script type="text/javascript" src="scripts/index.js"></script>
</head>
<body>
<header>
<h1>GContact</h1>
</header>
<noscript>
JavaScript is needed to use that web application !
</noscript>
<section>
<form id="login-form">
<fieldset>
<legend>Login</legend>
<label>Username : <input type="text" id="login" required autofocus/></label>
<label>Password : <input type="password" id="password" required /></label>
<input type="submit" value="login"/>
</fieldset>
</form>
<div id="message"></div>
</section>
</body>
</html>