Skip to content

Instantly share code, notes, and snippets.

View tanno1's full-sized avatar

tanno tanno1

View GitHub Profile
@tanno1
tanno1 / index.html
Created May 20, 2026 07:10
Gather SMS verification consent (Twilio A2P)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gather — SMS verification consent</title>
<meta name="description" content="How Gather collects consent to send one-time SMS verification codes at sign-up.">
<style>
:root {
--bg: #f6f3ef;