-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.42 KB
/
Copy pathindex.html
File metadata and controls
40 lines (39 loc) · 1.42 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
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Access-Control-Allow-Origin" content="*" />
<!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/images/icon/favicon.ico" />
<link rel="apple-touch-icon" href="/images/icon/apple-touch-icon.png" />
<link rel="bookmark" href="/images/icon/apple-touch-icon.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="200x200"
href="/images/icon/apple-touch-icon.png"
/>
<meta name="keywords" content="HomePage" />
<meta name="author" content="HomePage" />
<meta name="theme-color" content="#424242" />
<title></title>
<!-- HarmonyOS Sans -->
<link rel="stylesheet" href="/font/harmonyos/regular.css" />
<!-- IE Out -->
<script>
if (/*@cc_on!@*/ false || (!!window.MSInputMethodContext && !!document.documentMode))
window.location.href =
"https://support.dmeng.net/upgrade-your-browser.html?referrer=" +
encodeURIComponent(window.location.href);
</script>
</head>
<body>
<!-- 主体内容 -->
<div id="app"></div>
<!-- noscript -->
<noscript>
<div style="text-align: center">Please enable JavaScript</div>
</noscript>
<script type="module" src="/src/main.ts"></script>
</body>
</html>