You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
< html lang = "zh-CN" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width,initial-scale=1.0" >
< link rel = "icon" href = "<%= BASE_URL %>favicon.ico" >
< title > 音乐解锁 - By IXarea< / title >
< meta content = "音乐,解锁,ncm,qmc,qmc0,qmc3,qmcflac,qq音乐,网易云音乐,加密" name = "keywords" / >
< meta content = "音乐解锁 - 在任何设备上解锁已购的加密音乐!" name = "description" / >
< style >
/* Center the loader */
# loader {
position : absolute ;
left : 50 % ;
top : 50 % ;
z-index : 1010 ;
margin : -75 px 0 0 -75 px ;
border : 16 px solid #f3f3f3 ;
border-radius : 50 % ;
border-top : 16 px solid #3498db ;
width : 120 px ;
height : 120 px ;
animation : spin 2 s linear infinite ;
}
@ keyframes spin {
0 % {
transform : rotate ( 0 deg ) ;
}
100 % {
transform : rotate ( 360 deg ) ;
}
}
# loader-mask {
position : absolute ;
width : 100 % ;
height : 100 % ;
bottom : 0 ;
left : 0 ;
right : 0 ;
top : 0 ;
z-index : 1009 ;
background-color : rgba ( 242 , 246 , 252 , 0.88 ) ;
}
< / style >
< / head >
< body >
< div id = "loader-mask" >
< div id = "loader" > < / div >
< noscript >
< strong > 很抱歉, 音乐解锁需要启用JavaScript的现代浏览器! 如
< a href = "https://www.google.cn/chrome/" > Google Chrome< / a >
< a href = "https://www.firefox.com.cn/" > Mozilla Firefox< / a >
< / strong >
< / noscript >
< script >
window . onload = function ( ) {
document . getElementById ( "loader-mask" ) . remove ( ) ;
} ;
< / script >
< / div >
< div id = "app" > < / div >
<!-- built files will be auto injected -->
< / body >
< / html >