-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (30 loc) · 883 Bytes
/
index.html
File metadata and controls
31 lines (30 loc) · 883 Bytes
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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="refresh" content="0; url=./user-manual/" />
<title>InternAgents 用户手册</title>
<link rel="canonical" href="./user-manual/" />
<style>
body {
display: grid;
min-height: 100vh;
place-items: center;
margin: 0;
background: #f6f8fb;
color: #172033;
font-family:
Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
a {
color: #087f8c;
font-weight: 700;
}
</style>
</head>
<body>
<p>正在打开 <a href="./user-manual/">InternAgents 用户手册</a>。</p>
</body>
</html>