export default { async fetch(request, env) { return new Response(getLandingHTML(), { headers: { "content-type": "text/html; charset=UTF-8" } }); } }; function getLandingHTML() { return ` LAKETRIX | Intelligence System
Laketrix
LAKETRIX
System Status: Online // Data Sync Active
Restricted Access // Email Verification
AUTHENTICATE
`; }