import type { Theme } from "@earendil-works/pi-coding-agent"; import { LAN_VOICE_BROWSER_SCRIPT } from "./browser-script.ts"; import { resolveLanVoiceWebTheme } from "./theme.ts"; export function createLanVoiceWebUi(piTheme: Theme): string { const theme = resolveLanVoiceWebTheme(piTheme); return String.raw` GipPity remote control

GipPity

remote control

Tap to start voice

Connecting
`; }