-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.php
More file actions
61 lines (50 loc) · 2.95 KB
/
terms.php
File metadata and controls
61 lines (50 loc) · 2.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebWorks RapidServe Terms of Service</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
padding: 20px;
background-color: #f9f9f9;
}
h1 {
color: #333;
}
h2 {
color: #555;
}
p {
margin: 10px 0;
}
</style>
</head>
<body>
<h1>WebWorks RapidServe Terms of Service</h1>
<h2>1. Acceptance of Terms</h2>
<p>By accessing or using WebWorks RapidServe, you agree to comply with these Terms of Service and all applicable laws. You must also accept WebWorks' <a href="https://webworkshub.online/terms" target="_blank">standard terms</a>.</p>
<h2>2. Service Description</h2>
<p>WebWorks RapidServe provides content delivery network (CDN) services that allow users to access and distribute digital content via our servers. Users are only permitted to use content that they are authorized to use.</p>
<h2>3. User Responsibilities</h2>
<p>- Users must provide accurate information when required and ensure compliance with applicable laws and regulations.</p>
<p>- Users are responsible for ensuring they have the right to use any content accessed through RapidServe.</p>
<p>- Some content may be subject to copyright; appropriate credits must be provided as required, and users must ensure they comply with all copyright requirements.</p>
<h2>4. Prohibited Uses</h2>
<p>- You may not use RapidServe for illegal activities, including but not limited to copyright infringement, fraud, or distribution of harmful content.</p>
<p>- Spamming or any form of unsolicited communication is strictly prohibited.</p>
<h2>5. Intellectual Property</h2>
<p>All content and technology used in WebWorks RapidServe remain the property of WebWorks or its licensors. Users retain rights only to the content they are permitted to use but do not have the right to upload or modify content on our servers.</p>
<h2>6. Limitation of Liability</h2>
<p>WebWorks is not liable for any indirect, incidental, or consequential damages arising from the use of RapidServe. Our total liability is limited to the maximum extent permitted by law.</p>
<h2>7. Termination</h2>
<p>WebWorks reserves the right to suspend or terminate access to RapidServe for any user that violates these terms or abuses the service.</p>
<h2>8. Modifications</h2>
<p>We may revise these terms at any time. Changes will be effective upon posting on our website. Continued use of the service constitutes acceptance of the new terms.</p>
<h2>9. Governing Law</h2>
<p>These terms are governed by the laws of the United Kingdom. Any disputes will be resolved in the appropriate courts located within that jurisdiction.</p>
</body>
</html>