forked from MeoMix/SongBuzz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackground.htm
26 lines (23 loc) · 967 Bytes
/
background.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="js/third_party/jquery-1.7.2.min.js"></script>
<script src="js/third_party/youtube-player-api-helper.js"></script>
<script src="js/third_party/date.js"></script>
<script src="js/background/background.js"></script>
<script src="js/background/player.js"></script>
<script src="js/background/playlist.js"></script>
<script src="js/background/playlists.js"></script>
<script src="js/song.js"></script>
<script src="js/playerstates.js"></script>
<script src="js/helpers.js"></script>
</head>
<body>
<textarea id="HiddenClipboard"></textarea>
<div id="MusicHolder">
<!--iframe width and height required to be >200px for proper playback functionality-->
<iframe width="640" height="390" src="http://www.youtube.com/embed/dummy?enablejsapi=1"></iframe>
</div>
</body>
</html>