Edit color and add sound

Sound do not play because there is a security on Chrome. User need to interact with the page.
This commit is contained in:
Tchi
2021-07-04 16:37:21 +02:00
parent d29d8e649b
commit f8fd5d167b
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@
</head>
<body>
<p id="timer"></p>
<audio id="ding" src="./sounds/ding.mp3"></audio>
<script src="./js/url.js"></script>
<script src="./js/timer.js"></script>
<script src="./js/main.js"></script>