vantage / apps /web /index.html
sourabh gupta
feat(web): scaffold Phase 10.0 React client application with Gartner brand design
a5d0f2e
Raw
History Blame Contribute Delete
788 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://fastapi.tiangolo.com/img/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vantage — Agentic Market Intelligence</title>
<!-- Inter Google Font for consultant-grade typography -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
</head>
<body class="bg-mist text-slate antialiased">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>