-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatenschutzerklarung.html
48 lines (41 loc) · 1.48 KB
/
datenschutzerklarung.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
<html>
<head>
<meta charset="utf-8">
<title>Blaues WundAR</title>
<style>
body {
font-family: 'Arial', sans-serif;
color: #333;
margin: 0;
padding: 0;
background-color: #f4f4f4;
line-height: 1.6;
}
.container {
padding: 20px;
background-color: white;
max-width: 1200px;
margin: 20px auto;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
p {
font-size: 18px;
margin: 10px 0;
}
</style>
</head>
<body>
<div class="container">
<h2>Datenschutzerklärung App Blaues WundAR</h2>
<p>Die von der seige.digital GbR erstellte App „Blaues WundAR“ erfasst, speichert oder überträgt keinerlei Nutzerdaten.</p>
<p></p>
<p>Alle Daten, die die App Blaues WundAR bezüglich Geo-Position, GPS, Kamerabild und dergleichen verarbeitet, stammen von den Sensoren Ihres Gerätes und werden nicht aus dem Gerät herausgeleitet. Weder die seige.digital GBR noch Dritte haben Zugriff auf Ihre Daten.</p>
<p></p>
<h2>Privacy Policy App Blaues WundAR</h2>
<p>The “Blaues WundAR” app created by seige.digital GbR does not collect, store or transfer any user data.</p>
<p></p>
<p>All data processed by the Blue WundAR app regarding geo-position, GPS, camera image and the like originate from the device’s sensors and are not transferred out of the device. Neither seige.digital GBR nor third parties have access to this data.</p>
</div>
</body>
</html>