-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
86 lines (71 loc) · 2.7 KB
/
404.html
File metadata and controls
86 lines (71 loc) · 2.7 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="CubicStone Wei" />
<title>肆零肆</title>
<link rel="shortcut icon" href="/favicon.ico">
<link href="/atom.xml" rel="alternate" title="水渍" type="application/atom+xml" />
<link rel="stylesheet" href="/media/css/style.css">
<link rel="stylesheet" href="/media/css/github.css">
<script type="text/javascript" src="/media/js/highlight.pack.js"></script>
<script type="text/javascript">
hljs.initHighlightingOnLoad();
</script>
<script type="text/javascript">
function mouseOver()
{
document.getElementById('b1').src ="/media/images/logo.png"
}
function mouseOut()
{
document.getElementById('b1').src ="/media/images/logo2.png"
}
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31950738-1']);
_gaq.push(['_setDomainName', 'multisim.me']);
_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="container">
<div id="main" role="main">
<header>
<!--<h1><a title="水渍" class="" href="/">水渍</a></h1>-->
<a href="http://multisim.me" title="水渍"
onmouseover="mouseOver()" onmouseout="mouseOut()">
<center>
<img alt="水渍" src="/media/images/logo2.png" height="72px" width="128px" id="b1" />
</a>
<br><br>
</center>
</a>
</header>
<nav>
<span><a title="archive" class="" href="/archive.html">archive</a></span>
<span><a title="tags" class="" href="/tags.html">tags</a></span>
<span><a title="about" class="" href="/about.html">about me</a></span>
<span><a title="note" class="" href="/notes.html">notes</a></span>
<span><a title="blogroll" class="" href="/links.html">links</a></span>
<span><a title="subscribe me" class="" href="/atom.xml">feed</a></span>
</nav>
<article class="content">
<section class="title">
<h2>肆零肆 </h2>
</section>
<section class="post">
<p>不是方校长干的</p>
<p><a href="/">回去看看</a></p>
</section>
</article>
<div id="copy">© 2012 CubicStone Wei | powered by jekyll and github | themed by <a href="http://lhzhang.com" title="sext iii">sext iii</a></div>
</div>
</div> <!--! end of #container -->
</body>
</html>