mirror of
https://github.com/ssrsub/ssr.git
synced 2025-10-11 01:25:50 +08:00
Create index.html
This commit is contained in:
69
docs/index.html
Normal file
69
docs/index.html
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>SSRSub 科学上网订阅</title>
|
||||||
|
<style>
|
||||||
|
body { font-family: sans-serif; max-width: 720px; margin: 2rem auto; padding: 1rem; line-height: 1.8; }
|
||||||
|
h1, h2 { color: #333; }
|
||||||
|
code { background: #f2f2f2; padding: 2px 6px; border-radius: 4px; }
|
||||||
|
a { color: #0077cc; text-decoration: none; }
|
||||||
|
a:hover { text-decoration: underline; }
|
||||||
|
section { margin-bottom: 2rem; }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>SSRSub 科学上网订阅 & 工具导航</h1>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>📦 客户端下载</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://dafei.de/">客户端下载 @Telegram</a></li>
|
||||||
|
<li><a href="https://t.me/SSRSUB/891">备用下载链接 @Telegram</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>🌐 科学上网订阅(无需代理)</h2>
|
||||||
|
<ul>
|
||||||
|
<li>V2Ray:<code>https://gh-proxy.com/raw.githubusercontent.com/ssrsub/ssr/master/V2ray</code></li>
|
||||||
|
<li>Clash:<code>https://gh-proxy.com/raw.githubusercontent.com/ssrsub/ssr/master/Clash.yaml</code></li>
|
||||||
|
<li>Sing-box:<code>https://gh-proxy.com/raw.githubusercontent.com/ssrsub/ssr/master/SingBox.json</code></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>📡 订阅地址(需代理)</h2>
|
||||||
|
<ul>
|
||||||
|
<li>V2Ray:<code>https://raw.githubusercontent.com/ssrsub/ssr/master/V2ray</code></li>
|
||||||
|
<li>Clash:<code>https://raw.githubusercontent.com/ssrsub/ssr/master/Clash.yaml</code></li>
|
||||||
|
<li>Sing-box:<code>https://raw.githubusercontent.com/ssrsub/ssr/master/SingBox.json</code></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>🛠 工具 & 资源</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://t.me/SSRSUB/893">订阅转换器 @Telegram</a></li>
|
||||||
|
<li><a href="https://t.me/dafei_de">机场测速工具 @Telegram</a></li>
|
||||||
|
<li><a href="https://t.me/SSRSUB/892">更多资源 @Telegram</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>❤️ 公益机场</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://ssrsub.de">注册地址(公益机场)</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>🌏 Telegram 汉化设置</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://t.me/setlanguage/zhcncc">简体中文</a></li>
|
||||||
|
<li><a href="tg://setlanguage?lang=zh-hant-raw">繁體中文</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
</body>
|
||||||
|
</html>
|
Reference in New Issue
Block a user