-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
19 lines (19 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="referrer" content="never">
<meta name = "viewport" content ="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"/>
<meta content="飞飞音乐" name="keywords"/>
<meta content="飞飞音乐是中国音乐门户之一,为你提供海量正版高品质音乐,权威的音乐榜单,新歌速递,契合你的主题电台,人性化的歌曲搜索,让你更快地找到喜爱的音乐,带给你全新音乐体验。" name="description"/>
<title data-n-head="true">飞飞音乐</title>
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico">
</head>
<body>
<div id="app"></div>
<script>function bye(){let info = document.querySelector('.el-message--info');info.parentNode.removeChild(info)}</script>
</body>
</html>