-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (94 loc) · 3.79 KB
/
Copy pathindex.html
File metadata and controls
100 lines (94 loc) · 3.79 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>APX201首页</title>
<meta name="viewport"
content="width=device-width,
initial-scale=1.0,
minimum-scale=1.0,
maximum-scale=1.0,
user-scalable=no">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/ico" href="favicon.ico">
</head>
<body>
<h1>SPACE201:首页</h1>
<hr>
<div class="box"><!-- -->
<h3>关于此站</h3>
<p>本站是APX201的个人网站。这里展示了他的一些个人项目。</p>
</div>
<div class="box">
<h3>关于站主</h3>
<p>此处展示了站主账号链接。</p>
<table style="width:100%">
<tr>
<td>哔哩哔哩</td>
<td><a href="https://space.bilibili.com/1441611827"><button>></button></a></td>
</tr>
<tr>
<td>抖音</td>
<td><a href="https://m.douyin.com/share/user/MS4wLjABAAAAERGEJOMI4fSjHr-QcNw-_myotfnyLanXcC2HISt-ptS_MIxlJXMKDsiKf02YAp0i"><button>></button></a></td>
</tr>
<tr>
<td>快手</td>
<td><a href="https://v.kuaishou.com/KRKzkDhx/"><button>></button></a></td>
</tr>
<tr>
<td>微博</td>
<td><a href="https://weibo.com/u/7808853743"><button>></button></a></td>
</tr>
</table>
</div>
<div style="margin: 10px;"><a href="controller/index.html"><button style="width:100%;height:40px"><h3>下载布局 ↗</h3></button></a></div>
<div class="box gold"><!-- -->
<h3>感谢有你</h3>
<div class="split">
<div class="left" style="font-size:12px">2025年12月20日,站主APX201哔哩哔哩账号—不想取名的阿peng完成一万粉丝目标,感谢你的支持。</div>
<div class="right">
<img src="images/1wmedal.png" alt="">
</div>
</div>
<a href="https://b23.tv/Yo4FLRd"><button class="gold box-button">感言</button></a>
</div>
<div class="box"><!-- -->
<h3>其他项目</h3>
<p>此处展示了一些已经废弃的项目链接。</p>
<table style="width:100%;font-size:14px;">
<tr>
<td>个人MC中国版工作主页(停止维护)</td>
<td><a href="https://apx201.github.io/mcwcn"><button>></button></a></td>
</tr>
<tr>
<td>掉渣田社区官网(停止维护)</td>
<td><a href="https://apx201.github.io/fsf"><button>></button></a></td>
</tr>
</table>
</div>
<div class="update-card box" id="updateCard" style="background-color:rgba(0,0,0,0.2);padding:3px;"><!-- -->
<p class="update-title">
网站更新日志
<span class="arrow">∨</span>
</p>
<div class="update-list">
-2025013102
1.移动板块位置
2.新增键位板块
-2025013101
1. 新增1w板块
2. 新增更新日志板块
3. 新增页面动画
4. 新增按钮动画反馈
5. 徽标新增深色适配,置底处理
</div>
</div>
<div class="box" style="background-color:rgba(0,0,0,0.2);padding:0;text-align:center;"><!-- -->
<span style="font-size:10px;">APX201主页•<a href="https://github.com/apx201/apx201.github.io">github</a></span>
</div>
<button id="theme-toggle" style="border-radius: 360px;height:50px;min-width:50px;position:fixed; left:80%; bottom:20px;">⇆</button>
<img src="images/logo.png" alt="" style="width:40px;position:fixed; left:20px; bottom:20px;" class="logo">
<script src="script.js"></script>
</body>
</html>