forked from LibrarySimplified/library-simplified-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacypolicy.html
23 lines (20 loc) · 984 Bytes
/
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
<html language="english">
<head>
<meta name="viewport" content="initial-scale=1.0" />
<meta charset="utf-8">
<title>SimplyE Privacy Statement</title>
<style type="text/css">
body {
font-family: "Avenir Next", "Verdana", sans-serif;
background-color: #FAFAFA;
margin: 24px
}
</style>
</head>
<body>
<div>
<strong>Simply E Privacy Statement</strong>
<p>The New York Public Library’s SimplyE app makes it easy for you to access more than 120,000 free ebook titles in just a few short steps. SimplyE is consistent with NYPL’s privacy policy, which can be found at <a href="https://www.nypl.org/help/about-nypl/legal-notices/privacy-policy">https://www.nypl.org/help/about-nypl/legal-notices/privacy-policy</a>. We encourage you to read it carefully. In keeping with our privacy policy, the Library may provide your personal information as well as usage data to third-party providers who help NYPL deliver ebook content.</p>
</div>
</body>
</html>