Non Gamstop SlotsNew Betting Sites UkOnline Casinos Not On Gamstop

Create your HTML profile page in no time, and no code

How it works

Double-click to edit name

Double-click to edit your bio


Add a link

pCard - No-code HTML Profile Generator - Create your HTML profile page in no time, and no code | Product Hunt

\n

'; Swal.fire({title: 'Awesome!', text: "Your HTML Profile page has been successfully created!", icon: 'success', confirmButtonText: 'Download', allowOutsideClick: false }).then((result) => { downloadPage("/", headerCode + wrapperCode + bottomCode); }); } function downloadPage(filename, content) { var element = document.createElement('a'); element.setAttribute('href', 'data:html;charset=utf-8,' + encodeURIComponent(content)); element.setAttribute('download', filename); element.style.display = 'none'; document.body.appendChild(element); element.click(); document.body.removeChild(element); } function resetPage() { }