Skip to content

Commit 7d1dd78

Browse files
committed
Added song
1 parent aaf4c57 commit 7d1dd78

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

files/la_cm.mp3

3.31 MB
Binary file not shown.

index.html

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -75,27 +75,6 @@
7575
<div id="player"></div>
7676
</div>
7777
<!-- Load JS Code-->
78-
79-
<script src = "https://www.youtube.com/iframe_api"></script>
80-
<script>
81-
var player;
82-
function onYouTubeIframeAPIReady() {
83-
player = new YT.Player('player', {
84-
height: '0',
85-
width: '0',
86-
videoId: 'Jd009xnTHQ0',
87-
playerVars: { 'autoplay': 1, 'controls': 1, 'loop': 1 },
88-
events: {
89-
'onReady': onPlayerReady }
90-
});
91-
player.nextVideo();
92-
}
93-
94-
function onPlayerReady(event) {
95-
event.target.playVideo();
96-
}
97-
98-
</script>
9978
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Snowstorm/20131208/snowstorm-min.js"></script>
10079
<script type="text/javascript" src="dist/main.js"></script>
10180
</body>

0 commit comments

Comments
 (0)