-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
20 lines (20 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
<title>maimai DX 查分器</title>
<meta name="description" content="一个简单的舞萌 DX & 中二节奏国服查分器,玩家可以查看并管理自己的成绩,同时也有公共的 API 接口供开发者获取玩家的成绩数据。" />
<meta name="keywords" content="maimai,maimai DX,舞萌,舞萌 DX,CHUNITHM,中二,中二节奏,查分,查分器,查分网站,传分,传分器,传分网站" />
<meta name="author" content="落雪咖啡屋" />
</head>
<body>
<noscript>
<strong>您的浏览器不支持 JavaScript 或者 JavaScript 被禁用了,请启用 JavaScript 以正常使用本网站。</strong>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>