Skip to content

Instantly share code, notes, and snippets.

@ibrahimyilmaz7
Created February 16, 2026 00:56
Show Gist options
  • Select an option

  • Save ibrahimyilmaz7/5ed90d15f1a1e785f8738ee7b5450bd4 to your computer and use it in GitHub Desktop.

Select an option

Save ibrahimyilmaz7/5ed90d15f1a1e785f8738ee7b5450bd4 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abakus Privacy Policy</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>Abakus Privacy Policy</h1>
<p><strong>Last updated:</strong> February 2026</p>
<h2>Data Collection</h2>
<p>Abakus does not collect, store, or transmit any personal data. The app works entirely offline.</p>
<h2>Local Storage</h2>
<p>Your data, history stored locally on your device using Apple's frameworks. This data never leaves your device.</p>
<h2>Analytics</h2>
<p>Abakus does not use any analytics or tracking services.</p>
<h2>Third-Party Services</h2>
<p>The app does not integrate with any third-party services that collect user data.</p>
<h2>Contact</h2>
<p>Questions? Contact us at: <strong>wortschatz.app@gmail.com</strong></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment