-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy.html
61 lines (53 loc) · 3.71 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
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Privacy Policy for TextLLaMA, an AI-powered writing assistant. Learn how we handle your data, ensuring a secure and private experience with no personal information collected or shared.">
<meta name="keywords" content="TextLLaMA, privacy policy, AI writing assistant, data privacy, no data collection, user privacy, writing assistant, AI tool, no personal data, no data sharing, secure AI tool, privacy commitment, secure communications, data security, AI grammar tool, no login required, private usage, browser-based tool, user safety, data protection, open-source model, no third-party sharing, AI-powered extension, secure communication, text assistant, translation, grammar correction, email automation">
<meta name="author" content="TextLLaMA Team">
<title>Privacy Policy for TextLLaMA - AI Writing Assistant</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 TextLLaMA</h1>
<p>At <strong>TextLLaMA</strong>, we are committed to safeguarding your privacy and ensuring that your personal information remains protected. As an AI-powered writing assistant, we value your trust and want to ensure that your usage experience is both private and secure.</p>
<p><strong>TextLLaMA</strong> does not collect, store, or share any personal data. All interactions are processed locally on your device, and no data is transmitted to external servers. This ensures that no personal information or usage data leaves your device during interactions with the extension.</p>
<p>Your usage of <strong>TextLLaMA</strong> is entirely private. We do not collect any chat logs, user interactions, or personal details. Our extension operates solely within your browser, ensuring that no personal information is stored, and your conversations remain confidential.</p>
<p><strong>TextLLaMA</strong> does not require account creation, login credentials, or any form of personal identification. Since we do not collect or store any data, there is no risk of your information being shared with third parties or used for commercial purposes.</p>
<p>Our mission is to offer a safe and secure writing assistant experience. We guarantee that all text simplifications, grammar checks, email compositions, and translations are processed locally, directly on your device, without any need for external data transmission.</p>
<p>If you have any questions or concerns regarding our privacy practices, feel free to reach out. We are committed to providing transparency and clear communication about how we handle your data.</p>
<p class="note">This privacy policy is subject to periodic updates. Please review it regularly to stay informed about any changes.</p>
<p>Thank you for choosing <strong>TextLLaMA</strong> as your trusted AI writing assistant!</p>
</div>
</body>
</html>