<!DOCTYPE html>
<html lang='en' >

<head>
    <meta charset='UTF-8'>
    <meta name="viewport"
          content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <title>错误页面</title>
    <link rel="shortcut icon" href="../image/favicon.ico">
</head>

<body>
    <img style="display:block; margin: 20% auto 0px; height: auto; width: 76%; max-width:800px;" src="../image/bg.png" alt="" />
    <p style="text-align: center; font-size: 14px; color: #acb1b6; margin-top:20px">访问的数据不存在</p>
</body>

</html>