
<!DOCTYPE html>
<html lang="zh-CN">

<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
    <meta name="renderer" content="webkit" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
    <meta name="format-detection" content="telephone=no" />
    <title>页面不存在--Page Not Found</title>
    <meta name="description" content="" />
    <meta name="keywords" content="" />
    <style>
        body{
            background-color: #444;
            margin: 0px;
        }
        .wrap{
            margin: auto;
            width: 480px;
        }
        a:link, a:visited, a:hover{
            color: #BBB;
            text-decoration: none;
        }
    </style>
</head>

<body>
    <div class="wrap">
        <div style="height:60px;margin-top:50px;font-size:50px;color:#FFF;">Page Not Found</div>
        <div style="height:20px;margin-top:20px;font-size:25px;color:#CC0;">学院页面好像和小咪一起溜走了...</div>
        <div style="height:20px;margin-top:20px;font-size:20px;color:#BBB;">它们去闯荡江湖了吗？</div>
        <div style="margin-top:60px;font-size:20px;color:#BBB;"><a href="javascript:void(0);" onclick="location.reload();">刷新一下(Refresh)</a>&nbsp;&nbsp;&nbsp;<a href="javascript:void(0);" onclick="window.history.back();">返回(Go back)</a>&nbsp;&nbsp;&nbsp;<a href="http://journal.whu.edu.cn">首页(Home)</a></div>
    </div>
    <img style="margin-top:200px;" src="/images/lost.gif" width="100%">
</body>
</html>