﻿<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>404错误：你访问的页面丢失了</title>
</head>
<body>
    <div style="position:relative; margin:60px auto; width:400px; height:80px; border:1px solid #cccccc; text-align:center; background-color:#ffc; padding-top:40px; color:#ff0000;">
        没有发现你要找的页面，可能不小心弄丢了！
        <p></p>
        <a href="/">返回首页</a>
    </div>
</body>
</html>
