This commit is contained in:
2025-02-09 17:45:14 +08:00
commit a0bc379a54
4 changed files with 151 additions and 0 deletions

28
index.html Normal file
View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="color-scheme" content="light dark">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>wcbing 的软件源</title>
<style>
body {
text-align: center;
}
a {
color: #4096ff;
text-decoration: none;
}
</style>
</head>
<body>
<h1>wcbing 的软件源</h1>
<a href="/deb/">wcbing 的 APT 软件源</a><br />
<a href="/fdroid/">wcbing 的 F-Droid 软件源</a><br />
<a href="/releases/">Github 软件</a><br />
</body>
</html>