mirror of https://gitlab.com/litecord/litecord.git
27 lines
702 B
HTML
27 lines
702 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>litecord: register</title>
|
|
<link href="css/invite_register.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<div style="padding: 10px;"/>
|
|
<main class="rounded-thing">
|
|
<h1>register</h1>
|
|
<form method="post" action="/api/v6/auth/register_inv">
|
|
<input type="text" name="username" placeholder="your username"/>
|
|
<br/>
|
|
<input type="text" name="email" placeholder="your email"/>
|
|
<br/>
|
|
<input type="password" name="password" placeholder="your password"/>
|
|
<br/>
|
|
<input type="text" name="invcode" placeholder="invite code"/>
|
|
|
|
<p/><input type="submit" value="register">
|
|
</form>
|
|
</main>
|
|
</body>
|
|
|
|
</html>
|