Skip to content

Instantly share code, notes, and snippets.

View quangdutran's full-sized avatar
🇻🇳

Trần Quang Dự quangdutran

🇻🇳
View GitHub Profile
@quangdutran
quangdutran / privacy-policy.html
Created February 21, 2026 16:11
Privacy Policy for DualCap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DualCap – Privacy Policy</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;