lilith-platform.live/codebase/@features/landing/frontend-public/index.html
Claude Code 25d2c7ad65 init(codebase-default): 🎉 Implement foundational directory structure with core modules and utility files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 22:50:24 -07:00

88 lines
3.8 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Resource Hints for Translation Loading Performance -->
<!-- Preconnect to API for faster connection establishment -->
<link rel="preconnect" href="/api" crossorigin>
<!-- DNS prefetch as fallback for older browsers -->
<link rel="dns-prefetch" href="/api">
<!-- Preload critical translation files (uncomment for production) -->
<!-- These will be fetched early, before JS executes -->
<!--
<link rel="preload" href="/api/translations/en/common" as="fetch" crossorigin>
<link rel="preload" href="/api/translations/en/landing-home" as="fetch" crossorigin>
-->
<!-- Primary Meta Tags -->
<title>lilith - The Revolution in Content Creator Platforms</title>
<meta name="title" content="lilith - The Revolution in Content Creator Platforms" />
<meta name="description" content="Join the platform where creators keep 85-95% of their earnings. Privacy-first, worker-owned, and built for the future of adult content." />
<meta name="theme-color" content="#0A0A0F" />
<!-- Canonical URL -->
<link rel="canonical" href="https://lilith.app" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lilith.app" />
<meta property="og:title" content="lilith - The Revolution in Content Creator Platforms" />
<meta property="og:description" content="Join the platform where creators keep 85-95% of their earnings. Privacy-first, worker-owned, and built for the future of adult content." />
<meta property="og:image" content="https://lilith.app/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="lilith" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://lilith.app" />
<meta name="twitter:title" content="lilith - The Revolution in Content Creator Platforms" />
<meta name="twitter:description" content="Join the platform where creators keep 85-95% of their earnings. Privacy-first, worker-owned, and built for the future of adult content." />
<meta name="twitter:image" content="https://lilith.app/og-image.png" />
<meta name="twitter:site" content="@lilithapp" />
<meta name="twitter:creator" content="@lilithapp" />
<!-- Additional SEO -->
<meta name="keywords" content="adult content platform, content creator platform, OnlyFans alternative, privacy-first adult content, worker-owned platform, creator earnings, sex worker rights" />
<meta name="author" content="lilith" />
<meta name="robots" content="index, follow" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "lilith",
"description": "Privacy-first, worker-owned adult content creator platform",
"url": "https://lilith.app",
"logo": "https://lilith.app/logo.png",
"foundingDate": "2024",
"founders": [
{
"@type": "Person",
"name": "QuinnFTW"
}
],
"sameAs": [
"https://twitter.com/lilithapp",
"https://github.com/transquinnftw/lilith-platform"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer Support",
"email": "TransQuinnFTW@pm.me"
}
}
</script>
</head>
<body style="background-color: #0a0a0f;">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>