summaryrefslogtreecommitdiff
path: root/game.html
diff options
context:
space:
mode:
Diffstat (limited to 'game.html')
-rw-r--r--game.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/game.html b/game.html
index 1c2f4e4..4bc233c 100644
--- a/game.html
+++ b/game.html
@@ -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>