File size: 310 Bytes
7eff83b
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="refresh" content="0; url=player.html">
    <title>重定向到播放器</title>
</head>
<body>
    <p>如果您没有被自动重定向,请<a href="player.html">点击这里</a>前往播放页面。</p>
</body>
</html>