-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
38 lines (30 loc) · 1.16 KB
/
index.html
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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content="Vite" />
<meta name="manifest" content="/manifest.webmanifest" />
<meta name="theme-color" content="#1976d2" />
<meta name="color-scheme" content="light dark" />
<meta name="description" content="$" />
<meta name="author" content="$" />
<title>Loading...</title>
<link rel="icon" href="$" />
<meta property="og:title" content="$" />
<meta property="og:description" content="$" />
<meta property="og:url" content="$" />
<meta property="og:site_name" content="$" />
<meta property="og:locale" content="zh_CN" />
<meta property="og:locale:alternate" content="en_US" />
<meta property="og:locale:alternate" content="zh_TW" />
<meta property="og:type" content="website" />
<meta property="og:image" content="$" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="640" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./packages/core/ui/src/main.tsx"></script>
</body>
</html>