diff options
author | sanine <sanine.not@pm.me> | 2024-07-07 11:59:23 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2024-07-07 11:59:23 -0500 |
commit | f549c7e2fc520fff17ddfe868267c28ef91bf822 (patch) | |
tree | c38634aa0b5d3fff4a181684cca07d7fc0adb1ee /index.html | |
parent | a4d923659f49ccd44e1d6bd09804ba658ca34ac4 (diff) |
add sound controls and fullscreen
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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> |