Last active
February 22, 2026 19:10
-
-
Save ibrahimyilmaz7/a9ddf537b9d0cd0b370964e7f2249e09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="de"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Wortschatz Datenschutzerklaerung</title> | |
| <style> | |
| body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; max-width: 600px; margin: 40px auto; padding: 20px; line-height: 1.6; } | |
| h1 { font-size: 24px; } | |
| h2 { font-size: 18px; margin-top: 24px; } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Wortschatz Datenschutzerklaerung</h1> | |
| <p><strong>Zuletzt aktualisiert:</strong> Januar 2026</p> | |
| <h2>Datenerhebung</h2> | |
| <p>Wortschatz erhebt, speichert oder uebertraegt keine personenbezogenen Daten. Die App funktioniert vollstaendig offline.</p> | |
| <h2>Lokale Speicherung</h2> | |
| <p>Deine gespeicherten Woerter, Sammlungen und Lernfortschritte werden lokal auf deinem Geraet mit Apple-Frameworks gespeichert. Diese Daten verlassen dein Geraet nicht.</p> | |
| <h2>Analyse</h2> | |
| <p>Wortschatz verwendet keine Analyse- oder Tracking-Dienste.</p> | |
| <h2>Drittanbieter-Dienste</h2> | |
| <p>Die App integriert keine Drittanbieter-Dienste, die Nutzerdaten sammeln.</p> | |
| <h2>Kontakt</h2> | |
| <p>Fragen? Kontaktiere uns unter: <strong>wortschatz.app@proton.me</strong></p> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment