-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
137 lines (130 loc) · 5.19 KB
/
index.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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<title>Saplonily的小破站</title>
</head>
<body>
<div class="nav-bar">
<a class="nav-item" href="index.html">
<span class="nav-text">首页</span>
</a>
<span class="nav-item nav-right account-dropdown">
<span class="nav-text">
<span>个人账号</span>
<span class="account-dropdown-animation">→</span>
</span>
<ul class="dropdown-items">
<li>
<a href="https://space.bilibili.com/39046375" class="text" target="_blank">
Bilibili
</a>
</li>
<li>
<a href="https://www.zhihu.com/people/saplonily" class="text" target="_blank">
知乎
</a>
</li>
<li>
<a href="https://music.163.com/#/user/home?id=2074154702" class="text" target="_blank">
网易云音乐
</a>
</li>
<li>
<a href="https://twitter.com/saplonily_rst" class="text" target="_blank">
Twitter
</a>
</li>
<li>
<a href="https://discord.gg/aWWJjFZDbx" class="text" target="_blank">
Discord Server
</a>
</li>
<li>
<a href="https://steamcommunity.com/id/Saplonily" class="text" target="_blank">
Steam
</a>
</li>
<li>
<a href="https://github.com/Saplonily" class="text" target="_blank">
Github
</a>
</li>
</ul>
</span>
</div>
<div class="main-container">
<div class="card">
<h2>这里是根主页~</h2>
<hr>
<p class="little">小声: 左边那个蓝色框才是超链接标记的地方, 不是文字</p>
<h4>一些小项目</h4>
<p>
<a href="https://github.com/Saplonily/Saladim.QBot" class="main-link"></a>
- Saladim.QBot 一个底层基于 go-cqhttp 的QQ机器人 .Net C# 框架 (很久没动过了)
</p>
<p>
<a href="https://github.com/Saplonily/Saladim.SalLogger" class="main-link"></a>
- Saladim.SalLogger 一个建议用来游戏/小项目的极其轻量日志框架 (很久没动过了x2, 不过有个大重构的打算)
</p>
<p>
<a href="https://github.com/Saplonily/Salix" class="main-link"></a>
- Saladim.Salix 游戏框架, api 可能像点 XNA, 提供一套尽可能简单的游戏相关 api, WIP (而且很原始)
</p>
<h4>一些网页项目</h4>
<p>
<a href="https://github.com/Saplonily/SapWeb" class="main-link"></a>
- 本站 Github 仓库
</p>
<p>
<a href="banana2wegfan" class="main-link"></a>
- Game Banana 下载链接转 <a href="https://space.bilibili.com/13916562">WEGFan</a> 的<a href="https://celeste.weg.fan/">镜像</a>链接
</p>
<p>
<a href="celeste_mod_tutorial/index.html" class="main-link"></a>
- 蔚蓝 Code Mod 制作教程
</p>
<p>
<a href="celeste_common_issues/index.html" class="main-link"></a>
- 蔚蓝常见问题 (虽然几乎没啥动静)
</p>
<p>
<a href="celeste_wiki/index.html" class="main-link"></a>
- 蔚蓝 Wiki by <a href="https://github.com/LuckyBoy-7">Lucky_boy</a>
</p>
<h4>一些杂七杂八的玩意</h4>
<p>
<a href="homo" class="main-link"></a>
- 恶臭数字论证器 (114514 生成器(无慈悲))
</p>
</div>
</div>
</body>
<footer>
<p>
<img title="访客统计" src="https://count.getloli.com/get/@Saplonily_web?theme=moebooru" />
</p>
<p>
<span class="copyright">
<strong>2022-2025 Copyrights Saplonily.</strong> All Rights Reserved.
</span>
</p>
<p>
<span class="email-me">
<strong>Saplonily</strong> -
<a href="mailto:[email protected]" class="href-with-underline">Email me</a>
</span>
</p>
<p>
<span class="meo-icp">
<a href="https://icp.gov.moe/?keyword=20221437" class="href-with-underline" target="_blank">
萌ICP备20221437号
</a>
</span>
</p>
</footer>
</html>