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="fr"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width,initial-scale=1" /> | |
| <title>Politique de confidentialité — EpiTrack</title> | |
| <meta name="description" content="Politique de confidentialité de l'application mobile EpiTrack — suivi et gestion de crise d'épilepsie."> | |
| <style> | |
| body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; line-height:1.6; color:#111; padding:24px; max-width:900px; margin:0 auto; background:#f7f8fa; } | |
| header { background:#fff; padding:20px; border-radius:12px; box-shadow:0 1px 3px rgba(10,10,10,0.05); margin-bottom:18px; } |