mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-13 08:48:38 +01:00
new selfhosted version
This commit is contained in:
60
emails/templates/free_trial/2-FreeTrial10DaysIn.ts
Normal file
60
emails/templates/free_trial/2-FreeTrial10DaysIn.ts
Normal file
@@ -0,0 +1,60 @@
|
||||
export const N2_FREE_TRIAL_10_DAYS_IN = `<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Get even more out of Litlyx</title>
|
||||
</head>
|
||||
|
||||
<body style="margin:0; padding:0; font-family: Arial, sans-serif; background-color: #f9f9f9;">
|
||||
<table align="center" cellpadding="0" cellspacing="0" width="100%"
|
||||
style="max-width: 600px; margin: auto; background-color: #ffffff; border-radius: 8px;">
|
||||
<tr>
|
||||
<td align="center" style="padding: 40px 20px 10px;">
|
||||
<img src="https://static.litlyx.com/icon.png" alt="" width="48px" height="48px">
|
||||
<h2 style="font-size: 20px; color: #333333; margin: 0;">You're tracking your stats with Litlyx 🎉</h2>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 20px 40px 30px; text-align: left; color: #4a4a4a; font-size: 16px;">
|
||||
<p style="font-size:16px;line-height:1.6;color:#484848;">
|
||||
Litlyx is tracking your website or web app stats, without compromising your visitors' experience or privacy.
|
||||
</p>
|
||||
|
||||
<p style="font-size:16px;line-height:1.6;color:#484848;">
|
||||
Here’s how to get even more out of your Litlyx setup:
|
||||
</p>
|
||||
|
||||
<ul style="font-size:16px;line-height:1.6;color:#484848; padding-left: 20px;">
|
||||
<li>Set up <a href="https://docs.litlyx.com/custom-events"><strong>custom events</strong></a> to track key
|
||||
user actions.</li>
|
||||
<li>Running an ecommerce site on Shopify? <a href="https://docs.litlyx.com/techs/shopify"><strong>Read our
|
||||
docs</strong></a>.</li>
|
||||
<li>Ask our <strong>AI</strong> for insights on marketing, product, and growth.</li>
|
||||
</ul>
|
||||
|
||||
<p style="font-size:16px;line-height:1.6;color:#484848;">
|
||||
Check your dashboard now to explore traffic insights at a glance.
|
||||
</p>
|
||||
|
||||
<a href="https://dashboard.litlyx.com/"
|
||||
style="line-height:100%;text-decoration:none;display:block;max-width:100%;background-color:#0a0a0a;border-radius:16px;color:#fff;font-size:14px;padding-top:19px;padding-bottom:19px;text-align:center;width:100%;padding:19px 0px 19px 0px"
|
||||
target="_blank">
|
||||
<span style="max-width:100%;display:inline-block;line-height:120%;font-weight: bold;">
|
||||
Go to Litlyx Dashboard
|
||||
</span>
|
||||
</a>
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 20px 40px; text-align: center; font-size: 12px; color: #777777;">
|
||||
<p style="margin-top: 10px;">2025 © Litlyx - Analytics reimagined. All rights reserved.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>`
|
||||
Reference in New Issue
Block a user