-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 1.26 KB
/
index.html
File metadata and controls
39 lines (36 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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="Keywords" content="JayZangwill,jayzangwill,Jayzangwill,Jay Zangwill" />
<meta name="baidu-site-verification" content="6M6a7EI3dO" />
<meta name="Description" content="My name is Jay Zangwill.Wellcome to my home page" />
<link rel="icon" href="/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="Jay Zangwill » Feed" href="https://www.jayzangwill.cn/atom.xml">
<title>Jay Zangwill</title>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?b8ff8e19ba74669aae805d655c799d92";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div id="app"></div>
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function(params) {
navigator.serviceWorker.register('/sw.js', {
scope: '/'
})
})
}
</script>
<script src="%placeholder%"></script>
</body>
</html>