-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (44 loc) · 1.5 KB
/
index.html
File metadata and controls
69 lines (44 loc) · 1.5 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>MrZhang.me</title>
<meta name="description" content=" " />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/stylesheets/screen.css" />
<link rel="alternate" href="/atom.xml" type="application/atom+xml" />
</head>
<body>
<!--[if IE]>
html,body{height:100%;overflow:hidden}
<div class="ie-go-away">My blog does not support the IE!</div>
<![endif]-->
<!-- 黑长直 -->
<nav class="black-long-straight">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/blog/archives">Archives</a></li>
<li><a href="/atom.xml">RSS</a></li>
<li><a href="http://switchable.mrzhang.me/" class="switchable" target="_blank">jQuery.Switchable</a></li>
<li>
<form action="http://google.com/search" method="get" target="_blank">
<input type="hidden" name="q" value="site:linuxangel.github.com" />
<input type="text" name="q" class="search" placeholder="Search" x-webkit-speech />
</form>
</li>
</ul>
</nav>
<header class="my-nickname"><em title="">wǒ_is神仙</em></header>
<section class="main-wrap clearfix">
</section>
<footer class="footer">
©2012 wǒ_is神仙
-
Powered by <a href="http://octopress.org" target="_blank">Octopress</a>
</footer>
<ul id="social-links">
</ul>
<script src="/javascripts/application.js"></script>
<iframe src="/offline-cache.html" style="display:none"></iframe>
</body>
</html>