mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-07 22:13:07 +00:00
14 lines
487 B
Text
14 lines
487 B
Text
extends site.pug
|
|
|
|
block content
|
|
strong Sign up placeholder
|
|
form(action="/register", method="post")
|
|
input(type="text", name="name", placeholder="Username", maxlength="26", required)
|
|
br
|
|
input(type="email", name="email", placeholder="Email", required)
|
|
br
|
|
input(type="password", name="pass", placeholder="Password", required)
|
|
br
|
|
input(type="text", name="referral", placeholder="Invite Code", maxlength="22", required)
|
|
br
|
|
button(type="submit") Sign Up
|