-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeleid.html
More file actions
24 lines (22 loc) · 876 Bytes
/
beleid.html
File metadata and controls
24 lines (22 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<title>Privacybeleid</title>
<link rel="stylesheet" type="text/css" href="beleid.css">
</head>
<body>
<h1>Privacybeleid</h1>
<p>Wij respecteren de privacy van onze gebruikers en verzekeren dat persoonlijke informatie vertrouwelijk en met zorg wordt behandeld.</p>
<h2>Verzamelde informatie</h2>
<p>Onze app verzamelt geen persoonlijke informatie van gebruikers.</p>
<h2>Cookies</h2>
<p>Onze app maakt geen gebruik van cookies.</p>
<h2>Beveiliging</h2>
<p>Wij nemen alle noodzakelijke maatregelen om de veiligheid van de persoonlijke informatie van onze gebruikers te waarborgen.</p>
<h2>Contact</h2>
<p>Als u vragen of opmerkingen heeft over ons privacybeleid, neem dan gerust contact met ons op via [e-mailadres].</p>
<footer>
</footer>
</body>
</html>