Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CSS funny for webview captcha
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 4744975 commit abe5632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/webview-captcha.ts
@@ -1,7 +1,7 @@
export async function onRequestGet(context: RequestContext) {
return new Response(
`<!DOCTYPE html>
<html lang="en">
<html lang="en" style="width: 90%; translate(5%);">
<head>
<title>WebView Captcha</title>
<script async defer src="https://challenges.cloudflare.com/turnstile/v0/api.js"></script>
Expand Down

0 comments on commit abe5632

Please sign in to comment.