forked from LibrarySimplified/library-simplified-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bklynprivacypolicy.html
23 lines (20 loc) · 966 Bytes
/
bklynprivacypolicy.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>Brooklyn Public Library 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 SimplyE app makes it easy for you to access free ebook titles in just a few short steps. SimplyE is consistent with Brooklyn Public Library’s privacy policy, which can be found at <a href="http://www.bklynlibrary.org/policy/privacy-statement">http://www.bklynlibrary.org/policy/privacy-statement</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 Brooklyn Public Libary deliver e-book content.</p>
</div>
</body>
</html>