-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (67 loc) · 2.35 KB
/
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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>Junkun Huang</title>
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="stylesheet" type="text/css" href="/css/syntax.css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://feeds.feedburner.com/lzyy">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23605311-1']);
_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>
</head>
<body>
<div id="logo"><h1><a href="/">Junkun Huang's notes</a></h1></div>
<div id="wrapper">
<div id="content" class="index">
<div id="sidebar">
<ul>
<li>
<a href="/">ARTICLES</a>
<ul>
</ul>
</li>
<li><a href="/about.html">ABOUT</a></li>
</ul>
</div>
<div id="main">
<ul class="posts">
<li><a href="">just a test</a></li>
</ul>
</div>
</div>
<div id="footer">
<div id="feed">
<div class="badget" id="github">
<a href="http://github.com/huangjunkun">
<span class="service">github</span>
<span class="info"> </span>
</a>
</div>
<div class="badget" id="twt">
<a href="http://twitter.com/junkunhuang">
<span class="service">twitter</span>
<span class="info"> </span>
</a>
</div>
<!--<div class="badget" id="feedburner">
<a href="http://feeds.feedburner.com/lzyy">
<span class="service">rss</span>
<span class="info"> </span>
</a>
</div>-->
</div>
<span style="color:#bbb;font-size:12px">Easier said than done~</span>
<p style="clear:both"></p>
</div>
</div>
</body>
</html>