-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 1.19 KB
/
index.html
File metadata and controls
27 lines (24 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<title>Privacy Policy and Terms of Use</title>
</head>
<body style="font-family: -apple-system; max-width: 600px; margin: 40px auto; line-height: 1.6;">
<h1>Privacy Policy and Terms of Use</h1>
<!-- Terms of Use Section -->
<h2>Terms of Use</h2>
<p>Subscription automatically renews monthly unless canceled at least 24 hours before the end of the current period.</p>
<p>Payment will be charged to your Apple ID account at confirmation of purchase.</p>
<p>Your account will be charged for renewal within 24 hours prior to the end of the current period.</p>
<p>You can manage and cancel subscriptions in your App Store account settings.</p>
<p>No refunds for unused portions.</p>
<p>Contact: jarapps1005@gmail.com</p>
<hr style="margin: 40px 0;">
<!-- Privacy Policy Section -->
<h2>Privacy Policy</h2>
<p>We do not collect, store, or share personal data except as required for app functionality.</p>
<p>Any text or images processed are used only within the app.</p>
<p>We may use third-party services (such as Apple or Firebase) which may collect anonymized data.</p>
<p>Contact: jarapps1005@gmail.com</p>
</body>
</html>