<!doctype html>
<html lang="zh-CN">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>网站已迁移</title>
  <style>
    body {
      margin: 0;
      min-height: 100vh;
      display: grid;
      place-items: center;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: #172033;
      background: #f6f7f9;
    }
    main {
      width: min(92vw, 520px);
      padding: 32px;
      border: 1px solid #d9dee8;
      background: #fff;
      box-shadow: 0 16px 48px rgba(22, 31, 52, 0.12);
    }
    h1 {
      margin: 0 0 14px;
      font-size: 24px;
      font-weight: 700;
    }
    p {
      margin: 0 0 24px;
      font-size: 16px;
      line-height: 1.7;
    }
    a {
      display: inline-block;
      padding: 12px 18px;
      color: #fff;
      background: #1769e0;
      text-decoration: none;
      font-weight: 600;
    }
  </style>
</head>
<body>
  <main>
    <h1>网站已迁移</h1>
    <p>网站已迁移到 www.fengangwang.com 提供排刀服务。</p>
    <a href="https://www.fengangwang.com/">前往 www.fengangwang.com</a>
  </main>
  <script>
    alert("网站已迁移到 www.fengangwang.com 提供排刀服务。");
  </script>
</body>
</html>