forked from stilleshan/subweb
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (41 loc) · 1.6 KB
/
Copy pathindex.html
File metadata and controls
42 lines (41 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta
name="description"
content="Subconverter Web - 在线订阅转换工具,支持 Clash、Quantumult X、Surge、V2Ray 等主流客户端格式。"
/>
<meta
name="keywords"
content="订阅转换, subconverter, subweb, clash, quantumult x, surge, v2ray, OpenClash, Mihomo, clash.meta, clash-verge, 代理, 梯子, 科学上网, 机场"
/>
<meta property="og:title" content="Subconverter Web - 在线订阅转换" />
<meta property="og:description" content="功能强大的在线订阅转换工具,支持多种格式互转。" />
<meta property="og:type" content="website" />
<link rel="icon" type="image/svg+xml" href="%BASE_URL%subconverter-extended-light.svg" />
<link
rel="icon"
type="image/svg+xml"
href="%BASE_URL%subconverter-extended-light.svg"
media="(prefers-color-scheme: light)"
/>
<link
rel="icon"
type="image/svg+xml"
href="%BASE_URL%subconverter-extended-dark.svg"
media="(prefers-color-scheme: dark)"
/>
<title>Subconverter Web - 在线订阅转换</title>
</head>
<body>
<noscript>
<strong>Subconverter Web 需要启用 JavaScript 才能运行,请在浏览器设置中启用后重试。</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>