<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="author" content="Manuele" />
<title> Exemple Session </title>
<link rel="stylesheet" href="css/blocs.css" />
</head>
<body>
<h1>Identification </h1>
<form name="formExemple20" action="authentification.php" method="POST">
<label >Login : </label>
<input type="text" name="login" maxlength="15" />
<br />
<label >Mot de passe : </label>
<input type="password" name="mdp" maxlength="15" />
<br/>
<input type="submit" value="OK" />
</form>
</body>
</html>