-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlk-privacy-policy.html
61 lines (50 loc) · 2.12 KB
/
lk-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
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
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<title>Privacy Policy</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" media="all" href="assets/css/normalize.css">
<link rel="stylesheet" media="all" href="assets/css/privacy.css">
<style>
body {
text-align: left;
padding: 10%;
color: #111;
}
p {
padding: 1em 3em;
}
ul, li {
text-align: left;
margin-left: 6em;
list-style-type: circle;
}
</style>
</head>
<body>
<h1>Privacy Policy - Learn Korean Hangul Alphabet (App)</h1>
<hr>
<h3>The Company</h3>
<p>
Fast Robo LLC<br>
Web: <a href="https://fastrobo.co/">fastrobo.co</a><br>
Contact: support@fastrobo.co
</p>
<h3>Types of Data collected</h3>
<p>The app (Learn Korean Hangul Alphabet) does NOT collect personal information from its users.</p>
<hr>
<h4>Changes to this privacy policy</h4>
<p>The Company reserves the right to make changes to this privacy policy at any time by giving notice to its Users on this page. It is strongly recommended to check this page often, referring to the date of the last modification listed at the bottom. If a User objects to any of the changes to the Policy, the User must cease using this Application and can request that the Company remove the Personal Data. Unless stated otherwise, the then-current privacy policy applies to all Personal Data the Company has about Users.
Information about this privacy policy</p>
<p>Last updated: Sep 21, 2021</p>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-59630267-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>