-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
23 lines (23 loc) · 1 KB
/
privacy-policy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html lang="en">
<head>
<meta charset="utf-8">
<title>Nano Notes - Privacy Policy</title>
<meta name="viewport" content="width=device-width">
<link href="https://www.studioamanga.com/nanonotes/privacy-policy" rel="canonical">
<style>
body {font-family: -apple-system; padding-bottom: 80px; padding-left: 10px; padding-right: 10px;}
body > * {max-width:600px; margin-left: auto; margin-right: auto;}
h1 {margin-top: 80px; margin-bottom: 4px;}
</style>
</head>
<body>
<h1>Nano Notes Privacy Policy</h1>
<div><a href="https://www.studioamanga.com/nanonotes">https://www.studioamanga.com/nanonotes</a></div>
<p>Data collected by the app remains stored locally, and is never uploaded to a remote server.</p>
<ul>
<li>The app only collects the data you explicitly enter: the notes text.</li>
<li>No third-party software has access to your data.</li>
<li>Your data is deleted when you delete the app from your device.</li>
</ul>
</body>
</html>