79237488

Date: 2024-11-29 14:52:13
Score: 0.5
Natty:
Report link

It could be the browser, it could be the location or it could be the typo you've made on "audio/mpeg". Add "controls" so you can check if you can play it that way and check your console for possible errors:

<audio loop autoplay controls>
    <source src="song.mp3" type="audio/mp3">
</audio>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Schiban