Files
litlyx/email/templates/ProjectInviteEmailNoAccount.ts
2025-03-03 19:31:35 +01:00

21 lines
608 B
TypeScript

export const PROJECT_INVITE_EMAIL_NO_ACCOUNT = `<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thank You for Upgrading Your Litlyx Plan!</title>
</head>
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333;">
<!-- Email Content -->
<p>Invited by <strong>[Project Name]</strong> on <strong>Litlyx</strong> NO_ACCOUNT</p>
<p>Best regards,</p>
<p>Antonio,</p>
<p>CEO @ Litlyx</p>
</body>
</html>`