-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms_of_service.html
69 lines (59 loc) · 2.79 KB
/
terms_of_service.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
<!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</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
text-align: center;
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
line-height: 1.6;
}
h1 {
color: #333;
}
p {
text-align: left;
}
</style>
</head>
<body>
<div class="container">
<h1>Terms of Service</h1>
<p><strong>Effective Date:</strong> 12th Nov 2024</p>
<p>This WhatsApp Business API number is used exclusively for receiving data from a single, specific service provider. This service is strictly for personal use, and I do not provide any service or support through this WhatsApp number.</p>
<h2>1. Limited Scope of Use</h2>
<p>The WhatsApp number is used solely to receive messages from one designated service provider. This is not a public service, and no responses or support will be provided to unsolicited messages from other entities or individuals.</p>
<h2>2. No User Interaction or Support</h2>
<p>This WhatsApp number is not monitored for interactions beyond those with the specified service provider. Any messages or requests from other parties will not receive responses.</p>
<h2>3. Disclaimer of Warranties</h2>
<p>This number is not intended to provide any services, and no warranties are provided regarding the availability, accuracy, or reliability of any messages received. All messages are received "as is" solely for my personal use.</p>
<h2>4. Limitation of Liability</h2>
<p>I am not liable for any direct, indirect, incidental, or consequential damages arising from the use of this number by other parties. This number is exclusively for receiving messages from the designated service provider.</p>
<h2>5. Changes to Terms</h2>
<p>I reserve the right to modify these Terms of Service at any time. Updates will be posted on this page, and the effective date will be adjusted accordingly.</p>
<h2>Contact Information</h2>
<p>If you have any questions or concerns about these terms, please contact me:</p>
<p>
Rajendra Satalkar<br>
Email: [email protected]<br>
Phone: +91-9422031919
</p>
</div>
</body>
</html>