definicao de layout
This commit is contained in:
38
public/assets/pug/pages/template/creat-password.pug
Normal file
38
public/assets/pug/pages/template/creat-password.pug
Normal file
@@ -0,0 +1,38 @@
|
||||
-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
|
||||
form.theme-form.login-form
|
||||
h4.mb-3 Create Your Password
|
||||
.form-group
|
||||
label New Password
|
||||
.input-group
|
||||
span(class="input-group-text")
|
||||
i.icon-lock
|
||||
input.form-control(type='password', name='login[password]', required='' placeholder="*********")
|
||||
.show-hide
|
||||
span.show
|
||||
.form-group
|
||||
label Password
|
||||
.input-group
|
||||
span(class="input-group-text")
|
||||
i.icon-lock
|
||||
input.form-control(type='password', name='login[password]', required='' placeholder="*********")
|
||||
.form-group
|
||||
.checkbox
|
||||
input#checkbox1(type='checkbox')
|
||||
label.text-muted(for='checkbox1') Remember password
|
||||
.form-group
|
||||
button.btn.btn-primary.btn-block(type='submit') Done
|
||||
p Don't have account?
|
||||
a.ps-2(href="sign-up.html") Create Account
|
||||
// page-wrapper end
|
||||
include ../../components/footer-files
|
||||
Reference in New Issue
Block a user