Skip to content

Instantly share code, notes, and snippets.

@SiDMofokeng
SiDMofokeng / data-deletion.html
Created February 7, 2026 14:22
KEENO privacy + data deletion
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>KEENO Data Deletion</title>
<style>
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;max-width:900px;margin:40px auto;padding:0 16px;line-height:1.55}
h1,h2{line-height:1.2}
code{background:#f3f4f6;padding:2px 6px;border-radius:6px}