20 lines
654 B
Plaintext
20 lines
654 B
Plaintext
extends ../_bootstrap
|
|
append styles
|
|
// Custom styles for this template
|
|
link(href='../css/signin.css', rel='stylesheet')
|
|
block body
|
|
.container
|
|
form.form-signin
|
|
h2.form-signin-heading Please sign in
|
|
label.sr-only(for='inputEmail') Email address
|
|
input#inputEmail.form-control(type='email', placeholder='Email address', required='', autofocus='')
|
|
label.sr-only(for='inputPassword') Password
|
|
input#inputPassword.form-control(type='password', placeholder='Password', required='')
|
|
.checkbox
|
|
label
|
|
input(type='checkbox', value='remember-me')
|
|
| Remember me
|
|
button.btn.btn-lg.btn-primary.btn-block(type='submit') Sign in
|
|
|
|
|