-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 Docs(custom): add instruction for how to install
- Loading branch information
1 parent
0ec50c1
commit 6d4039a
Showing
4 changed files
with
333 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Privacy Policy</title> | ||
<style> | ||
body { | ||
background-color: #f2f2f2; | ||
font-family: Arial, sans-serif; | ||
font-size: 16px; | ||
line-height: 1.6; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
h1 { | ||
font-size: 2.2rem; | ||
text-align: center; | ||
margin-top: 40px; | ||
margin-bottom: 20px; | ||
} | ||
|
||
h2 { | ||
font-size: 1.8rem; | ||
margin-top: 40px; | ||
margin-bottom: 20px; | ||
} | ||
|
||
h4 { | ||
font-size: 1.4rem; | ||
margin-top: 30px; | ||
margin-bottom: 10px; | ||
} | ||
|
||
p { | ||
margin-top: 0; | ||
margin-bottom: 20px; | ||
} | ||
|
||
ul { | ||
margin-top: 0; | ||
margin-bottom: 20px; | ||
} | ||
|
||
li { | ||
margin-left: 30px; | ||
} | ||
|
||
.container { | ||
max-width: 800px; | ||
margin: auto; | ||
padding: 20px; | ||
background-color: #fff; | ||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<h1>Privacy Policy</h1> | ||
<p> | ||
This Privacy Policy describes how we collect, use, and disclose information when you use our Word GPT Plus add-in | ||
for Microsoft Word. | ||
</p> | ||
<h2>Information We Collect</h2> | ||
<p>We may collect the following information:</p> | ||
<ul> | ||
<li>Usage Information: We may collect information about how you use Word GPT Plus, including the features you use, | ||
the prompts you generate, and the text you input into the add-in.</li> | ||
</ul> | ||
<h2>Use of Information</h2> | ||
<p>We use the information we collect to provide, maintain, and improve Word GPT Plus, including:</p> | ||
<ul> | ||
<li>To generate text based on the input provided by the user</li> | ||
<li>To customize and personalize the prompts and features available to the user</li> | ||
<li>To analyze and improve the performance and usability of Word GPT Plus</li> | ||
<li>To troubleshoot technical issues and provide customer support</li> | ||
</ul> | ||
<h2>Disclosure of Information</h2> | ||
<p>We may disclose usage information we collect to our service providers who perform services on our behalf, such as | ||
hosting, data analytics, and customer support.</p> | ||
<h2>Security</h2> | ||
<p>We take reasonable measures to protect the security of your personal information, including implementing | ||
appropriate technical and organizational measures to prevent unauthorized access, disclosure, alteration, or | ||
destruction of your personal information.</p> | ||
<h2>Access, Correction, and Deletion of Information</h2> | ||
<p>You may have the right to access, correct, or delete the personal information we hold about you. If you wish to | ||
exercise these rights, please contact us using the contact information provided below.</p> | ||
<h2>Updates to this Privacy Policy</h2> | ||
<p>We may update this Privacy Policy from time to time. If we make material changes to this policy, we will | ||
notify you by email or by posting a notice on our website prior to the effective date of the changes.</p> | ||
<h2>Contact Us</h2> | ||
<p>If you have any questions or concerns about this Privacy Policy or our data practices, please contact us at | ||
<a href="https://github.com/Kuingsmile/word-GPT-Plus" target="_blank"> https://github.com/Kuingsmile/word-GPT-Plus</a>.</p> | ||
</div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.