-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
38 lines (35 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>music_web</title>
<!--<link rel="stylesheet" href="//at.alicdn.com/t/font_vxfazjfis3zhncdi.css">-->
<link rel="stylesheet" href="https://peterq.cn/hybrid/leomusic/static/css/animation.css">
<link rel="stylesheet" type="text/css" href="http://music.peterq.cn/static/css/iconfont.css">
<script src="/cordova.js"></script>
<style>
*{
padding: 0;
margin: 0;
text-decoration: none;
box-sizing: border-box;
position: relative;
}
@font-face
{
font-family: youyuan;
src: url(/static/font/youyuan.ttf);
}
@-webkit-keyframes roll /* Safari 与 Chrome */
{
0% {transform:rotate(0deg);}
100% {transform:rotate(360deg);}
}
</style>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>