add noscript tag

This commit is contained in:
traumschule 2019-04-11 21:12:43 -07:00 committed by ron
parent 2d28e8041f
commit d7f83aa393

View File

@ -81,6 +81,7 @@ ws.onmessage = function(msg){
} }
} }
</script> </script>
<noscript>Please enable javascript to use the audio player.</noscript>
</body> </body>
</html> </html>