Unify website and manager experience with updated logo and manager entry links, and document the current production topology and URLs in CLAUDE.md for consistent future operations. Made-with: Cursor
23 lines
595 B
HTML
Vendored
23 lines
595 B
HTML
Vendored
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/heicode-logo.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- Primary Meta Tags -->
|
|
<title>Heicode Manager</title>
|
|
<meta name="title" content="Heicode Manager" />
|
|
<meta
|
|
name="description"
|
|
content="Heicode Manager — multi-tenant control plane for Agnet deployments, events and audit."
|
|
/>
|
|
|
|
<meta name="theme-color" content="#fff" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|