mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-25 16:42:00 +00:00
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
h1 Log in
|
|
|
|
form(method="POST", action="/session")
|
|
p
|
|
label(for="username") User name:<br />
|
|
input#username(name="username")
|
|
p
|
|
label(for="password") Password:<br />
|
|
input#password(type="password", name="password")
|
|
p
|
|
input(type="submit", value="Log in"); |