This repository was archived by the owner on Feb 25, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (29 loc) · 1.73 KB
/
index.html
File metadata and controls
34 lines (29 loc) · 1.73 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
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GitHub 仓库转 Markdown | GitHub Repository to Markdown</title>
<!-- SEO Meta Tags -->
<meta name="description" content="在线将 GitHub 仓库转换为单一 Markdown 文档的工具。支持文件过滤、实时预览和在线编辑。无需本地克隆,直接在浏览器中完成转换。" />
<meta name="keywords" content="GitHub,Markdown,在线转换,文档转换,代码文档,WebContainer,在线工具" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="GitHub 仓库转 Markdown | GitHub Repository to Markdown" />
<meta property="og:description" content="在线将 GitHub 仓库转换为单一 Markdown 文档的工具。支持文件过滤、实时预览和在线编辑。" />
<meta property="og:type" content="website" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="GitHub 仓库转 Markdown | GitHub Repository to Markdown" />
<meta name="twitter:description" content="在线将 GitHub 仓库转换为单一 Markdown 文档的工具。支持文件过滤、实时预览和在线编辑。" />
<!-- Additional Meta Tags -->
<meta name="robots" content="index, follow" />
<meta name="author" content="ming" />
<meta name="language" content="zh-CN" />
<link href="https://cdn.jsdelivr.net/npm/antd@5.12.5/dist/reset.css" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>