summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2024-07-07 18:31:39 -0500
committersanine <sanine.not@pm.me>2024-07-07 18:31:39 -0500
commit2c31a91ba27ea48c5db4a06be82476d26d642c7d (patch)
tree51442315c9d36e175a70fe1437ecc00cf82f0089 /index.html
parent95ee8172ae99c00efbfb1c8c105112f82711ae01 (diff)
parentc6c473e03c7b9a993ccaf28bcff2d87fbdf9c931 (diff)
add level intro messages & mergemain
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.html b/index.html
index ccd16f1..efcf387 100644
--- a/index.html
+++ b/index.html
@@ -27,6 +27,14 @@
<audio preload="auto" id="sfx-listappear" src="sounds/sfx/gui-beep/33775__jobro__1-beep-a.wav"></audio>
<div id="root"></div>
- <div id="overlay"></div>
+ <!-- <div id="overlay"></div> -->
+ <div id="footer">
+ <a target="_blank" rel="noopener noreferrer"
+ href="./help.html">🛈 help</a>
+ <a id="sound-controls" href="#">♫ sounds</a>
+ <a target="_blank" rel="noopener noreferrer"
+ href="https://sanine.net/git/hyperspace-navigator/tree/?h=main">⌘ source code</a>
+ <a id="fullscreen-toggle" href="#">∷ toggle fullscreen</a>
+ </div>
</body>
</html>