-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms-es.html
More file actions
65 lines (54 loc) · 2.28 KB
/
terms-es.html
File metadata and controls
65 lines (54 loc) · 2.28 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
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Términos de Servicio - 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; }
.warning {
background: #FFF3CD;
padding: 15px;
border-left: 4px solid #FFC107;
margin: 20px 0;
}
</style>
</head>
<body>
<a href="index.html" class="back">← Volver</a>
<h1>Términos de Servicio - SpamQL</h1>
<p><strong>Última actualización: Diciembre 2024</strong></p>
<h2>1. Aceptación</h2>
<p>Al usar SpamQL, aceptas estos términos. Si no estás de acuerdo, no uses la app.</p>
<h2>2. Descripción del Servicio</h2>
<p>SpamQL bloquea llamadas de prefijos 600 y 809 en Chile. Funciona localmente en tu dispositivo.</p>
<div class="warning">
<strong>⚠️ IMPORTANTE:</strong><br>
• Algunos números 600 legítimos pueden bloquearse (bancos, servicios)<br>
• Agrega números importantes a tu lista blanca<br>
• No garantizamos bloqueo 100% efectivo<br>
• No somos responsables por llamadas perdidas
</div>
<h2>3. Sin Garantías</h2>
<p>La app se proporciona "TAL CUAL" sin garantías de ningún tipo.</p>
<h2>4. Limitación de Responsabilidad</h2>
<p>No somos responsables por daños indirectos, pérdida de llamadas importantes, o cualquier otro daño.</p>
<h2>5. Números de Emergencia</h2>
<p><strong>NUNCA bloqueamos:</strong> 131, 132, 133, 134, y otros números de emergencia.</p>
<h2>6. Privacidad</h2>
<p>No recopilamos datos. Todo queda en tu dispositivo.</p>
<h2>7. Ley Aplicable</h2>
<p>Estos términos se rigen por las leyes de Chile.</p>
<h2>8. Contacto</h2>
<p>Email: spamql@hotmail.com</p>
</body>
</html>