38 lines
1.9 KiB
HTML
38 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
<link rel="apple-touch-icon" href="/icon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="Nova40 - Transform your identity in 40 days. Build habits, journal with AI insights, and track your personal growth journey." />
|
|
<meta name="keywords" content="Nova40, habit tracker, identity transformation, 40 days, personal growth, AI journaling, self improvement" />
|
|
<meta name="author" content="Nova40" />
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:title" content="Nova40 - 40 Days Identity Transformation" />
|
|
<meta property="og:description" content="Transform your identity in 40 days with AI-powered habits, journaling, and personal growth tracking." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://nova40.app" />
|
|
<meta property="og:image" content="https://nova40.app/og-image.png" />
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Nova40 - 40 Days Identity Transformation" />
|
|
<meta name="twitter:description" content="Transform your identity in 40 days with AI-powered habits, journaling, and personal growth tracking." />
|
|
|
|
<!-- App Links -->
|
|
<meta name="google-play-app" content="app-id=com.nova40.app" />
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
|
|
|
|
<title>Nova40 - Transform Your Identity in 40 Days</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|