-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfirm.html
30 lines (26 loc) · 858 Bytes
/
confirm.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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Confirmation Message</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="box">
<img src="icon.png">
<div class="page">
<div>
<br><br>
<p style = "font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #159565"> Link Successfully Sent </p>
</div>
<div>
<br><br>
<p style = "font-family: Arial, Helvetica, sans-serif; font-size: 17.5px; padding-left: 10px; padding-right: 10px;"> A password reset link has been sent to your email account.
</div>
<div>
<br><br>
<img id = "tick" src="bluetick.png">
</div>
</div>
</div>
</body>
</html>