Files
wehub-resource-sync f99010fae1
CI / lint (push) Failing after 1s
CI / frontend (push) Failing after 1s
CI / scripts (push) Failing after 1s
CI / Go Test (ubuntu-latest) (push) Failing after 0s
CI / frontend-node-25 (push) Failing after 1s
CI / docs (push) Failing after 0s
CI / coverage (push) Failing after 0s
CI / e2e (push) Failing after 0s
Docker / build-and-push (push) Failing after 1s
CI / integration (push) Failing after 4m43s
CI / Go Test (windows-latest) (push) Has been cancelled
CI / Desktop Unit Tests (Windows) (push) Has been cancelled
Desktop Artifacts / Desktop Build (Linux (arm64)) (push) Has been cancelled
Desktop Artifacts / Desktop Build (Linux) (push) Has been cancelled
Desktop Artifacts / Desktop Build (Windows) (push) Has been cancelled
Desktop Artifacts (macOS) / Desktop Build (macOS (aarch64)) (push) Has been cancelled
Desktop Artifacts (macOS) / Desktop Build (macOS (x86_64)) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:30:36 +08:00

24 lines
1.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AgentsView</title>
<style>
:root { color-scheme: light; font-family: ui-sans-serif, system-ui, sans-serif; background: #f7f5ef; color: #1f1f1f; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at top, #fff7d6, transparent 35%), linear-gradient(180deg, #f7f5ef, #efe7d5); }
main { max-width: 36rem; margin: 2rem; padding: 2rem; border: 1px solid #d6ccb7; border-radius: 1rem; background: rgba(255, 252, 245, 0.9); box-shadow: 0 20px 40px rgba(73, 55, 27, 0.08); }
h1 { margin-top: 0; font-size: 1.8rem; }
p { line-height: 1.5; }
code { padding: 0.15rem 0.35rem; border-radius: 0.35rem; background: #f1eadb; }
</style>
</head>
<body>
<main>
<h1>AgentsView frontend assets are not built.</h1>
<p>This embedded placeholder keeps backend-only builds healthy. Build the frontend bundle to replace this page with the full UI.</p>
<p>Expected build output lives under <code>internal/web/dist/</code>.</p>
</main>
</body>
</html>