-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
76 lines (62 loc) · 3.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="author" content="Yang Sun" />
<meta name="copyright" content="Yang Sun" />
<title>Not Found · Yang Sun
</title>
<link href="http://yangsun.me/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Yang Sun - Full Atom Feed" />
<link href="http://yangsun.me/feeds/misc.atom.xml" type="application/atom+xml" rel="alternate" title="Yang Sun - misc Category Atom Feed" />
<link href="http://yangsun.me/feeds/personal.atom.xml" type="application/atom+xml" rel="alternate" title="Yang Sun - personal Category Atom Feed" />
<link href="http://yangsun.me/feeds/tech.atom.xml" type="application/atom+xml" rel="alternate" title="Yang Sun - tech Category Atom Feed" />
<meta name="description" content="The requested item could not be located. Perhaps you might want to check the Archives?
" />
<link rel="stylesheet" href="http://yangsun.me/theme/css/main.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
</head>
<body class="container">
<div id="nav" class="row">
<div class="six columns">
<header id="banner" class="body">
<a href="http://yangsun.me/"><img id="logo" alt="Back to the main site" src="http://yangsun.me/images/logo.png"/></a>
</header><!-- /#banner -->
</div>
<div class="six columns">
<nav id="menu"><ul>
<li><a href="http://yangsun.me/pages/about-me.html">About Me</a></li>
<li><a href="http://yangsun.me/pages/contact.html">Contact</a></li>
<li><a href="http://yangsun.me/pages/projects.html">Projects</a></li>
</ul></nav><!-- /#menu -->
</div>
</div><!-- /#nav -->
<h2>Not Found</h2>
<p>The requested item could not be located. Perhaps you might want to check
the <a href="/archives.html">Archives</a>?</p>
<footer id="contentinfo" class="row">
<div class="twelve columns">
<p id="footer-about">Copyright © 2016 - Yang Sun - Powered by <a href="http://getpelican.com/">Pelican</a>
</p><!-- /#footer-about -->
</div>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-73430239-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = 'https://ssl.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
var disqus_shortname = 'yangsunme';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>