'Aframe audio doesn't work (using localhost treid using assets) ; if I view page source the file is found and played

tried the following with local host xampp and no sound, if view source sound turns on; all other stuff works with localhost,

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>VRStudyBible</title>`enter code here`
<meta name="description" content="Cursor - A-Frame">
<script src="js/aframe.min.js"></script>
</head>
<body>
<source src='Bereishit.MP3' type='audio/mp3'>
</body>
</html>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source