© 2026 Hedgehog Software, LLC
function changeImage(index) { console.log(`${index+1}`); var image1 = document.getElementById("img1"); image1.src = `images/${index+1}/1.png`; }