/** * Inline web UI for remote-control. * * Generates the single-page HTML/CSS/JS served to the browser client. * Everything is self-contained — no external dependencies. */ export function buildHTML(nonce: string): string { return /* html */ ` π - remote-control
Connecting\u2026
`; }