-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms-of-service.html
58 lines (52 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="icons/favicon.ico" type="image/x-icon" />
<title>Terms of Service</title>
</head>
<body>
<header>
<h1>Terms of Service</h1>
</header>
<section>
<h2>Effective Date: January 2, 2025</h2>
<p>
Welcome to SVGEditor.Pro! By using our application, you agree to the
following terms:
</p>
<h3>Use of the Service</h3>
<ul>
<li>
You are granted a non-exclusive, non-transferable license to use the
application for its intended purpose: editing SVG files.
</li>
<li>
You agree not to use the application for any unlawful activities.
</li>
</ul>
<h3>No Warranties</h3>
<p>
The application is provided "as is" without any warranties, express or
implied. We do not guarantee that the application will meet your
requirements or be error-free.
</p>
<h3>Limitation of Liability</h3>
<p>
To the maximum extent permitted by law, SVGEditor.Pro is not liable for
any damages arising from your use of the application.
</p>
<h3>Changes to Terms</h3>
<p>
We may update these terms from time to time. Any changes will be posted
on this page with a new effective date.
</p>
<h3>Contact Us</h3>
<p>
For questions about these Terms of Service, please contact us at
<a href="mailto:[email protected]">[email protected]</a>.
</p>
</section>
</body>
</html>