-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacypolicy.html
54 lines (53 loc) · 2.48 KB
/
privacypolicy.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Yesser Notes - Privacy policy</title>
<meta property="og:url" content="https://yesser-studios.github.io/Yesser-Notes.Pages/privacypolicy" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Yesser Notes privacy policy" />
<meta property="og:description" content="This policy explains how Yesser Notes collects, uses, and protects your personal information." />
<meta property="og:image" content="https://store-images.s-microsoft.com/image/apps.7531.13745855715547566.321d0027-fe90-4de3-bf28-4f21d68c52e0.05c55df6-5815-44e4-8875-e8760e1c0fb9?w=120" />
<link rel="stylesheet" href="privacypolicy.css" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<a href="index.html">Go back</a>
</nav>
<header>
<h1>Yesser Notes privacy policy</h1>
</header>
<main>
<article>
<p>
This policy explains how Yesser Notes collects, uses, and protects your personal information.
</p>
<h2>Information We Collect</h2>
<p>
The app may collect text documents that you voluntarily provide to import into Yesser Notes. The text from the documents you provide are stored on your device and are not stored online.
</p>
<h2>Use of Your Information</h2>
<p>
The app may use your personal information to import its contents into itself. The imported text is stored locally on your device and is not stored online.
</p>
<h2>Protection of Your Information</h2>
<p>
The information stored in Yesser Notes is currently not being encrypted in any way. It is stored locally on your device and is not stored online.
</p>
<h2>Your Choices</h2>
<p>
You may choose not to import text documents from your device. You may choose to permanently delete all notes stored in the app.
</p>
<h2>Changes to Our Policy</h2>
<p>
We may update our privacy policy from time to time.
</p>
<h2>Contact Us</h2>
<p>
If you have any questions or concerns about our privacy policy, please contact us at <a href="mailto:[email protected]">[email protected]</a>.
</p>
</article>
</main>
</body>
</html>