-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.56 KB
/
Copy pathindex.html
File metadata and controls
30 lines (30 loc) · 1.56 KB
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
<!doctype html>
<html lang="zh-hans">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="/images/maho.ico" />
<link rel="icon" sizes="72x72" href="/images/maho_72x72.ico" />
<link rel="icon" sizes="96x96" href="/images/maho_96x96.ico" />
<link rel="icon" sizes="144x144" href="/images/maho_144x144.ico" />
<link rel="apple-touch-icon-precomposed" href="/images/maho.ico" />
<link rel="mask-icon" href="/images/maho.ico" />
<link rel="manifest" href="/app.webmanifest" />
<meta name="apple-mobile-web-app-title" content="神秘面板" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="application-name" content="神秘面板" />
<meta name="description" content="神秘啊神秘~" />
<meta name="apple-mobile-web-app-status-bar-style" content="#000000" media="(prefers-color-scheme: light)" />
<meta name="apple-mobile-web-app-status-bar-style" content="#ffffff" media="(prefers-color-scheme: dark)" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)" />
<title>神秘</title>
<script src="/assets/Initialization.js"></script>
<link rel="stylesheet" href="/assets/index.css" />
<script src="/assets/index.js?v=202307250210" type="module"></script>
<script src="/assets/sw.js?v=1"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>