mirror of https://gitlab.com/litecord/litecord.git
24 lines
548 B
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>
|