FactuLove

FactuLove

Facturación Veri*Factu · Orden HAC/1177/2024

PHP + MySQL · Servidor propio · Conforme AEAT

Aviso Legal Política de Privacidad Términos y Condiciones Política de Cookies © 2026 FactuLove · Software Veri*Factu RD 1007/2023
function togglePwd(i,ic){const inp=document.getElementById(i);const icon=document.getElementById(ic);inp.type=inp.type==='password'?'text':'password';icon.className=inp.type==='password'?'fas fa-eye':'fas fa-eye-slash';} document.getElementById('loginEmail').focus();