-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisclaimer.html
More file actions
63 lines (51 loc) · 2.35 KB
/
disclaimer.html
File metadata and controls
63 lines (51 loc) · 2.35 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
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Disclaimer</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 40px;
padding: 20px;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: auto;
padding: 20px;
background: white;
border-radius: 8px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<h1>Disclaimer</h1>
<p><strong>AI-Generated Content</strong></p>
<p>This website, including its code and personality tests, has been primarily generated using Grok 3 AI. The
content is provided on an "as-is" basis, with no guarantees of accuracy, completeness, or reliability.</p>
If you believe any content
infringes on your rights, please contact us for resolution.</p>
<p><strong>Use at Your Own Risk</strong></p>
<p>The personality tests and other content provided on this website are for entertainment and informational
purposes only. They do not constitute professional advice (legal, psychological, medical, financial, or
otherwise). The website owner is not responsible for any actions taken based on the test results.</p>
<p><strong>No Data Collection</strong></p>
<p>This website does not intentionally collect, store, or process personal data. However, third-party services
(such as hosting providers or analytics tools) may have their own data collection policies.</p>
<p><strong>Third-Party Content & Links</strong></p>
<p>This website may include links to third-party websites. We do not endorse or take responsibility for the
content, privacy policies, or practices of any external sites.</p>
<p><strong>Changes to This Disclaimer</strong></p>
<p>This disclaimer may be updated over time. By using this website, you acknowledge that you have read and
understood this disclaimer and agree to its terms.</p>
<p style="text-align: center;"><a href="index.html">Back to Home</a></p>
</div>
</body>
</html>