36 lines
2 KiB
HTML
36 lines
2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- Favicons - Lilith Wax Seal "L" Brand Icon -->
|
|
<!-- Blood Red (#DC143C) wax seal with defiant "L" monogram -->
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png" />
|
|
<link rel="manifest" href="/favicons/site.webmanifest" />
|
|
<meta name="theme-color" content="#DC143C" />
|
|
<meta name="msapplication-TileColor" content="#DC143C" />
|
|
|
|
<title>lilith - Empowering Women in Adult Entertainment</title>
|
|
<meta name="description" content="Join us in building a fairer future for adult entertainers. Creators keep 100% of their earnings on a platform designed for empowerment, not extraction." />
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:title" content="lilith - Empowering Women in Adult Entertainment" />
|
|
<meta property="og:description" content="Join us in building a fairer future for adult entertainers. Creators keep 100% of their earnings on a platform designed for empowerment, not extraction." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://atlilith.com" />
|
|
<meta property="og:image" content="/og-image.png" />
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="lilith - Empowering Women in Adult Entertainment" />
|
|
<meta name="twitter:description" content="Join us in building a fairer future for adult entertainers. Creators keep 100% of their earnings on a platform designed for empowerment, not extraction." />
|
|
<meta name="twitter:image" content="/og-image.png" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html>
|