<!doctype html>
<html lang="zh-Hant">
<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: #1f2937; background: #f6f7f9; }
    main { width: min(92vw, 560px); padding: 40px 32px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; box-shadow: 0 12px 32px rgba(15, 23, 42, .08); text-align: center; }
    h1 { margin: 0 0 16px; font-size: 28px; line-height: 1.3; }
    p { margin: 0; font-size: 18px; line-height: 1.7; }
  </style>
</head>
<body>
  <main>
    <h1>網站已移轉</h1>
    <p>本網站已移到公司內部主機。<br>如需存取，請洽管理人員。</p>
  </main>
</body>
</html>