<!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é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>