It is the game! pong Pong loading screen!
It is the game! pong Pong loading screen! let body = ` Ping Pong `; return { statusCode: 200, headers: {'Content-Type': 'text/html'}, body: Buffer.from(body), };