<!DOCTYPE html>
<html>
<head>
	<title>GSB aile de mort</title>

</head>
<body>

<img src="gsb.png" alt="logoGsb">
	<legend><i>Identifiez-vous</i></legend>
	<form method="post" action="co2.php">
		<p>
			<label for="pseudo">Votre nom :</label>
			<input type="text" name="pseudo" id="pseudo"/>


			<br />
			<label for="pass">Votre code secret :</label>
			<input type="password" name="pass" id="pass" placeholder="Ex : Date d'embauche" size="30" maxlength="10" />


			<br />
			<button>Valider</button>
		</p>
	</form>

</body>
</html>