Skip to content

Instantly share code, notes, and snippets.

View nexbit-art's full-sized avatar

nexbit-art

  • Joined Apr 14, 2026
View GitHub Profile
@nexbit-art
nexbit-art / privacy-policy.html
Created April 14, 2026 11:49
Privacy Policy — Real-Time Translator Chrome Extension
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy — Real-Time Translator Extension</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; color: #1e293b; line-height: 1.7; }
h1 { font-size: 24px; border-bottom: 2px solid #3b82f6; padding-bottom: 12px; }
h2 { font-size: 18px; margin-top: 32px; color: #334155; }