-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
35 lines (35 loc) · 1.81 KB
/
Copy pathterms.html
File metadata and controls
35 lines (35 loc) · 1.81 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terminos — InteeBuild</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header class="topbar">
<div class="brand"><span class="logo"><img src="./assets/icon.svg" width="20" height="20" alt="IB"></span><div class="brand-txt"><strong>InteeBuild</strong><small>web a APK/AAB</small></div></div>
<a href="./index.html" class="btn ghost">Volver</a>
</header>
<main style="max-width:800px">
<h1>Terminos de Servicio</h1>
<p class="hint">Ultima actualizacion: 11 de septiembre de 2026</p>
<section class="card">
<h2>Uso permitido</h2>
<p>Puedes usar InteeBuild para convertir sitios propios o con autorizacion en aplicaciones Android. Eres responsable de respetar derechos de autor, marcas y politicas de Google Play.</p>
<h2>Limitaciones</h2>
<ul>
<li>Limite de 10 builds por hora por IP.</li>
<li>HTML maximo 500 KB e icono maximo 5 MB.</li>
<li>No usar URLs privadas, localhost o endpoints de metadata.</li>
<li>No subir contenido ilegal, malicioso o que infrinja derechos de terceros.</li>
</ul>
<h2>Compilacion</h2>
<p>La compilacion se ejecuta en GitHub Actions en el repositorio que configures. El servicio no garantiza tiempo de compilacion ni disponibilidad continua de GitHub.</p>
<h2>Responsabilidad</h2>
<p>El APK generado es responsabilidad del usuario. Verifica permisos, firma y cumplimiento de politicas de Play Console antes de publicar.</p>
</section>
</main>
<footer><span>InteeBuild</span><span class="sep">·</span><a href="./privacy.html">Privacidad</a><span class="sep">·</span><a href="./terms.html">Terminos</a><span class="sep">·</span><a href="./license.html">Licencia</a></footer>
</body>
</html>