Skip to content

Commit 7336d67

Browse files
authored
feat: Add Terms of Service page
1 parent 6d3c3a9 commit 7336d67

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

src/app/tos/page.js

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,45 @@ import React from 'react'
33
export default function page() {
44
return (
55
<div>
6-
6+
<p><strong>Terms of Service</strong></p>
7+
<p>By accessing and using SopKit, you agree to be bound by these Terms of Service{` ("Terms")`}.</p>
8+
<ol>
9+
<li><strong>Free to Use</strong></li>
10+
</ol>
11+
<p>SopKit is a free online tool that can be used to streamline the JavaScript development workflow. There are no fees or charges associated with using SopKit.</p>
12+
<ol start="2">
13+
<li><strong>Acceptable Use</strong></li>
14+
</ol>
15+
<p>You agree to use SopKit only for lawful purposes. You agree not to use SopKit to:</p>
16+
<ul>
17+
<li>Upload, store, or transmit any content that is illegal, harmful, threatening, abusive, harassing, defamatory, obscene, hateful, or racially or ethnically offensive.</li>
18+
<li>Interfere with or disrupt the SopKit website or servers.</li>
19+
<li>Violate any applicable laws or regulations.</li>
20+
</ul>
21+
<ol>
22+
<li><strong>Disclaimer</strong></li>
23+
</ol>
24+
<p>SopKit is provided {`"as is"`} and without warranty of any kind, express or implied. The developers of SopKit disclaim all warranties, including any warranties of merchantability, fitness for a particular purpose, and non-infringement.</p>
25+
<ol start="4">
26+
<li><strong>Limitation of Liability</strong></li>
27+
</ol>
28+
<p>The developers of SopKit shall not be liable for any damages arising out of or related to your use of SopKit, including but not limited to direct, indirect, incidental, consequential, or punitive damages.</p>
29+
<ol start="5">
30+
<li><strong>Termination</strong></li>
31+
</ol>
32+
<p>The developers of SopKit reserve the right to terminate your access to SopKit at any time, for any reason, without notice.</p>
33+
<ol start="6">
34+
<li><strong>Changes to the Terms of Service</strong></li>
35+
</ol>
36+
<p>The developers of SopKit reserve the right to change these Terms of Service at any time. Your continued use of SopKit following the posting of any changes to the Terms of Service constitutes your acceptance of those changes.</p>
37+
<ol start="7">
38+
<li><strong>Governing Law</strong></li>
39+
</ol>
40+
<p>These Terms of Service shall be governed by and construed in accordance with the laws of the State of California, United States of America.</p>
41+
<ol start="8">
42+
<li><strong>Entire Agreement</strong></li>
43+
</ol>
44+
<p>These Terms of Service constitute the entire agreement between you and the developers of SopKit regarding your use of SopKit.</p>
745
</div>
846
)
947
}

0 commit comments

Comments
 (0)