We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31aac0 commit 56bfef3Copy full SHA for 56bfef3
1 file changed
index.html
@@ -29,7 +29,7 @@ <h1>Welcome to BearVsPython browser games</h1>
29
<button class="game-btn" onclick="location.href='games/minecraft/1.8.8 wasm/index.html'" target="_blank">Minecraft 1.8.8 wasm</button>
30
<button class="game-btn" onclick="location.href='games/minecraft/1.12.2 wasm/index.html'" target="_blank">Minecraft 1.12.2 wasm</button>
31
<button class="game-btn" onclick="location.href='games/snake/index.html'" target="_blank">Snake</button>
32
- <button class="game-btn" onclick="window.open('games/sandbroxels/index.html','_blank')>SandBox</button>
+ <button class="game-btn" onclick="window.open('games/sandbroxels/index.html','_blank')">SandBox</button>
33
</div>
34
35
0 commit comments