litecord/static/invite_register.html

24 lines
548 B
HTML

<html>
<head>
</head>
<body>
<p>register</p>
<form method="post" action="/api/v6/auth/register_inv">
<p>your username</p>
<input type="text" name="username"/>
<p>your email</p>
<input type="text" name="email"/>
<p>your password</p>
<input type="password" name="password"/>
<p>invite code</p>
<input type="text" name="invcode"/>
<p/><input type="submit" value="register">
</form>
</body>
</html>