-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (45 loc) · 1.74 KB
/
index.html
File metadata and controls
56 lines (45 loc) · 1.74 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0; url=https://qujiaweb.top">
<title>趣加音乐</title>
<link rel="stylesheet" href="test.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="feedback.html">反馈</a></li>
</ul>
</nav>
<div class="carousel-container">
<div class="carousel">
<div class="carousel-slide">
<img src="https://s1.imagehub.cc/images/2024/08/21/fc5582f2d57cc7b27ecd99b3190bc762.jpeg" alt="Image 1">
</div>
<div class="carousel-slide">
<img src="https://s1.imagehub.cc/images/2024/08/21/28dd093f7c5981a8fc5d2366a2f69acd.jpeg" alt="Image 2">
</div>
<div class="carousel-slide">
<img src="https://s1.imagehub.cc/images/2024/08/21/ffbfa69ddeb76af03fba126c0be4a94b.jpeg" alt="Image 3">
</div>
</div>
<div class="buttons">
<button onclick="window.location.href='https://cloud.06dn.com/s/k48lCX'">立即下载</button>
<button onclick="window.open('https://qm.qq.com/q/logPbDZGNi')">加入Q群</button>
</div>
</div>
<div class="announcement">
<h2>公告栏</h2>
<p>欢迎来到趣加音乐,当前版本0.0.4已上线!
现已支持:Android、鸿蒙
--稳定版,近期不再更新--
</p>
<button onclick="window.location.href='https://qjyy.mysxl.cn'">友情链接:趣加应用</button>
</div>
<h6>•趣味加倍科技2024</h6>
<script src="test.js"></script>
</body>
</html>