-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-es.html
More file actions
58 lines (50 loc) · 1.97 KB
/
privacy-es.html
File metadata and controls
58 lines (50 loc) · 1.97 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
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Política de Privacidad - SpamQL</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 20px auto;
padding: 20px;
line-height: 1.6;
}
h1 { color: #6B46C1; }
h2 { color: #553C9A; margin-top: 30px; }
.back { color: #6B46C1; text-decoration: none; }
</style>
</head>
<body>
<a href="index.html" class="back">← Volver</a>
<h1>Política de Privacidad - SpamQL</h1>
<p><strong>Última actualización: Diciembre 2024</strong></p>
<h2>Resumen Simple</h2>
<p>SpamQL no recopila, almacena ni transmite ninguna información personal. Todo permanece en tu dispositivo.</p>
<h2>1. Información que NO Recopilamos</h2>
<ul>
<li>NO subimos tus contactos</li>
<li>NO rastreamos tu ubicación</li>
<li>NO guardamos tu número</li>
<li>NO compartimos datos</li>
<li>NO requiere cuenta</li>
<li>NO necesita internet</li>
</ul>
<h2>2. Permisos</h2>
<p><strong>Teléfono:</strong> Para detectar llamadas entrantes y bloquear spam.</p>
<p><strong>Notificaciones (opcional):</strong> Para avisar cuando se bloquea una llamada.</p>
<h2>3. Números de Emergencia</h2>
<p><strong>NUNCA bloqueamos:</strong> 131, 132, 133, 134, y otros números de emergencia.</p>
<h2>4. Tus Derechos</h2>
<ul>
<li>Usar la app sin dar información personal</li>
<li>Eliminar todos los datos cuando quieras</li>
<li>Desinstalar y no dejar rastro</li>
</ul>
<h2>5. Contacto</h2>
<p>Email: spamql@hotmail.com</p>
<p>Respuesta: 48-72 horas</p>
</body>
</html>