-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpages-confirm-mail-2.html
91 lines (75 loc) · 4.2 KB
/
pages-confirm-mail-2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from coderthemes.com/hyper/saas/pages-confirm-mail-2.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 29 Jul 2022 10:21:16 GMT -->
<head>
<meta charset="utf-8" />
<title>Confirm Email | Hyper - Responsive Bootstrap 5 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="app-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-end">
<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 fw-bold">Please check your email</h4>
<p class="text-muted mb-4">
A email has been send to <b>[email protected]</b>.
Please check for an email from company and click on the included link to
reset your password.
</p>
</div>
<!-- form -->
<form action="https://coderthemes.com/hyper/saas/index.html">
<div class="mb-0 d-grid text-center">
<button class="btn btn-primary" type="submit"><i class="mdi mdi-home me-1"></i> Back to Home </button>
</div>
</form>
<!-- end form-->
<!-- Footer-->
<footer class="footer footer-alt">
<p class="text-muted">2018 - <script>document.write(new Date().getFullYear())</script> © 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>
<!-- Mirrored from coderthemes.com/hyper/saas/pages-confirm-mail-2.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 29 Jul 2022 10:21:16 GMT -->
</html>