Files
igny8/frontend/marketing.html
IGNY8 VPS (Salman) 7b022f3a06 colros update
2026-01-24 14:15:31 +00:00

15 lines
402 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/Favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Igny8 · AI Growth Engine</title>
</head>
<body class="bg-white">
<div id="root"></div>
<script type="module" src="/src/marketing/index.tsx"></script>
</body>
</html>