wcbing-apt-repo/deb/index.html

61 lines
1.6 KiB
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 的 APT 软件源</title>
<style>
body {
text-align: center;
max-width: 600px;
margin: 0 auto;
}
a {
color: #4096ff;
text-decoration: none;
}
.code-blocks {
border: 1px solid #777;
padding: 0.8em;
border-radius: 5px;
}
.footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 1em 0;
background-color: #f1f1f1;
}
</style>
</head>
<body>
<h1>wcbing 的 APT 软件源</h1>
<h3>➕添加本仓库</h3>
<p class="code-blocks">
<code>curl -fsSL https://packages.wcbing.top/deb/add.sh | sudo sh</code>
</p>
<h3>➖移除本仓库</h3>
<p class="code-blocks">
<code>curl -fsSL https://packages.wcbing.top/deb/del.sh | sudo sh</code>
</p>
<h3>🔗相关链接</h3>
<p>
欢迎参与<a href="https://github.com/wcbing/wcbing-apt-repo">本项目</a> |
<a href="https://github.com/wcbing/wcbing-apt-repo#已收录软件">已收录软件</a>|
<a href="https://t.me/wcbing_apt_repo">更新提醒</a>
</p>
<div class="footer">
<a href="status/">日志</a> |
<a href="amd64/Packages">amd64📦</a> |
<a href="arm64/Packages">arm64📦</a>
</div>
</body>
</html>