web/public/index.html

71 lines
2.2 KiB
HTML
Raw Normal View History

2019-07-03 14:50:04 +00:00
<!DOCTYPE html>
<html lang="zh-CN">
<head>
2019-07-03 14:50:04 +00:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
2019-11-09 16:59:13 +00:00
<script>var _paq = window._paq || [];
2019-09-14 12:43:57 +00:00
_paq.push(['trackPageView'], ['enableLinkTracking'], ['setSiteId', '2'],
['setTrackerUrl', 'https://stats.ixarea.com/ixarea-stats/report']);
</script>
<script async src="https://stats.ixarea.com/ixarea-stats.js"></script>
<title>音乐解锁 - By IXarea</title>
<meta content="音乐,解锁,ncm,qmc,qmc0,qmc3,qmcflac,qq音乐,网易云音乐,加密" name="keywords"/>
<meta content="音乐解锁 - 在任何设备上解锁已购的加密音乐!" name="description"/>
<style>
#loader {
position: absolute;
left: 50%;
top: 50%;
z-index: 1010;
margin: -75px 0 0 -75px;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#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>
2019-07-03 14:50:04 +00:00
<noscript>
2019-09-17 16:21:18 +00:00
<img alt=""
2019-11-09 16:59:13 +00:00
src="https://stats.ixarea.com/ixarea-stats/report?idsite=2&rec=1&action_name=音乐解锁+-+By+IXarea"
style="border:0"/>
2019-07-03 14:50:04 +00:00
</noscript>
2019-11-09 16:59:13 +00:00
<strong>音乐解锁采用了一些新特性!建议使用
2019-11-09 17:30:11 +00:00
<a target="_blank" href="https://www.google.cn/chrome/">Google Chrome</a>
<a target="_blank" href="https://www.firefox.com.cn/">Mozilla Firefox</a>
| <a target="_blank" href="https://github.com/ix64/unlock-music/wiki/使用提示">使用提示</a>
2019-09-17 16:21:18 +00:00
</strong>
</div>
<div id="app"></div>
</body>
2019-07-03 14:50:04 +00:00
</html>