Skip to content

Commit e7ca301

Browse files
committed
Update Privacy Policy with developer name and app name
1 parent 305b01e commit e7ca301

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed
8.22 KB
Loading

honeycomb-defence/privacy/index.html

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1">
5-
<title>Privacy Policy</title>
5+
<title>Honeycomb Defence - Privacy Policy</title>
66
<style>
77
body {
88
font-family: Arial, sans-serif;
@@ -14,17 +14,36 @@
1414
margin: auto;
1515
padding: 20px;
1616
}
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+
}
1730
h1 {
1831
margin-top: 0;
1932
}
2033
</style>
2134
</head>
2235
<body>
2336
<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/>
2443
<h1>Privacy Policy</h1>
2544
<h3>Collected Data</h3>
2645
<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.
2847
</p>
2948
<h3>Changes to this Privacy Policy</h3>
3049
This Privacy Policy may be updated together with newer versions of the app.

0 commit comments

Comments
 (0)