Marketing Website
This commit is contained in:
14
frontend/marketing.html
Normal file
14
frontend/marketing.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!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-[#050913]">
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/marketing/index.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user