Skip to content

Instantly share code, notes, and snippets.

@ribtoks
ribtoks / index.html
Last active January 27, 2025 09:58
Private Captcha Local e2e tutorial
<!DOCTYPE html>
<html lang="en">
<head>
<title>Private Captcha Example</title>
<style>
body {
display:flex;
flex-direction: column;
min-height: 100vh;
}