-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
21 lines (21 loc) · 1.06 KB
/
Copy pathprivacy.html
File metadata and controls
21 lines (21 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy Policy</title>
<link rel="icon" href="pwa/favicon.svg">
<style>
body { max-width: 40rem; margin: 4rem auto; padding: 0 1.5rem; font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.7; color: #111; }
h1 { font-size: 1.6rem; margin-bottom: .5rem; }
p { margin: 1rem 0; }
a { color: inherit; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p>This account sign-in (Sign in with Apple, Google, GitHub, or X) is used only to identify you within the app you're signing into. We store your email address and a unique account ID. We don't sell or share this data with third parties.</p>
<p>Apps in this network (co-stanza, roost, litigate, lexly, and others under heyitsmejosh.com) share a common sign-in system, so signing in once may apply across related apps you use.</p>
<p>To delete your account and data, contact <a href="mailto:trommatic@icloud.com">trommatic@icloud.com</a>.</p>
</body>
</html>