-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
verifyEmail.php
81 lines (80 loc) · 3.8 KB
/
verifyEmail.php
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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Verification Required.</title>
<!-- CSS files -->
<link href="./dist/css/tabler.min.css?1684106145" rel="stylesheet">
<link href="./dist/css/tabler-flags.min.css?1684106145" rel="stylesheet">
<link href="./dist/css/demo.min.css?1684106145" rel="stylesheet">
</head>
<body class=" d-flex flex-column ">
<script src="./dist/js/demo-theme.min.js"></script>
<div class="page page-center">
<div class="container container-tight py-4">
<div class="text-center mb-4">
<a href="." class="navbar-brand navbar-brand-autodark"><img src="./static/logo.svg" height="36" alt=""></a>
</div>
<div class="card card-md">
<div class="card-body">
<h2 class="mb-3">E-mail Verification Required</h2>
<p class="text-muted mb-4">
If you want use SiteNexus,Please Verify Your Email
</p>
<ul class="list-unstyled space-y">
<li class="row g-2">
<span class="col-auto"><!-- Download SVG icon from http://tabler-icons.io/i/check -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-success" width="24" height="24"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path
d="M5 12l5 5l10 -10"></path></svg>
</span>
<span class="col">
<strong class="d-block">DirectAdmin Hosting</strong>
<span class="d-block text-muted">Eaiser to manage website</span>
</span>
</li>
<li class="row g-2">
<span class="col-auto"><!-- Download SVG icon from http://tabler-icons.io/i/check -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-success" width="24" height="24"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path
d="M5 12l5 5l10 -10"></path></svg>
</span>
<span class="col">
<strong class="d-block">Let's Encrypt</strong>
<span class="d-block text-muted">Free SSL for you.</span>
</span>
</li>
<li class="row g-2">
<span class="col-auto"><!-- Download SVG icon from http://tabler-icons.io/i/check -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-success" width="24" height="24"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path
d="M5 12l5 5l10 -10"></path></svg>
</span>
<span class="col">
<strong class="d-block">Personalize</strong>
<span class="d-block text-muted">Choose your own style, pick what you like.</span>
</span>
</li>
</ul>
<div class="my-4">
<a href="#" class="btn btn-primary w-100">
Resend Email
</a>
</div>
<p class="text-muted">
You can only request one email resend per day
</p>
</div>
</div>
</div>
</div>
<!-- Libs JS -->
<!-- Tabler Core -->
<script src="./dist/js/tabler.min.js?1684106145" defer=""></script>
<script src="./dist/js/demo.min.js?1684106145" defer=""></script>
</body>
</html>