1
0
forked from cgcristi/aCloud
aCloudGaborV77/templates/register.html

6 lines
237 B
HTML

<h2>Register</h2>
<form method="post">
<input type="text" name="username" placeholder="Username" required>
<input type="password" name="password" placeholder="Password" required>
<input type="submit" value="Register">
</form>