<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Table Editor: bundle not built</title>
<style>
:root { color-scheme: dark }
body { margin: 0; padding: 2rem 1rem; background: #0b0d10; color: #cbd5e1;
font: 15px/1.6 ui-monospace, SFMono-Regular, Menlo, monospace }
main { max-width: 34rem; margin: 0 auto }
h1 { margin: 0 0 1rem; font-size: 1.1rem; color: #e8e4dc }
code { color: #e2b857 }
p { margin: 0 0 1rem }
</style>
</head>
<body>
<main>
<h1>The editor's page has not been built.</h1>
<p>
This is the placeholder the crate embeds when <code>assets/index.html</code>
is absent. The API is running and answering; only the page is missing.
</p>
<p>
Build it with <code>./Deploy.ps1</code>, or
<code>bun run --cwd Web build</code>, and start the server again.
</p>
<p>
A published release never carries this page: the release refuses to
package a crate without the built bundle.
</p>
</main>
</body>
</html>