0 Votes

Changes for page ProWhiteMusicPlayer

Last modified by Ryan C on 2025/04/28 01:43

From version 21.1
edited by Ryan C
on 2025/04/28 01:05
Change comment: There is no comment for this version
To version 23.1
edited by Ryan C
on 2025/04/28 01:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,6 +2,8 @@
2 2  <link rel="stylesheet" href="https://cdn.plyr.io/3.7.8/plyr.css" />
3 3  <script src="https://cdn.plyr.io/3.7.8/plyr.polyfilled.js"></script>
4 4  
5 +<h2 style="text-align:center;">Final War: Glory Unending (2008)</h2>
6 +
5 5  <select id="tracklist" onchange="changeTrack()" style="width:100%; margin-bottom: 20px; padding: 8px;">
6 6   <option value="">🎵 Select a track...</option>
7 7   <option value="/bin/download/Pro%20White%20Music/ProWhiteMusicPlayer/WebHome/01%20-%20Shit%20out.mp3">01 - Shit Out</option>
... ... @@ -18,6 +18,7 @@
18 18   <option value="/bin/download/Pro%20White%20Music/ProWhiteMusicPlayer/WebHome/12%20-%20Defenders%20of%20the%20Reich.mp3">12 - Defenders of the Reich</option>
19 19   <option value="/bin/download/Pro%20White%20Music/ProWhiteMusicPlayer/WebHome/13%20-%20Glory%20unending.mp3">13 - Glory Unending</option>
20 20   <option value="/bin/download/Pro%20White%20Music/ProWhiteMusicPlayer/WebHome/14%20-%20Pulled%20over%20+%20Verstecktes%20Lied%20(Suddenly).mp3">14 - Pulled Over + Verstecktes Lied (Suddenly)</option>
23 + <!-- (etc all your songs) -->
21 21  </select>
22 22  
23 23  <audio id="player" controls style="width:100%;">
... ... @@ -42,4 +42,3 @@
42 42  }
43 43  </script>
44 44  {{/html}}
45 -