-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms_of_service.html
More file actions
63 lines (51 loc) · 3.4 KB
/
terms_of_service.html
File metadata and controls
63 lines (51 loc) · 3.4 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!-- BEGIN: terms_of_service.html -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Puffland Adventure — Terms of Service</title>
<style>
body{font-family:Inter,system-ui,Segoe UI,Helvetica,Arial,sans-serif;max-width:900px;margin:36px auto;padding:20px;color:#111}
h1{font-size:28px;margin-bottom:6px}
h2{font-size:18px;margin-top:18px}
p,li{line-height:1.5}
.muted{color:#666;font-size:14px}
footer{border-top:1px solid #eee;margin-top:28px;padding-top:12px;font-size:13px;color:#444}
</style>
</head>
<body>
<h1>Puffland Adventure — Terms of Service</h1>
<p class="muted">Effective date: August 9, 2025 | Contact: <a href="mailto:phantomosteam@gmail.com">phantomosteam@gmail.com</a></p>
<p>These Terms of Service ("Terms") describe the rules for using <strong>Puffland Adventure</strong> (the "Game"). By downloading, installing, or playing the Game you agree to these Terms. If you do not agree, do not use the Game.</p>
<h2>1. License</h2>
<p>We grant you a limited, non-exclusive, non-transferable license to install and use the Game for personal, non-commercial entertainment purposes.</p>
<h2>2. Restrictions</h2>
<p>You agree not to:</p>
<ul>
<li>Reverse engineer, decompile, disassemble, or modify the Game except where permitted by law.</li>
<li>Use the Game for unlawful purposes or in a way that could harm the Game or other users.</li>
<li>Exploit bugs, cheats, or other mechanisms to gain an unfair advantage.</li>
</ul>
<h2>3. Advertising</h2>
<p>The Game may show third-party advertisements provided by networks such as AdMob, Unity Ads and IronSource. Those providers collect and use data independently in order to serve and measure ads. You can control personalized advertising via your device settings.</p>
<h2>4. No In-App Purchases</h2>
<p>The current version of Puffland Adventure does not include in-app purchases.</p>
<h2>5. User Content</h2>
<p>If you provide feedback, bug reports, or any other content to us, you grant us a perpetual, worldwide, royalty-free license to use, modify and distribute that content for any purpose related to the Game.</p>
<h2>6. Disclaimer of Warranties</h2>
<p>The Game is provided "as is" and "as available" without warranties of any kind. We disclaim all implied warranties, including merchantability, fitness for a particular purpose, and non-infringement.</p>
<h2>7. Limitation of Liability</h2>
<p>To the fullest extent permitted by law, we (and our affiliates) are not liable for any direct, indirect, incidental, special or consequential damages arising out of your use of the Game.</p>
<h2>8. Governing Law</h2>
<p>These Terms are governed by the laws of your country of residence to the extent permitted by law. If any provision is found invalid, the remaining provisions remain in effect.</p>
<h2>9. Changes to Terms</h2>
<p>We may update these Terms from time to time. Continued use of the Game after changes means you accept the updated Terms. We will post the updated Effective Date above.</p>
<h2>10. Contact</h2>
<p>If you have questions about these Terms or the Game, contact us at <a href="mailto:phantomosteam@gmail.com">phantomosteam@gmail.com</a>.</p>
<footer>
<p>© Puffland Adventure — All rights reserved.</p>
</footer>
</body>
</html>
<!-- END: terms_of_service.html -->