-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (34 loc) · 2.38 KB
/
index.html
File metadata and controls
46 lines (34 loc) · 2.38 KB
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Politique de confidentialité / Privacy Policy</title>
</head>
<body style="font-family:sans-serif; max-width: 800px; margin: auto; padding: 20px;">
<h1>Politique de confidentialité (FR)</h1>
<p><strong>Nom de l'application :</strong> Fiber Link Report</p>
<p><strong>Dernière mise à jour :</strong> 13 avril 2025</p>
<p>Cette application utilise certaines fonctionnalités de l’appareil :</p>
<ul>
<li><strong>Caméra :</strong> utilisée uniquement pour permettre à l'utilisateur de prendre des photos. Les images restent stockées localement sur l'appareil et ne sont ni collectées ni partagées.</li>
<li><strong>Stockage :</strong> utilisé pour lire et enregistrer des fichiers localement sur l'appareil. Aucune donnée n'est transférée à des tiers.</li>
</ul>
<p><strong>Données personnelles :</strong> L’application ne collecte, ne stocke ni ne partage aucune donnée personnelle des utilisateurs.</p>
<p><strong>Sécurité :</strong> Aucune information n’est transmise via Internet. L'application fonctionne entièrement en local sur le téléphone.</p>
<p><strong>Modifications :</strong> Cette politique peut être mise à jour. Toute modification sera visible sur cette page.</p>
<p><strong>Contact :</strong> Pour toute question, contactez-nous à l’adresse suivante : nicodh60@gmail.com</p>
<hr style="margin: 40px 0;">
<h1>Privacy Policy (EN)</h1>
<p><strong>App name:</strong> Fiber Link Report</p>
<p><strong>Last updated:</strong> April 13, 2025</p>
<p>This application uses some device features:</p>
<ul>
<li><strong>Camera:</strong> Only used to allow the user to take pictures. The photos are stored locally on the device and are not collected or shared.</li>
<li><strong>Storage:</strong> Used to read and save files locally on the device. No data is transferred to third parties.</li>
</ul>
<p><strong>Personal data:</strong> The app does not collect, store, or share any personal user data.</p>
<p><strong>Security:</strong> No information is transmitted over the internet. The application works entirely offline on the user's phone.</p>
<p><strong>Changes:</strong> This policy may be updated. Any updates will be visible on this page.</p>
<p><strong>Contact:</strong> For any questions, please contact us at: nicodh60@gmail.com</p>
</body>
</html>