export default { async fetch(request) { const html = ` [DIVISION/ZERO] // OUTPOST NODE
NODE // 00.CC
SYS_STANDBY
[DIVISION/ZERO]
INITIALIZING TRANSMISSION_
`; return new Response(html, { headers: { "content-type": "text/html;charset=UTF-8" }, }); }, };