mini modif main

This commit is contained in:
Bocquel Raphael 2025-01-01 19:03:53 +01:00
parent 1a122689f4
commit 582d134ec3

View file

@ -24,7 +24,7 @@
<script> <script>
document.getElementById('play-button').addEventListener('click', () => { document.getElementById('play-button').addEventListener('click', () => {
window.location.href = 'game.html'; window.location.href = 'demineur.html';
}); });
</script> </script>
</body> </body>