mirror of
https://github.com/kevin-DL/complete-node-bootcamp.git
synced 2026-01-19 06:05:22 +00:00
15 lines
567 B
Plaintext
15 lines
567 B
Plaintext
extends base
|
|
|
|
block content
|
|
main.main
|
|
.login-form
|
|
h2.heading-secondary.ma-bt-lg Log into your account
|
|
form.form.form--login
|
|
.form__group
|
|
label.form__label(for='email') Email address
|
|
input#email.form__input(type='email', placeholder='you@example.com', required)
|
|
.form__group.ma-bt-md
|
|
label.form__label(for='password') Password
|
|
input#password.form__input(type='password', placeholder='••••••••', required, minlength='8')
|
|
.form__group
|
|
button.btn.btn--green Login |