Profil Oluşturucu

Kopyalandı!
`; const iframe = document.getElementById('preview'); iframe.srcdoc = html; } function copyHtml() { const name = document.getElementById('inpName').value || 'Ryzen'; const avatar = document.getElementById('inpAvatar').value || 'imageee.png'; const yt = document.getElementById('inpYt').value || '18fkZTtPQcY'; const discord = document.getElementById('inpDiscord').value || '1408836708807610552'; const steam = document.getElementById('inpSteam').value || '76561199429855798'; const roblox = document.getElementById('inpRoblox').value || 'W20R302'; const insta = document.getElementById('inpInsta').value || 'https://www.instagram.com/systewqs/'; const server = document.getElementById('inpServer').value || 'https://discord.gg/vD4Ewj3P'; const html = ` ${name}
Sunucumuza Katıl
${name}
${name}
♪ ˘° ψ
0 kisi gordu
`; navigator.clipboard.writeText(html).then(() => { const t = document.getElementById('toast'); t.textContent = 'HTML kopyalandı!'; t.classList.add('show'); setTimeout(() => t.classList.remove('show'), 2000); }); } generate();