mirror of
https://github.com/kevin-DL/complete-node-bootcamp.git
synced 2026-01-17 05:24:57 +00:00
Initial commit 🚀
This commit is contained in:
12
4-natours/starter/dev-data/templates/loginTemplate.pug
Normal file
12
4-natours/starter/dev-data/templates/loginTemplate.pug
Normal file
@@ -0,0 +1,12 @@
|
||||
main.main
|
||||
.login-form
|
||||
h2.heading-secondary.ma-bt-lg Log into your account
|
||||
form.form
|
||||
.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
|
||||
Reference in New Issue
Block a user