forked from pretzer25/Ultra-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
60 lines (55 loc) · 2.09 KB
/
terms.html
File metadata and controls
60 lines (55 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ultra-Learn Terms & Conditions</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 0 auto;
max-width: 800px;
padding: 20px;
}
h1 {
color: #333;
}
h2 {
color: #666;
}
p {
color: #777;
}
ul {
list-style: disc;
margin-left: 20px;
}
</style>
</head>
<body>
<h1>Ultra-Learn Terms & Conditions</h1>
<p>Last revised: <time datetime="2024-03-30">March 30, 2024</time></p>
<h2>1. Acceptance of Terms</h2>
<p>By accessing and using the Ultra-Learn website, you agree to comply with these Terms & Conditions. If you do not agree, please refrain from using the site.</p>
<h2>2. User Responsibilities</h2>
<ul>
<li>You must use Ultra-Learn in accordance with applicable laws and regulations.</li>
<li>You are responsible for maintaining the confidentiality of your account credentials.</li>
<li>You agree not to engage in any harmful or illegal activities on the platform.</li>
</ul>
<h2>3. Liability Disclaimer</h2>
<ul>
<li>Ultra-Learn provides educational content, but we do not guarantee its accuracy or completeness.</li>
<li>We are not liable for any damage, harm, or loss resulting from your use of the website.</li>
<li>Users access Ultra-Learn at their own risk.</li>
</ul>
<h2>4. Termination</h2>
<ul>
<li>Ultra-Learn reserves the right to terminate user accounts for violations of these Terms & Conditions.</li>
<li>We may share your username with the <strong>Pretzer Team</strong> for administrative purposes.</li>
</ul>
<h2>5. Intellectual Property</h2>
<p>Users may not reproduce, distribute, or modify any content without permission, see <a href="lisence.html">License</a> for more information.</p>
</body>
</html>