-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
35 lines (23 loc) · 1.13 KB
/
terms.html
File metadata and controls
35 lines (23 loc) · 1.13 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
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>Legal</title>
</head>
<body style="font-family: -apple-system; max-width: 600px; margin: 40px auto; line-height: 1.6;">
<!-- Terms of Use Section -->
<h1>Terms of Use</h1>
<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 -->
<h1>Privacy Policy</h1>
<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>