This commit is contained in:
Francesco Mecca 2023-07-07 11:08:00 +02:00
parent c7c8990fb0
commit 7025589597

View File

@ -27,7 +27,7 @@
<script>
function startGame() {
// Redirect to another page
window.location.href = "/home.html";
window.location.href = "/bocciofila/home.html";
}
</script>
</body>