Spaces:
Running
Running
cutechicken
commited on
Update index.html
Browse files- index.html +4 -2
index.html
CHANGED
@@ -916,5 +916,7 @@ function startBossStage() {
|
|
916 |
document.getElementById('bossButton').style.display = 'none';
|
917 |
bgm.src = 'BGM.ogg';
|
918 |
startCountdown();
|
919 |
-
}
|
920 |
-
|
|
|
|
|
|
916 |
document.getElementById('bossButton').style.display = 'none';
|
917 |
bgm.src = 'BGM.ogg';
|
918 |
startCountdown();
|
919 |
+
}
|
920 |
+
</script>
|
921 |
+
</body>
|
922 |
+
</html>
|