-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 1022 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (18 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="zh-CN" data-theme="dark" data-density="standard">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1280" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>EC · Enterprise Connector Admin</title>
<!-- 字体: Fraunces 显示衬线 + JetBrains Mono 等宽 + IBM Plex Sans 正文
+ Noto Sans/Serif SC/JP 中日同源 -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=IBM+Plex+Sans:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500;600&family=Noto+Sans+SC:wght@300;400;500;600&family=Noto+Sans+JP:wght@300;400;500;600&family=Noto+Serif+SC:wght@500;600&family=Noto+Serif+JP:wght@500;600&display=swap" rel="stylesheet" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>