forked from Sneezry/music.163.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpopup.html
33 lines (33 loc) · 1.16 KB
/
popup.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/css/popup.css?v=1" type="text/css" rel="stylesheet" charset="utf-8" />
<script src="/js/api.js"></script>
</head>
<body>
<div class="topbar">
<div class="searchbar">
<input type="text" id="searchbox" placeholder="搜索单曲、专辑、歌单、歌手" />
</div>
<a id="playlist" href="#playlist"></a>
</div>
<div class="nav">
<a href="#new">最新专辑<div id="new"></div></a>
<a href="#rank">排行榜<div id="rank"></div></a>
<a href="#list">歌单<div id="list"></div></a>
<a href="#singer">歌手<div id="singer"></div></a>
</div>
<div id="msg"></div>
<div id="main"></div>
<div id="control" open="true">
<div id="controlswitch"></div>
<div id="controlstop"></div>
<div id="controlplay"></div>
<div id="controlnext"></div>
<div id="controlmode"></div>
<input type="range" id="controlsound" min="0" max="1" step="0.01" value="1" />
</div>
<script src="/js/popup.js"></script>
</body>
</html>