diff --git a/public/index.html b/public/index.html
index 46293a8..1301fcb 100644
--- a/public/index.html
+++ b/public/index.html
@@ -244,6 +244,27 @@
pointer-events: none;
text-align: center;
}
+
+ footer {
+ margin-top: 40px;
+ padding-top: 20px;
+ border-top: 1px solid var(--border-color);
+ text-align: center;
+ font-size: 0.9rem;
+ color: var(--text-color);
+ opacity: 0.8;
+ }
+
+ footer a {
+ color: var(--text-color);
+ text-decoration: none;
+ transition: color 0.2s;
+ }
+
+ footer a:hover {
+ color: var(--primary);
+ text-decoration: underline;
+ }
@@ -254,9 +275,12 @@
+
+
@@ -386,7 +417,9 @@
device_unknown: "Unknown Device",
default_output: "Default Output",
ipv4_unavailable: "Unavailable",
- ipv6_not_detected: "Not detected"
+ ipv6_not_detected: "Not detected",
+ privacy_policy: "Privacy Policy",
+ terms_conditions: "Terms and Conditions"
},
pt: {
app_title: "Teste de Dispositivos",
@@ -425,7 +458,9 @@
device_unknown: "Dispositivo não identificado",
default_output: "Saída Padrão",
ipv4_unavailable: "Indisponível",
- ipv6_not_detected: "Não detectado"
+ ipv6_not_detected: "Não detectado",
+ privacy_policy: "Política de Privacidade",
+ terms_conditions: "Termos e Condições"
},
es: {
app_title: "Prueba de Dispositivos",
@@ -464,7 +499,9 @@
device_unknown: "Dispositivo desconocido",
default_output: "Salida Predeterminada",
ipv4_unavailable: "No disponible",
- ipv6_not_detected: "No detectado"
+ ipv6_not_detected: "No detectado",
+ privacy_policy: "Política de Privacidad",
+ terms_conditions: "Términos y Condiciones"
}
};