export default { async fetch(request, env) { return new Response(getLandingHTML(), { headers: { "content-type": "text/html; charset=UTF-8" } }); } }; function getLandingHTML() { return ` Laketrix
Laketrix
Fishing Intelligence Platform
Always On The Water
Total Data Points
6.12M
Across all tables
Calculations Run
4.77M
Species activity scores
Monthly Data Reads
1.3B+
Reads processed / month
Species Activity Records
4.77M
Scored records stored
Command Center
`; }