\n' + $('#output').innerHTML + ''], { type: 'text/html' }); const a = document.createElement('a'); a.href = URL.createObjectURL(blob); a.download = 'refund-policy.html'; a.click(); }; build(); GZ.renderToolPage({ category: 'text', titleKey: 'toolTitle', descKey: 'toolDesc', howToSteps: ['step1', 'step2', 'step3', 'step4'], related: [ {icon:'🔒', href:'/text/privacy-policy-generator.html', name:'Privacy Policy'}, {icon:'📋', href:'/text/terms-of-service-generator.html', name:'Terms of Service'}, {icon:'🍪', href:'/text/cookie-policy-generator.html', name:'Cookie Policy'}, {icon:'⚖️', href:'/text/disclaimer-generator.html', name:'Disclaimer'}, ] });