mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-02-05 05:51:40 +00:00
jsut setting up
This commit is contained in:
11
chapter21/13_login_form.jade
Normal file
11
chapter21/13_login_form.jade
Normal file
@@ -0,0 +1,11 @@
|
||||
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");
|
||||
Reference in New Issue
Block a user