-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 995 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 995 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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>StarChrono - 星穹事件簿</title>
<meta
name="description"
content="星穹事件簿是为《崩坏:星穹铁道》设计的版本事件预测工具,支持版本号和日期范围查询未来事件。"
/>
<meta
name="keywords"
content="星穹铁道, 星穹事件簿, 崩坏星穹, 版本预测, StarRail"
/>
<meta property="og:title" content="StarChrono - 星穹事件簿" />
<meta
property="og:description"
content="星穹事件簿是为《崩坏:星穹铁道》设计的版本事件预测工具,支持版本号和日期范围查询未来事件。"
/>
<meta property="og:type" content="website" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>