Skip to content

Commit

Permalink
Create privacy.html
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshM84 authored Nov 10, 2024
1 parent 1fbbf4c commit 9c449a1
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions privacy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>

0 comments on commit 9c449a1

Please sign in to comment.