export default { async fetch(request) { const html = ` AI Brand Command Center

AUTOMIND

Reputation Defense System

System Status
ONLINE

Simulation Parameters

Live Intelligence Feed

Awaiting Data Stream...

`; return new Response(html, { headers: { "content-type": "text/html;charset=UTF-8" }, }); }, };