<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1,minmum-scale=1,maxmum-scale=1,user-scalable=no">
<title>404 not found</title>
<style type="text/css">
*{ padding: 0; margin: 0; }
body{ font-family:"PingFang SC","Lantinghei SC","Microsoft Yahei","Hiragino Sans GB","Microsoft Sans Serif","WenQuanYi Micro Hei",sans; color: #333; font-size: 16px; }
.system-message{padding: 30px;text-align: center;margin-top: 20%;}
.system-message h1{margin-bottom: 12px;display:block;text-align: center;}
.system-message .error{ line-height:1.2em; font-size:20px; }
.himg img{width:60px;display:inline-block;}
@media only screen and (min-width:640px) {
.himg img{width:100px;display:inline-block;}
.system-message{ padding: 24px 48px;margin-top:10%;}
.system-message .error{ line-height: 1.8em; font-size: 36px;}
}
</style>
</head>
<body>

<div class="system-message">
    <h1 class="himg"><img src="/static/ico/error.svg"></h1>
    <p class="error">404 not found</p>
</div>
</body>
</html>