updated index page for personal usage
This commit is contained in:
13
index.html
13
index.html
@@ -2,7 +2,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
|
||||
<title>Vidya Intarweb Playlist - HTML5 Player</title>
|
||||
<title>dtam music playlist - HTML5 Player</title>
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
|
||||
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.min.js"></script>
|
||||
@@ -17,15 +17,11 @@
|
||||
var is_dragging_scrubber = false;
|
||||
|
||||
var PLAYLISTS = {
|
||||
'weeb': '//dtam.pw/music/main_parsed.xml',
|
||||
'VIP': '//vip.aersia.net/roster.xml',
|
||||
'Mellow': '//vip.aersia.net/roster-mellow.xml',
|
||||
'Source': '//vip.aersia.net/roster-source.xml',
|
||||
'Exiled': '//vip.aersia.net/roster-exiled.xml',
|
||||
'WAP': '//wap.aersia.net/roster.xml',
|
||||
'CPP': '//cpp.aersia.net/roster.xml',
|
||||
};
|
||||
|
||||
var DEFAULT_PLAYLIST = 'VIP';
|
||||
var DEFAULT_PLAYLIST = 'weeb';
|
||||
|
||||
function formatTimecode (seconds) {
|
||||
seconds = Math.floor (seconds);
|
||||
@@ -610,8 +606,5 @@
|
||||
|
||||
<div id='tracks-table'></div>
|
||||
|
||||
<div class='credits'>
|
||||
<a href="//aersia.net" target="_blank">playlist by Cats777</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user