<!DOCTYPE html>

<html lang="zh-CN">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>ioiSmart</title>

  <style>

    body { font-family: system-ui, sans-serif; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; background: #f5f5f5; }

    .box { text-align: center; padding: 2rem; }

    h1 { color: #333; }

    p { color: #666; }

  </style>

</head>

<body>

  <div class="box">

    <h1>ioiSmart</h1>

    <p>Coming soon.</p>

  </div>

</body>

</html>