<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>找不到页面(404) - 前端开发仓库</title>
<link rel="stylesheet" href="/css/base.css">
<style>
body{padding-top:180px;font-size:14px;text-align:center;}
a{color:#06f;}
a:hover{color:#00f;}
h1,
h2{font:bold 36px/60px "\5fae\8f6f\96c5\9ed1";}
h2{margin-bottom:30px;color:#090;font-size:24px;}
</style>
</head>
<body>
<h1>前端开发仓库</h1>
<h2>返回首页：<a href="http://code.ciaoca.com">http://code.ciaoca.com</a></h2>
<div id="tip">找不到网页，或者当前链接已失效</div>
<script>
setTimeout("location.href='http://code.ciaoca.com'",5000);
</script>
</body>
</html>