packages/index.html
2025-02-09 19:24:21 +08:00

28 lines
641 B
HTML

<!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/repo/">wcbing 的 F-Droid 软件源</a><br />
<a href="/releases/">Github 软件</a><br />
</body>
</html>