diff --git a/js/audiolist.js b/js/audiolist.js new file mode 100644 index 0000000..1abbc7f --- /dev/null +++ b/js/audiolist.js @@ -0,0 +1,15 @@ +var ap1 = new APlayer({ + element: document.getElementById('DondeCruzanCaminos'), + narrow: false, + autoplay: false, + showlrc: false, + mutex: true, + theme: '#e6d0b2', + mode: 'circulation', + music: { + title: 'Donde se cruzan los caminos', + author: 'Gonzalo Estefanía, Gestiona Radio', + url: '../mp3/DondeCruzanCaminos.mp3', + pic: '../mp3/GestionaRadio.png' + } +}); diff --git a/mp3/DondeCruzanCaminos.mp3 b/mp3/DondeCruzanCaminos.mp3 new file mode 100644 index 0000000..b69b281 Binary files /dev/null and b/mp3/DondeCruzanCaminos.mp3 differ diff --git a/mp3/GestionaRadio.png b/mp3/GestionaRadio.png new file mode 100644 index 0000000..096613c Binary files /dev/null and b/mp3/GestionaRadio.png differ