Deploy: fix wouter base path + clean index.html (no manus-runtime)

This commit is contained in:
ClawManager Deploy
2026-04-01 07:58:40 -04:00
commit 5be544d4df
5 changed files with 487 additions and 0 deletions
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

+29
View File
@@ -0,0 +1,29 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>ClawManager — Cluster-Scale OpenClaw Management</title>
<meta name="description" content="Deploy and govern OpenClaw &amp; Linux desktop instances across your Kubernetes cluster — unified admin panel, AI gateway, and full lifecycle control." />
<link rel="icon" type="image/x-icon" href="/ClawManager/favicon.ico" />
<link rel="apple-touch-icon" href="/ClawManager/favicon.ico" />
<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=Sora:wght@400;500;600;700;800&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
<style>
body { font-family: 'Inter', sans-serif; }
h1, h2, h3, h4, h5, h6, .font-display { font-family: 'Sora', sans-serif; }
code, pre, .font-mono { font-family: 'JetBrains Mono', monospace; }
</style>
<script type="module" crossorigin src="/ClawManager/assets/index-CH2K3oHw.js"></script>
<link rel="stylesheet" crossorigin href="/ClawManager/assets/index-B4e3PzX-.css">
</head>
<body>
<div id="root"></div>
<script
defer
src="https://manus-analytics.com/umami"
data-website-id="2b8bd235-16f2-43d1-b501-81c572cc3a9c"></script>
</body>
</html>