diff options
author | pommicket <pommicket@gmail.com> | 2024-08-05 22:27:12 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2024-08-05 22:27:12 -0400 |
commit | 25d63bd25f692acce6c44068e89a2c44b314e703 (patch) | |
tree | 2c5e4a844696eac4f8140a2406023e7a73250342 /game.html | |
parent | e723397672f904587d7f5f09ece187e9d1f297b1 (diff) |
Sounds
Diffstat (limited to 'game.html')
-rw-r--r-- | game.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,12 +7,14 @@ <meta content="width=device-width,initial-scale=1" name="viewport"> <link rel="icon" href="favicon.ico"> <link rel="stylesheet" href="style.css"> - <script src="game.js"></script> + <script src="game.js" async></script> </head> <body> <div id="play-area"> </div> <div class="debug-relative"> </div> + <audio id="connect-audio" src="connect.mp3"></audio> + <audio id="solve-audio" src="solve.mp3"></audio> </body> </html> |