export default { async fetch(request, env, ctx) { const url = new URL(request.url); // Serve the app at / (and optionally a simple health at /health) if (url.pathname === '/health') { return new Response('ok', { headers: { 'content-type': 'text/plain; charset=utf-8' } }); } return new Response(html, { headers: { 'content-type': 'text/html; charset=utf-8', 'cache-control': 'no-store' } }); } }; const html = Speedometer

Speedometer

Speed
0.0 km/h
Heading
°
Gyro alpha
°
Gyro beta
°
Gyro gamma
°
Status
Idle