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> <script>
function startGame() { function startGame() {
// Redirect to another page // Redirect to another page
window.location.href = "/home.html"; window.location.href = "/bocciofila/home.html";
} }
</script> </script>
</body> </body>