first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<section class="auth">
|
||||
<h1>Register</h1>
|
||||
<form method="post" action="/register" class="card">
|
||||
<label>Name
|
||||
<input type="text" name="name" />
|
||||
</label>
|
||||
<label>Email
|
||||
<input type="email" name="email" required />
|
||||
</label>
|
||||
<label>Password
|
||||
<input type="password" name="password" required minlength="6" />
|
||||
</label>
|
||||
<button type="submit">Create account</button>
|
||||
</form>
|
||||
<p>Already have an account? <a href="/login">Login</a></p>
|
||||
</section>
|
||||
Reference in New Issue
Block a user