summaryrefslogtreecommitdiff
path: root/game.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2024-08-24 22:05:33 -0400
committerpommicket <pommicket@gmail.com>2024-08-24 22:05:33 -0400
commitb20773247f97d0edb3475c8b56ec21e4237f7842 (patch)
treef74a875ef2ec10acca06f6420e15e21d0caca5f7 /game.html
parent2cd2a3a6aa10546b0334187cb7f155f664760d43 (diff)
start single-player mode
Diffstat (limited to 'game.html')
-rw-r--r--game.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/game.html b/game.html
index 47a05a8..6965025 100644
--- a/game.html
+++ b/game.html
@@ -13,6 +13,7 @@
<div id="header">
<a href="index.html">← Back</a>
<a id="image-link" style="visibility: hidden;">🖼️ Link to image</a>
+ <button style="display: none;" id="host-multiplayer">👥 Host multiplayer puzzle</button>
<a id="join-link" style="display: none;">🔗 Invite others to join</a>
<button style="width:3em;overflow:hidden;" id="piece-size-minus">🔍−</button> <button style="width:3em;overflow:hidden;" id="piece-size-plus">🔍+</button>
</div>