<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>xierwuyue.com</title>
<style>
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    display: flex; justify-content: center; align-items: center;
    min-height: 100vh; background: #1a1a2e; color: #e0e0e0;
    font-family: system-ui, -apple-system, sans-serif;
  }
  .card { text-align: center; padding: 3rem; }
  h1 { font-size: 2rem; margin-bottom: 1rem; color: #e94560; }
  p { opacity: 0.7; line-height: 1.8; }
  .dot { color: #e94560; }
</style>
</head>
<body>
<div class="card">
  <h1>xierwuyue<span class="dot">.</span>com</h1>
  <p>喵～这里还没想好放什么。</p>
  <!-- <p style="margin-top:1rem;font-size:0.85rem;opacity:0.4;">— 主人慢慢想，不急 —</p> -->
</div>
</body>
</html>