-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (108 loc) · 3.68 KB
/
index.html
File metadata and controls
117 lines (108 loc) · 3.68 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html>
<head>
<title>DmxZ - I miss U</title>
<meta charset="utf-8">
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer@1.10.1/dist/APlayer.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/swiper.min.css">
</head>
<body>
<div class="swiper-container">
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="aplayer-wrap">
<h3 style="text-align: center">✨云音乐热歌榜✨</h3>
<meting-js
list-max-height="330px"
server="netease"
type="playlist"
id="3778678">
</meting-js>
</div>
</div>
<div class="swiper-slide">
<div class="aplayer-wrap">
<h3 style="text-align: center">✨云音乐飙升榜✨</h3>
<meting-js
preload="none"
list-max-height="330px"
server="netease"
type="playlist"
id="19723756">
</meting-js>
</div>
</div>
<div class="swiper-slide">
<div class="aplayer-wrap">
<h3 style="text-align: center">✨云音乐新歌榜✨</h3>
<meting-js
preload="none"
list-max-height="330px"
server="netease"
type="playlist"
id="3779629">
</meting-js>
</div>
</div>
<div class="swiper-slide">
<div class="aplayer-wrap">
<h3 style="text-align: center">✨作者网易云歌单✨</h3>
<meting-js
preload="none"
list-max-height="330px"
server="netease"
type="playlist"
id="642330848">
</meting-js>
</div>
</div>
<div class="swiper-slide">
<div class="aplayer-wrap">
<h3 style="text-align: center">✨作者QQ音乐歌单✨</h3>
<meting-js
preload="none"
list-max-height="330px"
server="tencent"
type="playlist"
id="6549744341">
</meting-js>
</div>
</div>
</div>
<div class="landing-buttons">
<a class="landing-button" target="_blank" href="https://dmx.pub" style="text-decoration:none">
作者博客
</a>
<a class="landing-button" target="_blank" href="https://dmx.pub/guestbook/" style="text-decoration:none">
给我留言
</a>
<a class="landing-button" target="_blank" href="https://dmx.pub/guestbook/" style="text-decoration:none">
推荐歌单
</a>
</div>
<footer class="footer">
<!--源码下载地址: https://github.com/a2396837/aplayer-html5-->
<p>Copyright ©2020 Design By : <a href="https://dmx.pub" style="text-decoration:none" >DmxZ</a></p>
</footer>
<script src="js/swiper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/aplayer@1.10.1/dist/APlayer.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/meting@2.0.1/dist/Meting.min.js"></script>
<script>
var mySwiper = new Swiper ('.swiper-container', {
loop: true,
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
scrollbar: {
el: '.swiper-scrollbar',
},
})
</script>
<script type="text/javascript" size="150" alpha='0.8' zIndex="-2" src="js/ribbon.js"></script>
</body>
</html>