﻿<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>您访问的资源不见了</title>
    <style>
        * { margin: 0; padding: 0; }
        body { background-color: #f8f8f8; -webkit-font-smoothing: antialiased; }
        .error { position: absolute; left: 50%; top: 50%; width: 483px; margin: -300px 0 0 -242px; padding-top: 199px; font-size: 18px; color: #666; text-align: center; background: #f8f8f8 url(404.jpg) 0 0 no-repeat; }
        .error .remind { margin: 30px 0; }
        .error .button { display: inline-block; padding: 0 20px; line-height: 40px; font-size: 14px; color: #fff; background-color: #f8912d; text-decoration: none; }
        .error .button:hover { opacity: .9; }
    </style>
</head>

<body>
    <div class="error">
        <p class="remind">您访问的页面不存在，请返回主页！</p>
        <p><a class="button" href="/">返回主页</a></p>
    </div>
</body>
</html>