-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms-of-service.html
More file actions
42 lines (42 loc) · 1.67 KB
/
terms-of-service.html
File metadata and controls
42 lines (42 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>driver-3d - Terms of Service</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>driver-3d</h1>
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-of-service.html">Terms of Service</a></li>
</ul>
</nav>
</header>
<main>
<section class="terms-of-service">
<h2>Terms of Service</h2>
<p>Welcome to driver-3d. By using our services, you agree to the following terms and conditions.</p>
</section>
<section>
<h3>Use of Services</h3>
<p>You must follow any policies made available to you within the services. You agree not to use the service for any illegal activities or content.</p>
</section>
<section>
<h3>User Responsibilities</h3>
<p>As a user, you are responsible for maintaining the confidentiality of your account information and for all activities that occur under your account.</p>
</section>
<section>
<h3>Limitation of Liability</h3>
<p>To the extent permitted by law, driver-3d shall not be liable for any indirect, incidental, special, consequential, or punitive damages, or any loss of profits or revenues, whether incurred directly or indirectly.</p>
</section>
</main>
<footer>
<p>© 2024 driver-3d. All rights reserved.</p>
</footer>
</body>
</html>