Your Link in Bio, Elevated

Build a beautiful bio page in 60 seconds. Add all your links, pick a theme, copy the HTML.

👤 Profile
🔗 Links
🎨 Theme
Dark
Light
Violet
Forest
Sunset
Ocean
Gold
Mint
👁 Live Preview
`; document.getElementById('codeOut').textContent = generatedHTML; document.getElementById('codeSection').style.display = 'block'; document.getElementById('codeSection').scrollIntoView({behavior:'smooth',block:'nearest'}); } function copyPage() { navigator.clipboard.writeText(generatedHTML).then(()=>{ const btn = document.querySelector('.copy-btn'); btn.textContent = '✓ Copied!'; setTimeout(()=>btn.textContent='📋 Copy HTML',2000); }); } // Init renderLinks(); updatePreview();