// Chris Fights - Pixel Stickman Edition (Placeholder Worker) export default { async fetch(req) { return new Response("

Chris Fights Worker Loaded (No blood)

", { headers: { "Content-Type": "text/html" } }); } };