-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 916 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 916 Bytes
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">
<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="侠小然是谁?">
<meta name="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="侠小然的角色介绍">
<title>侠小然是谁?</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">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>