File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
honeycomb-defence/privacy Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
5
- < title > Privacy Policy</ title >
5
+ < title > Honeycomb Defence - Privacy Policy</ title >
6
6
< style >
7
7
body {
8
8
font-family : Arial, sans-serif;
14
14
margin : auto;
15
15
padding : 20px ;
16
16
}
17
+ header {
18
+ font-size : 2em ;
19
+ display : flex;
20
+ flex-wrap : wrap;
21
+ justify-content : space-between;
22
+ align-items : center;
23
+ width : 100% ;
24
+ }
25
+ .app-logo {
26
+ display : table-cell;
27
+ height : 60px ;
28
+ border-radius : 15px ;
29
+ }
17
30
h1 {
18
31
margin-top : 0 ;
19
32
}
20
33
</ style >
21
34
</ head >
22
35
< body >
23
36
< div class ="page ">
37
+ < header >
38
+ < span class ="developer-name "> JetpackApps</ span >
39
+ < span class ="app-name "> Honeycomb Defence</ span >
40
+ < img class ="app-logo " src ="honeycomb-defence.png " alt ="Honeycomb Defence ">
41
+ </ header >
42
+ < hr />
24
43
< h1 > Privacy Policy</ h1 >
25
44
< h3 > Collected Data</ h3 >
26
45
< p >
27
- This app does not collect any data.
46
+ This app saves your last three highscores on your device, but does not submit any data.
28
47
</ p >
29
48
< h3 > Changes to this Privacy Policy</ h3 >
30
49
This Privacy Policy may be updated together with newer versions of the app.
You can’t perform that action at this time.
0 commit comments