nitubhai commited on
Commit
62cd1a4
·
verified ·
1 Parent(s): 1a8bddb

Delete privacy_policy.html

Browse files
Files changed (1) hide show
  1. privacy_policy.html +0 -74
privacy_policy.html DELETED
@@ -1,74 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Privacy Policy - YouTube Automation</title>
7
- <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
8
- </head>
9
- <body>
10
- <div class="background-animation">
11
- <div class="gradient-orb orb-1"></div>
12
- <div class="gradient-orb orb-2"></div>
13
- <div class="gradient-orb orb-3"></div>
14
- </div>
15
-
16
- <div class="container">
17
- <div class="glass-card" style="max-width: 900px; margin: 50px auto; padding: 40px;">
18
- <h1 style="margin-bottom: 30px;">Privacy Policy</h1>
19
-
20
- <p style="margin-bottom: 20px; color: var(--text-secondary);">
21
- Last updated: {{ current_date }}
22
- </p>
23
-
24
- <h2 style="margin-top: 30px; margin-bottom: 15px;">1. Information We Collect</h2>
25
- <p>We collect information you provide when using our service:</p>
26
- <ul style="margin-left: 20px; margin-bottom: 20px;">
27
- <li>YouTube account information via OAuth 2.0</li>
28
- <li>Instagram Reel URLs you provide</li>
29
- <li>Usage data and analytics</li>
30
- </ul>
31
-
32
- <h2 style="margin-top: 30px; margin-bottom: 15px;">2. How We Use Your Information</h2>
33
- <p>Your information is used to:</p>
34
- <ul style="margin-left: 20px; margin-bottom: 20px;">
35
- <li>Process video uploads to your YouTube channel</li>
36
- <li>Generate AI-powered metadata</li>
37
- <li>Improve our service</li>
38
- </ul>
39
-
40
- <h2 style="margin-top: 30px; margin-bottom: 15px;">3. Data Security</h2>
41
- <p>We use industry-standard security measures including:</p>
42
- <ul style="margin-left: 20px; margin-bottom: 20px;">
43
- <li>OAuth 2.0 authentication</li>
44
- <li>HTTPS encryption</li>
45
- <li>No password storage</li>
46
- </ul>
47
-
48
- <h2 style="margin-top: 30px; margin-bottom: 15px;">4. Third-Party Services</h2>
49
- <p>We use the following third-party services:</p>
50
- <ul style="margin-left: 20px; margin-bottom: 20px;">
51
- <li>Google YouTube API</li>
52
- <li>Google Gemini AI</li>
53
- <li>Google Analytics</li>
54
- <li>Google AdSense</li>
55
- </ul>
56
-
57
- <h2 style="margin-top: 30px; margin-bottom: 15px;">5. Your Rights</h2>
58
- <p>You have the right to:</p>
59
- <ul style="margin-left: 20px; margin-bottom: 20px;">
60
- <li>Revoke access at any time</li>
61
- <li>Request data deletion</li>
62
- <li>Opt-out of analytics</li>
63
- </ul>
64
-
65
- <h2 style="margin-top: 30px; margin-bottom: 15px;">6. Contact Us</h2>
66
- <p>For privacy concerns, contact us at: privacy@yourapp.com</p>
67
-
68
- <div style="margin-top: 40px; text-align: center;">
69
- <a href="/" class="btn btn-primary">Back to Home</a>
70
- </div>
71
- </div>
72
- </div>
73
- </body>
74
- </html>