-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
111 lines (95 loc) · 3.75 KB
/
404.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LIZZIE</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"/>
<link rel="stylesheet" href="/assets/style.css?v=9cec8"/>
<link rel="stylesheet" href="/assets/pygments.css?v=cedbb"/>
<link rel="alternate" type="application/rss+xml" href="/feed.xml" title="LIZZIE"/>
<script>
(function() {
var cx = '012347804910294994683:rsexabosj44';
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
})();
</script>
</head>
<body>
<!--http://vimeo.com/53043267-->
<div id="topbar"></div>
<header>
<div id="logo"><a href="/">LIZZIE</a></div>
<nav id="nav" role="navigation">
<a href="/">Home</a>
<a href="/archive.html">Archive</a>
</nav>
</header>
<div id="search">
<gcse:searchbox enableHistory="true" autoCompleteMaxCompletions="5" autoCompleteMatchType='any'></gcse:searchbox>
</div>
<div id="search-results">
<gcse:searchresults refinementStyle="link" adclient="pub-3716363443644786"></gcse:searchresults>
</div>
<div class="container">
<h1>404</h1>
<div class="entry-content">
<img alt="404" src="https://a248.e.akamai.net/assets.github.com/images/modules/pages_404/404.png" />
<style>
h1 {
visibility: hidden;
height: 0;
overflow: hidden;
}
</style>
</div>
<hr class="end" />
<div class="entry-list">
<div class="entry-item">
<time class="updated" datetime="2015-07-17T21:59:59+08:00">Jul, 17, 2015</time>
<a href="/2015/to-japan.html">霓虹国的绣球花之旅</a>
</div>
<div class="entry-item">
<time class="updated" datetime="2015-07-03T21:59:59+08:00">Jul, 03, 2015</time>
<a href="/2015/to-xiamen.html">初夏之厦门行</a>
</div>
<div class="entry-item">
<time class="updated" datetime="2015-05-11T23:59:59+08:00">May, 11, 2015</time>
<a href="/2015/2014_summary_and_2015_outlook.html">迟到的2013、2014年总结</a>
</div>
<div class="entry-item">
<time class="updated" datetime="2015-03-18T22:25:59+08:00">Mar, 18, 2015</time>
<a href="/2015/flex_boxes_cheatsheet.html">Flex Boxes Cheatsheet</a>
</div>
<div class="entry-item">
<time class="updated" datetime="2013-12-01T13:59:59+08:00">Dec, 01, 2013</time>
<a href="/2013/to-malaysia.html">深秋马来西亚之旅</a>
</div>
<div class="entry-item">
<time class="updated" datetime="2013-06-07T22:10:42+08:00">Jun, 07, 2013</time>
<a href="/2013/alipay.html">My New Life in Alipay</a>
</div>
</div>
</div>
<footer>
<hr class="end"/>
<p>©2008~2012 <a href="https://github.com/lizzie/lizzie.github.com">Liz</a> ♥ <span class="software">Powered by <a href="http://lab.lepture.com/liquidluck/">Felix Felicis 3.5</a></span></p>
</footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4419044-5']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>