web_defender/templates/accounts/otp_template.html
2024-12-09 13:43:16 +05:30

30 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div style="font-family: Helvetica,Arial,sans-serif;min-width:1000px;overflow:auto;line-height:2">
<div style="margin:50px auto;width:70%;padding:20px 0">
<div style="border-bottom:1px solid #eee">
<a href="" style="font-size:1.4em;color: #00466a;text-decoration:none;font-weight:600">X-SYS</a>
</div>
<p style="font-size:1.1em">Hi,</p>
<p>Thank you for choosing x-sys. Use the following OTP to complete your Sign Up procedures. OTP is valid for 2 minutes</p>
<h2 style="background: #00466a;margin: 0 auto;width: max-content;padding: 0 10px;color: #fff;border-radius: 4px;">{{otp}}</h2>
<p style="font-size:0.9em;">Regards,<br />x-sys</p>
<hr style="border:none;border-top:1px solid #eee" />
<div style="float:right;padding:8px 0;color:#aaa;font-size:0.8em;line-height:1;font-weight:300">
<p>X-sys</p>
<p>1600 Amphitheatre Parkway</p>
<p></p>
</div>
</div>
</div>
</body>
</html>