You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
3.9 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Confirm Email | Hyper - Responsive Bootstrap 4 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- App css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/app.min.css" rel="stylesheet" type="text/css" id="light-style" />
<link href="assets/css/app-dark.min.css" rel="stylesheet" type="text/css" id="dark-style" />
</head>
<body class="authentication-bg pb-0" data-layout-config='{"darkMode":false}'>
<div class="auth-fluid">
<!--Auth fluid left content -->
<div class="auth-fluid-form-box">
<div class="align-items-center d-flex h-100">
<div class="card-body">
<!-- Logo -->
<div class="auth-brand text-center text-lg-left">
<a href="index.html" class="logo-dark">
<span><img src="assets/images/logo-dark.png" alt="" height="18"></span>
</a>
<a href="index.html" class="logo-light">
<span><img src="assets/images/logo.png" alt="" height="18"></span>
</a>
</div>
<!-- email send icon with text-->
<div class="text-center m-auto">
<img src="assets/images/mail_sent.svg" alt="mail sent image" height="64" />
<h4 class="text-dark-50 text-center mt-4 font-weight-bold">Please check your email</h4>
<p class="text-muted mb-4">
A email has been send to <b>youremail@domain.com</b>.
Please check for an email from company and click on the included link to
reset your password.
</p>
</div>
<!-- form -->
<form action="index.html">
<div class="form-group mb-0 text-center">
<button class="btn btn-primary btn-block" type="submit"><i class="mdi mdi-home mr-1"></i> Back to Home </button>
</div>
</form>
<!-- end form-->
<!-- Footer-->
<footer class="footer footer-alt">
<p class="text-muted">2018 - 2020 © Hyper - Coderthemes.com</p>
</footer>
</div> <!-- end .card-body -->
</div> <!-- end .align-items-center.d-flex.h-100-->
</div>
<!-- end auth-fluid-form-box-->
<!-- Auth fluid right content -->
<div class="auth-fluid-right text-center">
<div class="auth-user-testimonial">
<h2 class="mb-3">I love the color!</h2>
<p class="lead"><i class="mdi mdi-format-quote-open"></i> It's a elegent templete. I love it very much! . <i class="mdi mdi-format-quote-close"></i>
</p>
<p>
- Hyper Admin User
</p>
</div> <!-- end auth-user-testimonial-->
</div>
<!-- end Auth fluid right content -->
</div>
<!-- end auth-fluid-->
<!-- bundle -->
<script src="assets/js/vendor.min.js"></script>
<script src="assets/js/app.min.js"></script>
</body>
</html>