-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
138 lines (117 loc) · 5.65 KB
/
Copy pathterms.html
File metadata and controls
138 lines (117 loc) · 5.65 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms & Conditions - Echo Music</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Unbounded:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="icon" href="./assets/pluginstream.png">
<style>
:root {
--canvas: #fffaf0;
--surface-soft: #faf5e8;
--surface-card: #f5f0e0;
--surface-dark: #0a1a1a;
--ink: #0a0a0a;
--body: #3a3a3a;
--muted: #6a6a6a;
--hairline: #e5e5e5;
--space-xxs: 4px;
--space-xs: 8px;
--space-sm: 12px;
--space-md: 16px;
--space-lg: 24px;
--space-xl: 32px;
--space-xxl: 48px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-color: var(--canvas);
color: var(--body);
font-family: 'Inter', sans-serif;
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
.display-md {
font-family: 'Unbounded', sans-serif;
font-size: 40px;
font-weight: 500;
letter-spacing: -1px;
line-height: 1.1;
color: var(--ink);
}
.doc-container {
max-width: 800px;
margin: 80px auto;
padding: 0 var(--space-xl);
}
.back-link {
display: inline-block;
margin-bottom: var(--space-xl);
color: var(--muted);
text-decoration: none;
font-weight: 500;
transition: color 0.2s;
}
.back-link:hover { color: var(--ink); }
.doc-container h1 { margin-bottom: var(--space-md); }
.doc-container p, .doc-container ul, .doc-container ol { margin-bottom: var(--space-lg); color: var(--body); }
.doc-container h2 { margin-top: var(--space-xxl); margin-bottom: var(--space-md); font-family: 'Inter', sans-serif; font-size: 20px; color: var(--ink); }
.doc-container h3 { margin-top: var(--space-xl); margin-bottom: var(--space-sm); font-size: 16px; color: var(--ink); }
.doc-container li { margin-bottom: var(--space-xs); margin-left: var(--space-lg); }
.doc-container a { color: var(--ink); font-weight: 500; }
@media (max-width: 768px) {
.doc-container { margin: 40px auto; padding: 0 24px; }
.display-md { font-size: 32px; }
}
</style>
</head>
<body>
<div class="doc-container">
<a href="index.html" class="back-link">← Back to PluginStream</a>
<h1 class="display-md">Terms & Conditions</h1>
<p><strong>Please read these terms carefully before using PluginStream.</strong> By using our app, you agree to be bound by these terms.</p>
<h2>Important Legal Information</h2>
<p>PluginStream is a free, open-source application. By using this app, you agree to comply with all applicable laws and respect intellectual property rights.</p>
<h3>1. Acceptance of Terms</h3>
<p>By downloading, installing, or using PluginStream ("the App"), you agree to be bound by these Terms and Conditions. If you do not agree to these terms, please do not use the App.</p>
<h3>2. Description of Service</h3>
<p>PluginStream is a free, open-source movies streaming application for Android devices that integrates with YouTube Music to provide ad-free music streaming services.</p>
<h3>3. User Responsibilities</h3>
<p>Users are responsible for:</p>
<ul>
<li>Complying with all applicable laws and regulations</li>
<li>Respecting copyright and intellectual property rights</li>
<li>Using the App only for personal, non-commercial purposes</li>
<li>Not attempting to reverse engineer or modify the App</li>
</ul>
<h3>4. Third-Party Services</h3>
<p>PluginStream integrates with third-party services including YouTube Music. Users must comply with the terms of service of these platforms. I am not responsible for the availability or content of these third-party services.</p>
<h3>5. Privacy</h3>
<p>Your privacy is important to us. Please review our <a href="privacy.html" style="text-decoration:underline;">Privacy Policy</a> to understand how I collect, use, and protect your information.</p>
<h3>6. Disclaimer of Warranties</h3>
<p>PluginStream is provided "as is" without any warranties, express or implied. I do not guarantee that the App will be error-free or continuously available.</p>
<h3>7. Limitation of Liability</h3>
<p>In no event shall PluginStream or its developers be liable for any indirect, incidental, special, or consequential damages arising from the use of the App.</p>
<h3>8. Modifications</h3>
<p>I reserve the right to modify these Terms and Conditions at any time. Continued use of the App after changes constitutes acceptance of the new terms.</p>
<h3>9. Open Source License</h3>
<p>PluginStream is released under the GNU General Public License v3.0 (GPL-3.0). This means you are free to use, modify, and distribute the software under the terms of this license.</p>
<h3>10. Contact Information</h3>
<p>If you have any questions about these Terms and Conditions, please contact us:</p>
<ul>
<li><a href="mailto:am.abdulmueed3@gmail.com">support@pluginstream.app</a></li>
<li><a href="https://github.com/amabdulmueed3/pluginstream/issues">GitHub Issues</a></li>
<li><a href="github.html">GitHub Community</a></li>
<li><a href="telegram.html">Telegram Community</a></li>
</ul>
<p style="margin-top: 48px; color: var(--muted);"><em>Last updated: September 25, 2025</em></p>
</div>
</body>
</html>