Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 453 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 453 Bytes

html5-mp3-viewer

Edit config.json to add more audio files under "audios"

"audios": {
	"name of index": {
		"title": "Title shown above the playable audio file",
		"url": "path to the audio file"
	},
}

Addidtional settings:

"pageTitle": "Text shown at top of the tab. (Default: MP3 Viewer)",
"title": "Text shown at the top of the website. (Default: '')",
"description": "Text shown underneath the title text. (Default: '')",