-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
23 lines (23 loc) · 1.18 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
<!DOCTYPE html>
<html lang="zh" manifest="cache.manifest">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover, minimal-ui">
<meta name="application-name" content="TRPG 赛高 | 侠小然">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
<meta name="theme-color" content="#ffffff">
<meta name="description" content="关于 TRPG 好玩的工具,由侠小然开发。">
<title>TRPG 赛高 | 侠小然</title>
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="192x192" href="/favicon-192x192.png">
<link rel="apple-touch-icon-precomposed" sizes="192x192" href="/favicon-192x192.png">
<!-- 51.la 统计 -->
<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
<script>LA && LA.init({id:"3HZM2622A9qsg34R",ck:"3HZM2622A9qsg34R",autoTrack:true,hashMode:true})</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>