-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
66 lines (64 loc) · 2.72 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script type="text/javascript">
String.prototype.startWith=function(str){
var reg=new RegExp("^"+str);
return reg.test(this);
}
var o_url = window.location.href.toLowerCase();
if(o_url.startWith('http://huobazi.github.com/blog/tag')){
o_url = o_url.replace('http://huobazi.github.com/blog/tag','http://huobazi.github.com/tags');
window.location.href = o_url;
}
if(o_url.startWith('http://huobazi.github.com/20')){
o_url = o_url.replace('http://huobazi.github.com/','http://huobazi.github.com/blog/');
window.location.href = o_url;
}
if(o_url.startWith('http://huobazi.github.com/tag/')){
o_url = o_url.replace('http://huobazi.github.com/tag/','http://huobazi.github.com/tags/');
window.location.href = o_url;
}
if(o_url.startWith('http://huobazi.github.com/category')){
o_url = o_url.replace('http://huobazi.github.com/category','http://huobazi.github.com/tags');
window.location.href = o_url;
}
if(o_url.startWith('http://huobazi.github.com/page')){
o_url = o_url.replace('http://huobazi.github.com/page','http://huobazi.github.com/blog/page');
window.location.href = o_url;
}
</script>
<style type="text/css">
body { background-color: #efefef; color: #333; font-family: Georgia,Palatino,'Book Antiqua',serif;padding:0;margin:0;text-align:center; }
p {font-style:italic;}
div.dialog {
width: 490px;
margin: 4em auto 0 auto;
}
img { border:none; }
</style>
<title>The page you were looking for doesn't exist (404)</title>
</head>
<body>
<div class="dialog">
<br/><br/><br/>
<p>It looks like that page you were looking has been mislaid, sorry.<br /> Go to <a href="/">Homepage<a/></p>
<br/><br/><br/>
<div style="text-align:center; margin:0 auto;">
<iframe scrolling='no' frameborder='0' src='http://yibo.iyiyun.com/js/yibo404/key/7352' width='550' height='464' style='display:block;'></iframe>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-56321-3']);
_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>