mirror of
https://github.com/kataras/iris.git
synced 2026-07-31 16:39:52 +00:00
666bcacf20
Former-commit-id: b5be58709f17758a8df3ebc99270b97ccd8b18f2
14 lines
525 B
HTML
14 lines
525 B
HTML
<form action="/user/register" method="POST">
|
|
<div class="container">
|
|
<label><b>Firstname</b></label>
|
|
<input type="text" placeholder="Enter Firstname" name="firstname" required>
|
|
|
|
<label><b>Username</b></label>
|
|
<input type="text" placeholder="Enter Username" name="username" required>
|
|
|
|
<label><b>Password</b></label>
|
|
<input type="password" placeholder="Enter Password" name="password" required>
|
|
|
|
<button type="submit">Register</button>
|
|
</div>
|
|
</form> |