-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzohosync_terms_of_service_doc.html
101 lines (93 loc) · 4.17 KB
/
zohosync_terms_of_service_doc.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - ZohoSyncer</title>
<style>
body {
font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
line-height: 1.7;
margin: 0;
color: #2c3e50;
background-color: #f8f9fa;
}
.content {
max-width: 800px;
margin: 40px auto;
padding: 40px;
background: white;
box-shadow: 0 2px 12px rgba(0,0,0,0.1);
border-radius: 8px;
}
h1 {
font-size: 2.5em;
margin-bottom: 1em;
color: #1a237e;
border-bottom: 2px solid #e0e0e0;
padding-bottom: 0.5em;
}
h2 {
font-size: 1.5em;
margin-top: 1.8em;
color: #1a237e;
}
ul {
padding-left: 25px;
}
li {
margin-bottom: 15px;
}
a {
color: #1a73e8;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.footer {
text-align: center;
margin: 40px auto;
padding: 20px;
font-size: 0.9em;
color: #666;
border-top: 1px solid #eee;
}
</style>
</head>
<body>
<div class="content">
<h1>Terms of Service</h1>
<p>Welcome to ZohoSyncer! These Terms of Service (“Terms”) govern your access to and use of the ZohoSyncer platform, including its features, services, and tools. By using ZohoSyncer, you agree to be bound by these Terms. If you do not agree, you may not use our platform.</p>
<h2>1. Account Responsibilities</h2>
<ul>
<li>You are responsible for maintaining the confidentiality of your account credentials and for all activities that occur under your account.</li>
<li>Ensure all information provided during registration is accurate and up-to-date.</li>
<li>ZohoSyncer reserves the right to suspend or terminate accounts that violate these Terms.</li>
</ul>
<h2>2. Usage Guidelines</h2>
<ul>
<li>You may not use ZohoSyncer to engage in any unlawful activities or to violate the rights of others.</li>
<li>Do not attempt to reverse engineer, decompile, or hack the ZohoSyncer platform.</li>
<li>Respect the privacy of other users and comply with applicable data protection laws.</li>
</ul>
<h2>3. Data Syncing and Management</h2>
<ul>
<li>ZohoSyncer provides tools to synchronize data across multiple Zoho accounts. It is your responsibility to configure these tools appropriately.</li>
<li>ZohoSyncer employs deduplication methods, but you are advised to review synced data for accuracy and completeness.</li>
<li>ZohoSyncer is not liable for data loss, corruption, or inaccuracies resulting from the use of its services.</li>
</ul>
<h2>4. Limitation of Liability</h2>
<p>ZohoSyncer is provided “as is” without warranties of any kind, whether express or implied. In no event shall ZohoSyncer, its affiliates, or partners be liable for any direct, indirect, incidental, or consequential damages arising from your use of the platform.</p>
<h2>5. Termination</h2>
<p>We may terminate or suspend your access to ZohoSyncer at our discretion, without prior notice, for conduct that violates these Terms or is harmful to other users or the platform.</p>
<h2>6. Changes to the Terms</h2>
<p>We reserve the right to update these Terms at any time. Changes will be effective immediately upon posting. Your continued use of ZohoSyncer signifies your acceptance of the revised Terms.</p>
<h2>7. Contact Us</h2>
<p>If you have questions about these Terms, please contact our support team at <a href="mailto:support@zohosyncer.com">support@zohosyncer.com</a>.</p>
</div>
<div class="footer">
<p>© 2025 ZohoSyncer. All rights reserved.</p>
</div>
</body>
</html>