0 Votes

Changes for page Pro White Music

Last modified by XWikiGuest on 2025/05/07 09:35

From version 28.1
edited by Ryan C
on 2025/04/28 00:51
Change comment: There is no comment for this version
To version 29.1
edited by Ryan C
on 2025/04/28 00:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,15 @@
1 +{{html}}
1 1  <link rel="stylesheet" href="https://cdn.plyr.io/3.7.8/plyr.css" />
2 2  <script src="https://cdn.plyr.io/3.7.8/plyr.polyfilled.js"></script>
3 3  
5 +<audio id="player" controls style="width:100%;">
6 + <source src="/bin/download/Pro%20White%20Music/01%20-%20Shit%20out.mp3" type="audio/mp3" />
7 +</audio>
8 +
9 +<script>
10 +document.addEventListener('DOMContentLoaded', () => {
11 + const player = new Plyr('#player');
12 +});
13 +</script>
14 +{{/html}}
15 +