Some changes were made for a MVP

This commit is contained in:
2025-08-16 20:05:18 +02:00
parent 140a129114
commit 9bda8a066b
4 changed files with 12 additions and 8 deletions

View File

@@ -32,7 +32,7 @@
setInterval(() => {
index = (index + 1) % images.length;
document.getElementById("images").src = images[index];
}, 1000);
}, 10000);
});
</script>
</body>