parent
8c0a702a49
commit
75cd44d40f
@ -0,0 +1,12 @@
|
|||||||
|
<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>
|
Loading…
Reference in new issue