Update index.html

This commit is contained in:
Samir Das 2020-09-03 18:29:58 +06:00 committed by GitHub
parent c00c23030a
commit d3db1d8c39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
<body>
<div id="container" style="width: 400px; margin: 0 auto;">
<h2>It should play audio if everying went well!</h2>
<p>However, the AudioContext may not allowed to start without a user gesture. Click this text to instruct the disobedient browser you really want to listen to the audio!</p>
<p>However, the AudioContext may not allow starting the playing without a user gesture. Click this text to instruct the disobedient browser you really want to listen to the audio!</p>
</div>
<script>
window.onload = function() {