diff options
author | pommicket <pommicket@gmail.com> | 2024-08-11 14:50:02 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2024-08-11 14:50:02 -0400 |
commit | c140f2975f076eb481400f1ac7fdec2d00ab73b1 (patch) | |
tree | ec1689643b0e2464885a79fa3985db41f5f31c8c /game.html | |
parent | 5196bf42c1eb82372594315da55c87e899d3ac4f (diff) |
link to miage, join link
Diffstat (limited to 'game.html')
-rw-r--r-- | game.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ <script src="game.js" async></script> </head> <body> + <div id="header"> + <a id="image-link" style="visibility: hidden;">🖼️ Link to image</a> + <a id="join-link" style="display: none;">🔗 Invite others to join</a> + </div> <div id="play-area"> </div> <div class="debug-relative"> |