-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEnglish.html
65 lines (65 loc) · 1.73 KB
/
English.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
62
63
64
65
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<script src="js/script.js"></script>
<title>PrivacyPolicy_TurnPuzzle</title>
</head>
<body>
<h1>privacy policy</h1>
<h2>TurnPuzzle</h2>
<br>
<font color="#0075ef">
[ Acquisition of user information ]
</font>
<br>
<font color="black">
This application does not provide the user's personal information to a third party.
</font>
<br>
<font color="#0075ef">
[ Use of user information ]
</font>
<br>
<font color="black">
This application does not use the user's personal information.
</font>
<br>
<font color="#0075ef">
[ Provision of user information to a third party ]
</font>
<br>
<font color="black">
This application does not provide the user's personal information to a third party.
</font>
<br>
<font color="#0075ef">
[ Tools used ]
</font>
<br>
<font color="black">
This application uses AdMob (Google Inc.) as an advertisement distribution tool, and AdMob may automatically acquire user information. Please check the application privacy policy of the advertisement distributor for the information to be acquired, the purpose of use, provision to third parties, etc.
</font>
<br>
<font color="black">
* Google AdMob is not used in version 1.0.0
</font>
<br>
<font color="#0075ef">
[ Contact ]
</font>
<br>
<font color="black">
If you have any questions, please contact us from the Twitter account below.
</font>
<br>
<font>
<a href="https://twitter.com/LINK_0720" target="_self">Twitter</a>
</font>
<br>
</body>
</html>