Wiki source code of Pro White Music
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
31.1 | 1 | Final War: Glory Unending (2008) |
2 | |||
![]() |
29.1 | 3 | {{html}} |
![]() |
28.1 | 4 | <link rel="stylesheet" href="https://cdn.plyr.io/3.7.8/plyr.css" /> |
5 | <script src="https://cdn.plyr.io/3.7.8/plyr.polyfilled.js"></script> | ||
![]() |
6.1 | 6 | |
![]() |
29.1 | 7 | <audio id="player" controls style="width:100%;"> |
8 | <source src="/bin/download/Pro%20White%20Music/01%20-%20Shit%20out.mp3" type="audio/mp3" /> | ||
9 | </audio> | ||
10 | |||
11 | <script> | ||
12 | document.addEventListener('DOMContentLoaded', () => { | ||
13 | const player = new Plyr('#player'); | ||
14 | }); | ||
15 | </script> | ||
16 | {{/html}} | ||
17 |