${content}`; const blob = new Blob([fullHTML],{type:'text/html'}); const a = document.createElement('a'); a.href = URL.createObjectURL(blob); a.download = 'terms-of-service.html'; a.click(); } $('#toolbar').innerHTML = ` `; generate(); GZ.renderToolPage({ category: 'text', titleKey: 'toolTitle', descKey: 'toolDesc', howToSteps: ['step1','step2','step3'], related: [ {icon:'📜', href:'/text/cookie-policy-generator.html', name:'Cookie Policy'}, {icon:'📜', href:'/text/privacy-policy-generator.html', name:'Privacy Policy'}, {icon:'📜', href:'/text/disclaimer-generator.html', name:'Disclaimer'}, {icon:'📜', href:'/text/contact-page-generator.html', name:'Contact Page'}, ] });