Fix syntax error of wrong use of self-closing HTML tag

Firefox complaint about this in the source code view:
This commit is contained in:
rugk
2018-02-15 02:36:05 +01:00
committed by GitHub
parent 9e614a54da
commit ba7991deba

View File

@@ -72,6 +72,6 @@
<source src="media/busy.ogg" type="audio/ogg" />
<source src="media/busy.mp3" type="audio/mpeg" />
</audio>
<audio id="remoteAudio"/>
<audio id="remoteAudio"></audio>
</body>
</html>