Skip to content

Commit c1de4b6

Browse files
Update index.html
1 parent 244a82b commit c1de4b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

29 - Countdown Timer/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
</div>
4949
</div>
5050

51+
<audio loop preload="auto" id="sound">
52+
<source src="sound/tick-tock.mp3" />
53+
Your browser does not support the
54+
<code>audio</code> element.
55+
</audio>
56+
5157
<!-- javascript -->
5258
<script src="js/script.js"></script>
5359
</body>

0 commit comments

Comments
 (0)