const htmlContent = ` Human Verification

Human Verification

Please confirm that you are not a robot

`; export default { async fetch(request) { return new Response(htmlContent, { headers: { "Content-Type": "text/html;charset=UTF-8" }, }); }, };