Skip to content

Instantly share code, notes, and snippets.

View myth1996's full-sized avatar

Subhadip Ghosh myth1996

View GitHub Profile
@myth1996
myth1996 / privacy-policy.html
Created March 12, 2026 22:05
ReadyToFly Privacy Policy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy — ReadyToFly</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; max-width: 800px; margin: 0 auto; padding: 24px 20px 60px; color: #1a1a1a; line-height: 1.7; }
h1 { font-size: 28px; margin-bottom: 4px; }
h2 { font-size: 18px; margin-top: 36px; border-bottom: 1px solid #e5e5e5; padding-bottom: 6px; }