15 lines
917 B
Handlebars
15 lines
917 B
Handlebars
<div style="font-family: Arial, sans-serif; padding: 20px; background-color: #f9f9f9;">
|
|
<div style="max-width: 600px; margin: auto; background-color: #fff; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
|
|
<h2 style="color: #4A90E2;">🔐 Registration Initiated</h2>
|
|
<p style="font-size: 16px;">A Registration has been successfully initiated for the email: <strong>{{to}}</strong></p>
|
|
<p>Please click below to complete your registration:</p>
|
|
<a href={{url}} style="display: inline-block; margin-top: 20px; background-color: #007BFF; color: white; padding: 12px 24px; text-decoration: none; border-radius: 4px; font-size: 16px;">
|
|
Register Now
|
|
</a>
|
|
<div style="margin-top: 40px;">
|
|
<p style="color: #888;">Powered by</p>
|
|
<img src="https://yourapp.com/logo.png" alt="App Logo" style="max-height: 50px;">
|
|
</div>
|
|
</div>
|
|
</div>
|