-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (42 loc) · 1.26 KB
/
index.html
File metadata and controls
43 lines (42 loc) · 1.26 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
41
42
43
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link
rel="stylesheet"
href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css"
/>
<link
rel="stylesheet"
href="https://cubelitblade.github.io/css/fonts.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script>
// 检测所使用的浏览器是否为 Internet Explorer,如果是 Internet Explorer,跳转到提示更新浏览器的页面。
// 通过条件编译和判断 documentMode 判断是否为 Internet Explorer。
if (
/*@cc_on!@*/ false ||
(!!window.MSInputMethodContext && !!document.documentMode)
) {
window.location.href =
"https://cubelitblade.github.io/documents/zh/upgrade-your-browser.html?redirect=" +
encodeURIComponent(window.location.href);
}
</script>
<title>光刃的小站</title>
<script
type="module"
crossorigin
src="/assets/home-page/index-AGmiIQfU.js"
></script>
<link
rel="stylesheet"
crossorigin
href="/assets/home-page/index-D3It1QJp.css"
/>
</head>
<body>
<div id="app"></div>
</body>
</html>