32 lines
1.7 KiB
HTML
32 lines
1.7 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Welcome to Veza</title>
|
||
|
|
</head>
|
||
|
|
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333; margin: 0; padding: 0; background-color: #f4f4f4;">
|
||
|
|
<div style="max-width: 600px; margin: 20px auto; padding: 20px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
||
|
|
<h1 style="color: #4CAF50; margin-top: 0;">Welcome to Veza!</h1>
|
||
|
|
<p>Hello {{.Username}},</p>
|
||
|
|
<p>Thank you for signing up for Veza! We're excited to have you join our community of creators.</p>
|
||
|
|
<p>To get started, please verify your email address by clicking the button below:</p>
|
||
|
|
<div style="text-align: center; margin: 30px 0;">
|
||
|
|
<a href="{{.VerifyURL}}" style="background-color: #4CAF50; color: white; padding: 12px 24px; text-decoration: none; border-radius: 4px; display: inline-block; font-weight: bold;">
|
||
|
|
Verify Email Address
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<p>Or copy and paste this link into your browser:</p>
|
||
|
|
<p style="word-break: break-all; color: #666; background-color: #f9f9f9; padding: 10px; border-radius: 4px; font-size: 12px;">{{.VerifyURL}}</p>
|
||
|
|
<p style="margin-top: 30px; color: #666; font-size: 12px;">
|
||
|
|
This link will expire in 24 hours. If you didn't create an account, please ignore this email.
|
||
|
|
</p>
|
||
|
|
<hr style="border: none; border-top: 1px solid #eee; margin: 20px 0;">
|
||
|
|
<p style="color: #999; font-size: 11px; text-align: center;">
|
||
|
|
This is an automated message from Veza. Please do not reply to this email.
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|