definicao de layout
This commit is contained in:
33
public/assets/pug/pages/template/unlock.pug
Normal file
33
public/assets/pug/pages/template/unlock.pug
Normal file
@@ -0,0 +1,33 @@
|
||||
-var sweetalert2 = true ;
|
||||
doctype html
|
||||
html(lang='en')
|
||||
include ../../components/header-files
|
||||
body
|
||||
include ../../components/loader
|
||||
// page-wrapper Start
|
||||
section
|
||||
.container-fluid.p-0
|
||||
.row.m-0
|
||||
.col-12.p-0
|
||||
.login-card
|
||||
.login-main
|
||||
form.theme-form.login-form
|
||||
h4 unlock
|
||||
.form-group
|
||||
label.col-form-label Enter your Password
|
||||
.input-group
|
||||
span(class="input-group-text")
|
||||
i.icon-email
|
||||
input.form-control(type='password', name='login[password]', required='' placeholder="*********")
|
||||
.show-hide
|
||||
span.show
|
||||
.form-group
|
||||
.checkbox.p-0
|
||||
input#checkbox1(type='checkbox')
|
||||
label.text-muted(for='checkbox1') Remember password
|
||||
.form-group
|
||||
button.btn.btn-primary.btn-block(type='submit') Unlock
|
||||
p Already have an account?
|
||||
a.ms-2(href="log-in.html") Sign in
|
||||
// page-wrapper end
|
||||
include ../../components/footer-files
|
||||
Reference in New Issue
Block a user