Your browser does not support the video tag.
`;if (targetSection) { targetSection.innerHTML += geniallyHTML; const script = document.createElement('script'); script.async = true; script.src = "https://view.genially.com/static/embed/embed.js"; document.body.appendChild(script);} else { console.error("Target section not found!");}