This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
404.html
87 lines (81 loc) · 3.05 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="金氧的博客" />
<meta name="keywords" content="金氧,Node.js,高洋,Lamb,博客" />
<title>金氧</title>
<link type="image/x-icon" rel="icon" href="favicon.ico" />
<link type="image/x-icon" rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="css/light.css" />
<link rel="stylesheet" type="text/css" href="javascript/prettify/prettify.css" />
<script type="text/javascript" src="javascript/prettify/prettify.js"></script>
<script type="text/javascript" src="javascript/jquery/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="javascript/index.js"></script>
</head>
<body>
<div id="nav">
<ul>
<li><a href="index.html">首 页</a></li>
<li><a href="book.html">小试Node</a></li>
<li><a href="sand.html">点 滴</a></li>
<li><a href="about.html">关 于</a></li>
</ul>
</div>
<div id="head">
<h1>金氧</h1>
<h2>在java与node间挣扎徘徊</h2>
</div>
<div class="main">
<div id="right">
<h3>友情链接</h3>
<ul>
<li>
<a href="http://lamb.b3log.org/" title="沉默<>羔羊" target="_blank">
<img alt="lamb" src="http://www.google.com/s2/u/0/favicons?domain=lamb.b3log.org">
</a>
<a href="http://lamb.b3log.org/" title="沉默<>羔羊" target="_blank">
沉默<>羔羊
</a>
</li>
<li>
<a href="http://www.nodeclipse.org/" title="nodeclipse" target="_blank">
<img alt="nodeclipse" src="http://www.google.com/s2/u/0/favicons?domain=www.nodeclipse.org">
</a>
<a href="http://www.nodeclipse.org/" title="nodeclipse" target="_blank">
nodeclipse
</a>
</li>
</ul>
</div>
<div id="content">
<div id="article">
<pre>
<code id="fuck">
var fuck = '方滨兴';
console.log(fuck == 404);
// true
</code>
</pre>
</div>
</div>
</div>
<div id="foot">
<p>© 2012
<img src="image/sina_logo_16.png" alt="LOGO_16x16.png" />
<a href="http://weibo.com/lambsand" target="_blank">@金氧</a>
| Powered by <a href="https://github.com/lambgao/solo" target="_blank">Solo</a></p>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31142564-1']);
_gaq.push(['_setDomainName', 'mynah.org']);
_gaq.push(['_trackPageview']);
(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>