Base of project created
This commit is contained in:
19
node_modules/jade-bootstrap/layouts/sign-in.jade
generated
vendored
Normal file
19
node_modules/jade-bootstrap/layouts/sign-in.jade
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user