-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
58 lines (50 loc) · 2.52 KB
/
privacy.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenTalkGpt Privacy Policy</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
line-height: 1.6;
color: #333;
}
.container {
max-width: 800px;
margin: auto;
padding: 20px;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h1 {
color: #0066cc;
text-align: center;
}
p {
text-indent: 20px;
margin: 10px 0;
}
.note {
font-style: italic;
color: #555;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy for OpenTalkGpt</h1>
<p>At OpenTalkGpt, we take privacy seriously. We understand that your data and privacy are important, and we are committed to ensuring your information is safe. This privacy policy outlines how we handle your data.</p>
<p>OpenTalkGpt does not collect, store, or share any of your data. All interactions occur locally on your device, and no information is sent to external servers. The extension functions independently without needing any external data transmission.</p>
<p>Your usage of OpenTalkGpt remains completely private. No data, chat logs, or user information is collected by the extension. We do not store any personal information, and we have no way of accessing your conversations or chat history.</p>
<p>OpenTalkGpt does not require any account creation or login, ensuring that no personally identifiable information is used or stored. Since no data is collected, there is no data to share with third parties.</p>
<p>Our goal is to provide a secure, private experience where users can freely interact with the extension. We guarantee that all conversations are handled within your browser, and no information leaves your device.</p>
<p>If you have any questions or concerns about this privacy policy or how OpenTalkGpt handles data, feel free to contact us.</p>
<p class="note">This privacy policy is subject to updates. Please review it periodically to stay informed about any changes.</p>
<p>Thank you for trusting OpenTalkGpt!</p>
</div>
</body>
</html>