-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirm-account.php
49 lines (49 loc) · 1.98 KB
/
confirm-account.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Imo Tourism - Reset Password</title>
</head>
<body style="background: rgb(249, 249, 249);">
<main>
<div
style="background: #fff;
margin: 50px auto 0px;
padding: 50px 40px; max-width: 800px;
font-size: 1rem;
line-height: 24px;
color: rgb(85, 85, 85); font-family: sans-serif;"
>
<div style="margin-bottom: 2rem;">
<img src="/assets/img/logo/logo.png" alt="logo">
</div>
<div>
<div style="border-bottom: 1px solid #eee;
padding-bottom: 35px;">
<div>
<p style="line-height: 28px;">Thanks for signing up with Imo-Tourism! You must follow this link to activate your account:</p>
</div>
<div style="padding-bottom: 1rem;">
<a href="https://imo-toursm.herokuapp.com/reset-password.php">https://imo-toursm.herokuapp.com/reset-password.php</a>
</div>
<div>
Have fun, and don't hesitate to contact us with your feedback.
</div>
<div style="margin-top: 2rem;">
<h4 style="margin: 0 !important; padding-bottom: .5rem;">Imo Tourism</h4>
<a href="https://imo-toursm.herokuapp.com">https://imo-toursm.herokuapp.com</a>
</div>
</div>
</div>
<div>
<div>
<p style="font-size: .9rem; color: #999;
padding: 0 .7rem;">Imo Toursim is an application for tourism and entertainment around Imo State.</p>
</div>
</div>
</div>
</main>
</body>
</html>