<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Document</title>
  <style>
    html,
    body {
      height: 100%;
      width: 100%;
      overflow: hidden;
      background: #f1f4f6;
    }

    .container {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .container .img {
      width: 100%;
      height: 256px;
    }

    .container .message {
      text-align: center;
      color: grey;
    }
  </style>
</head>

<body>
  <div class="container">
    <div class="container2">
      <div class="img">
        <img src="/publish/studio/img/404.png" />
      </div>
      <div class="message">
        <h2>
          您所访问的页面随神州十二去太空了！
        </h2>
      </div>
    </div>
  </div>
</body>

</html>
