Skip to content

Commit febfbcb

Browse files
committed
add two missing audios
1 parent 64194a0 commit febfbcb

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
13.1 KB
Binary file not shown.

node_modules/.deno/node_modules/commander

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

routes/_app.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ export default function App({ Component }: PageProps) {
2525
<audio id="sound11"> <source src="hiccups/11.mp3" type="audio/mpeg"> </audio>
2626
<audio id="sound12"> <source src="hiccups/12.mp3" type="audio/mpeg"> </audio>
2727
<audio id="sound13"> <source src="hiccups/13.mp3" type="audio/mpeg"> </audio>
28+
<audio id="sound14"> <source src="hiccups/14.mp3" type="audio/mpeg"> </audio>
29+
<audio id="sound15"> <source src="hiccups/15.mp3" type="audio/mpeg"> </audio>
2830
2931
<script>
3032
var x = document.getElementById("myAudio");

0 commit comments

Comments
 (0)