-
Notifications
You must be signed in to change notification settings - Fork 5
/
htmlTest.html
25 lines (24 loc) · 1.13 KB
/
htmlTest.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OTP for resetting your password</title>
</head>
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #fff; max-width: 600px; margin: 0 auto; padding: 20px; background-color: #000;">
<h1 style="text-align: center;">ONWE</h1>
<div style="background-color: #333; padding: 20px; border-radius: 0 0 5px 5px; box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);">
<p>Hello,</p>
<p>We received a request to reset your password. If you didn't make this request, please ignore this email.</p>
<p>To reset your password, click the button below and enter the OTP shown above:</p>
<div style="text-align: center; margin: 30px 0;">
<h1>{otp}</h1>
</div>
<p>This link will expire in 10 minutes for security reasons.</p>
<p>Best regards,<br>Team <strong>ONWE</strong></p>
</div>
<div style="text-align: center; margin-top: 20px; color: #888; font-size: 0.8em;">
<p>This is an automated message, please do not reply to this email.</p>
</div>
</body>
</html>