mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 09:02:33 +00:00
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
extends ../layout
|
|
|
|
block content
|
|
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"); |