mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-15 10:56:19 +01:00
32 lines
1.3 KiB
Text
32 lines
1.3 KiB
Text
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<%- include('../layouts/header.ejs', {title: 'Verify Forgot Password', state: 'forgot-verification-sent'}); %>
|
||
|
|
||
|
<body>
|
||
|
<%- include('../layouts/navbar.ejs', {types: 'v2', title: 'Verify Forgot Password'}); %>
|
||
|
<br>
|
||
|
|
||
|
<div data-aos="fade-in" data-aos-delay="500" class="container">
|
||
|
<div class="row">
|
||
|
<div class="col">
|
||
|
<div class="card col-md-6 col-lg-6 col-xl-8">
|
||
|
<div class="card-header" style="color: white;">
|
||
|
<h2>Verify Your Email Address</h2>
|
||
|
</div>
|
||
|
<lottie-player style="display: -webkit-box;-webkit-box-pack: center;" autoplay background="transparent" class="icon" loop speed="1"
|
||
|
src="https://assets5.lottiefiles.com/packages/lf20_gMQp3a.json"></lottie-player>
|
||
|
<div class="card-body">
|
||
|
<h5 class="card-text" style="color: #dedede;">Before proceeding, please check your email for a
|
||
|
verification link
|
||
|
to verify your email address.</h5>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<%- include('../layouts/footer.ejs', {state: 'login-verification-sent'}); %>
|
||
|
</body>
|
||
|
|
||
|
</html>
|