mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-25 08:34:53 +00:00
14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
h1 New User
|
|
|
|
form(method="POST", action="/users")
|
|
p
|
|
label(for="username") Username<br />
|
|
input#username(name="username")
|
|
p
|
|
label(for="name") Name<br />
|
|
input#name(name="name")
|
|
p
|
|
label(for="bio") Bio<br />
|
|
textarea#bio(name="bio")
|
|
p
|
|
input(type="submit", value="Create") |