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.

13 lines
335 B

<head>
<title>S'inscrire</title>
<meta charset="utf-8"/>
</head>
<body>
<form methode="POST" action="?action=createAcount">
<input name="username" type="text" placeholder="Pseudo"/>
<input name="password" type="password"/>
<input name="password2" type="password"/>
<input value="S'inscrire" type="submit"/>
</form>
</body>