<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>页面找不到</title>
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <style>
  body {
    background-color: #26c6da;
    color: #FFF;
    text-align: center;
    font-family: arial, sans-serif;
    margin: 0;
    font-size:1.2em;
  }
  
  div.dialog{
    margin:20% auto 0 auto;
    background:url(/images/dinosaur.png) left center no-repeat;
    height:260px;
    width: 15em;
    text-align:left;
    padding-left:380px;
  }
  
  a{color:#fff;text-decoration:none;border:1px solid #fff;display:block;float:right;padding:4px 16px;}
  a:hover{background:#55eafd;}
  </style>
</head>

<body>

  <!-- This file lives in public/404.html -->
  <div class="dialog">
    <div>
      <h1>页面没有了</h1>
      <p>你要找的页面已不在这里<br>
      或者是打开的方式不对<br>
      总而言之</p>
    </div>
    <p>请回到首页重新开始</p>
    <a href="/" class="btn">返回</a>
  </div>

</body>
</html>
