Files
nexus-mcp/index.html

19 lines
800 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Omninexus MCP Hub</title>
<meta name="description" content="Universal MCP hub for AI agents - web scraping, code execution, chart generation, memory vault, and network tools." />
<meta property="og:title" content="Omninexus MCP Hub" />
<meta property="og:description" content="Universal MCP hub for AI agents - web scraping, code execution, chart generation, memory vault, and network tools." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>