<!DOCTYPE html>
<html lang="zh-CN">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>提示</title>
  <style>
    body {
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      background: #f5f5f5;
      color: #333;
    }
    p {
      font-weight: bold;
      font-size: 1.25rem;
      text-align: center;
      line-height: 1.8;
      max-width: 640px;
      padding: 0 1rem;
    }
  </style>
</head>
<body>
  <p>此域名即将过期，请在站内通知处获取新的国内直连域名。刷新后即可通过本域名访问岛站。</p>
</body>
</html>