new selfhosted version

This commit is contained in:
antonio
2025-11-28 14:11:51 +01:00
parent afda29997d
commit 951860f67e
1046 changed files with 72586 additions and 574750 deletions

View File

@@ -0,0 +1,62 @@
export const N1_FREE_TRIAL_STARTED = `<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Your free trial has started!</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;">Your free trial has started!</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;">
Welcome to Litlyx! Your 30-day free trial has officially started. You now have full access to the Litlyx
dashboard and premium features.
</p>
<p style="font-size:16px;line-height:1.6;color:#484848;">
Well send you a reminder before your trial ends. Once the 30 days are over, dashboard access will be paused
unless you upgrade.
</p>
<p style="font-size:16px;line-height:1.6;color:#484848;">
Are you using WordPress, Shopify, Google Tag Manager, or a modern framework? Head
over to <a href="http://docs.litlyx.com" style="color: #007BFF;">our docs</a> for full setup
instructions. If you need help we're always here to help you.
</p>
<p style="font-size:16px;line-height:1.6;color:#484848;">
Take this time to explore the platform, set up your tracking, and see what insights Litlyx can offer for your
projects.
</p>
<p style="font-size:16px;line-height:1.6;color:#484848;">
Lets make analytics the simplest part of your journey.
</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;">
Explore Litlyx's 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 &copy; Litlyx - Analytics reimagined. All rights reserved.</p>
</td>
</tr>
</table>
</body>
</html>`