-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 1002 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>夜未央</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keyword" content="c,PHP,memcached,PHPUnit,redis,cache,vim,zsh,shell,Java,Effective Java,笔记">
<meta name="description" content="一个IT从业人员的工作笔记和生活感悟">
<meta property="og:type" content="website">
<meta property="og:title" content="夜未央">
<meta property="og:url" content="http://kennethfan.github.io/index.html">
<meta property="og:site_name" content="夜未央">
<meta property="og:description" content="一个IT从业人员的工作笔记和生活感悟">
<meta property="og:locale">
<meta property="article:author" content="Kenneth Fan">
<meta name="twitter:card" content="summary">
<link rel="icon" href="/favicon.png">
</head>
<body>
<script>
window.onload = function() {
window.location.href = '/gitbook';
}
</script>
</body>
</html>