You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
743 B

<!DOCTYPE html>
<html>
<head>
<title>connection</title>
<link rel="stylesheet" href="styles/commonStyles.css">
</head>
<body>
<header>
<h1>Join the good side of the force</h1>
</header>
<div>
<p>Please enter all the informations :</p>
<h4>Username</h4>
<input type="text" name="login"/>
<h4>Password</h4>
<input type="password" name="mdp"/>
<h4>Email</h4>
<input type="email"/>
<h4>Date Of Birth</h4>
<input type="date"/>
<br/>
<br/>
<input class="button" type="button" value="Sign Up"/>
</div>
</body>
</html>