CSS funny for webview captcha

This commit is contained in:
regalijan 2023-10-19 16:51:12 -04:00
parent 474497551f
commit abe5632c30
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -1,7 +1,7 @@
export async function onRequestGet(context: RequestContext) { export async function onRequestGet(context: RequestContext) {
return new Response( return new Response(
`<!DOCTYPE html> `<!DOCTYPE html>
<html lang="en"> <html lang="en" style="width: 90%; translate(5%);">
<head> <head>
<title>WebView Captcha</title> <title>WebView Captcha</title>
<script async defer src="https://challenges.cloudflare.com/turnstile/v0/api.js"></script> <script async defer src="https://challenges.cloudflare.com/turnstile/v0/api.js"></script>