export async function onRequestGet(context: RequestContext) { return new Response( ` WebView Captcha
`, { headers: { "content-type": "text/html", }, }, ); }