forked from AutoPiano/AutoPiano
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (45 loc) · 1.83 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="keywords" content="在线钢琴,钢琴,自学钢琴,弹钢琴,自由钢琴,piano online,钢琴曲,乐谱"/>
<meta name="description" content="自由钢琴(AutoPiano)利用HTML5技术开发的在线钢琴应用,致力于为钢琴爱好者、音乐爱好者以及文艺爱好者提供一个优雅、简洁的平台,在学习工作之余可以享受音乐的美好。">
<meta name="author" content="github@warpprism">
<link rel="shortcut icon" href="./favicon.png"/>
<title>自由钢琴 | AutoPiano</title>
<!--百度统计-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?333deb5b96cb9b2462cce6a935bb30e7";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!--百度推送-->
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
</head>
<body>
<div id="app"></div>
<!-- 360 cdn -->
<script src="//lib.baomitu.com/jquery/3.2.1/jquery.min.js"></script>
<!-- <script src="http://lib.baomitu.com/lodash.js/4.17.4/lodash.min.js"></script> -->
<!-- built files will be auto injected -->
</body>
</html>