Remove scripts/, tooling/run/, and services/queue-worker/ that were migrated to the platform root. Add new @domains/ structure with deployment manifests and locale files. Update nginx configs and clean .gitignore to properly exclude node_modules and dist. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
1 KiB
HTML
22 lines
1 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 -->
|
|
<!-- Neon cyberpunk wax seal with magenta and cyan -->
|
|
<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="#ff00ff" />
|
|
<meta name="msapplication-TileColor" content="#ff00ff" />
|
|
<meta name="description" content="TrustedMeet - Connect directly with escorts and companions. No middlemen, no data harvesting, no judgment." />
|
|
<title>TrustedMeet - Direct & Private</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html>
|