🔗 Link in Bio Generator

Create a beautiful link-in-bio page in seconds. Free, no signup, no limits. Download as standalone HTML.

Profile

Links

Theme

Live Preview

`; const blob = new Blob([page], {type: 'text/html'}); const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; a.download = 'links.html'; a.click(); URL.revokeObjectURL(url); } // Init preview updatePreview();