init
This commit is contained in:
28
index.html
Normal file
28
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user