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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>songname</title>
<style type="text/css">
body {
background-color: #101410;
margin-top: 0px;
margin-left: 0px;
color: white;
font-family: verdana, ms sans serif;
font-weight: bold;
font-size: 9px;
}
</style>
</head>
<body bgcolor="#101410">
<center> <a style="font-size:10px;color:#FFF;" id="cc_strinfo_song_kptv" class="cc_streaminfo"> </a> <script language="javascript" type="text/javascript" src="http://87.117.228.94:2199/system/streaminfo.js"></script>
</center>
</body>
</html>
|