-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 900 Bytes
/
index.html
File metadata and controls
25 lines (23 loc) · 900 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>api2doc - 优雅的 API 文档工具</title>
<meta name="description" content="api2doc - 基于 OpenAPI/Swagger 的现代化 API 文档展示工具" />
<!-- 性能优化 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- DNS预解析 -->
<link rel="dns-prefetch" href="//cdn.jsdelivr.net" />
<!-- 预连接 -->
<link rel="preconnect" href="//cdn.jsdelivr.net" crossorigin />
<!-- 资源提示 -->
<link rel="prefetch" as="script" />
<link rel="stylesheet" href="/src/styles/variables.css" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>