<!DOCTYPE html>
<html>
  <head>
    <title>页面不存在_小胖传播</title>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.0" />
    <style type="text/css">
      html,body {
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
      }
      .flex-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      .error-bg {
        width:100%;
        height: 100%;
      }
      .error-bg a {
        position: relative;
        top: -40px;
      }
    </style>
  </head>
  <body>
    <div class="error-bg flex-center">
      <a href="/"><img src="/images/errorimg.png"></a>
    </div>  
  </body>
</html>