-
Notifications
You must be signed in to change notification settings - Fork 3
/
terms and conditions
61 lines (47 loc) · 2.56 KB
/
terms and conditions
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">
<link rel="stylesheet" href="styles.css">
<title>Terms and Conditions</title>
</head>
<body>
<div class="container">
<h1>Terms and Conditions</h1>
<p>Last updated: [Date]</p>
<h2>1. Introduction</h2>
<p>These Terms and Conditions govern your use of our website. By accessing the site, you agree to these terms.</p>
<h2>2. Use of the Site</h2>
<p>You must not use the site in any way that causes damage to the site or impairment of the availability or accessibility of the site.</p>
<h2>3. Intellectual Property</h2>
<p>All content, trademarks, and other intellectual property rights are owned by us or our licensors.</p>
<h2>4. Limitation of Liability</h2>
<p>We will not be liable for any loss or damage arising from your use of the site.</p>
<h2>5. Changes to These Terms</h2>
<p>We may revise these terms from time to time. The revised terms will apply from the date they are published on the site.</p>
<h2>6. Governing Law</h2>
<p>These terms are governed by the laws of [Your Country/State].</p>
<h2>7. Contact Us</h2>
<p>If you have any questions about these terms, please contact us at [Your Contact Information].</p>
</div>
<div class="container">
<h1>Terms and Conditions</h1>
<p>Last updated: [Date]</p>
<h2>1. Introduction</h2>
<p>These Terms and Conditions govern your use of our website. By accessing the site, you agree to these terms.</p>
<h2>2. Use of the Site</h2>
<p>You must not use the site in any way that causes damage to the site or impairment of the availability or accessibility of the site.</p>
<h2>3. Intellectual Property</h2>
<p>All content, trademarks, and other intellectual property rights are owned by us or our licensors.</p>
<h2>4. Limitation of Liability</h2>
<p>We will not be liable for any loss or damage arising from your use of the site.</p>
<h2>5. Changes to These Terms</h2>
<p>We may revise these terms from time to time. The revised terms will apply from the date they are published on the site.</p>
<h2>6. Governing Law</h2>
<p>These terms are governed by the laws of [Your Country/State].</p>
<h2>7. Contact Us</h2>
<p>If you have any questions about these terms, please contact us at [Your Contact Information].</p>
</div>
</body>
</html>