forked from HZFE/HZFEStudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (58 loc) · 2.32 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>HZFEStudio</title>
<meta name="theme-color" content="#2066C2">
<link rel="manifest" href="static/manifest.json" />
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="apple-touch-icon" href="/static/img/icons/icon.png"/>
<meta name="google-site-verification" content="fvDCndlG_Fq3upBEaBUSEZTA2p3QV5YhoJC11o0pRn4" />
<meta name="description" content="HZFEStudio 官方网站">
<meta property="og:image" content="https://hzfe.org/static/img/icons/icon.png" />
<meta property="og:site_name" content="HZFEStudio" />
<meta property="og:type" content="object" />
<meta property="og:title" content="HZFEStudio" />
<meta property="og:url" content="https://hzfe.org" />
<meta property="og:description" content="HZFEStudio 官方网站" />
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c7cd0fd77ac518cc6ef46461cdc9524b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111105357-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111105357-3');
</script>
</head>
<body>
<noscript>Oops, Please Enable JavaScript.</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script
data-ad-client="ca-pub-8692571309441735"
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('sw.js', {scope: '/'})
.then(function(reg) {
console.log('HZFEStudio sw started! ⸜(* ॑꒳ ॑* )⸝');
}).catch(function(error) {
// registration failed
console.log('Registration failed ・゜・(PД`q。)・゜・ ');
});
}
</script>
</body>
</html>