29 lines
699 B
HTML
29 lines
699 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>
|
|
<link href="favicon.ico" rel="icon" type="image/png">
|
|
<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> |