<!DOCTYPE html>
<html lang="fr">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>dawei67.com</title>
  <meta name="description" content="Site personnel.">
  <style>
    :root { color-scheme: light dark; }
    * { box-sizing: border-box; }
    html, body { height: 100%; margin: 0; }
    body {
      display: flex; align-items: center; justify-content: center;
      min-height: 100%; padding: 1.5rem;
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
      background: #f5f6f8; color: #1a1a1a; line-height: 1.55;
    }
    main {
      max-width: 32rem; width: 100%;
      background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px;
      padding: 2.5rem 2rem; text-align: center;
      box-shadow: 0 1px 3px rgba(0,0,0,.06);
    }
    h1 { font-size: 1.5rem; margin: 0 0 .75rem; }
    p { margin: 0; color: #4b5563; }
    @media (prefers-color-scheme: dark) {
      body { background: #0f1115; color: #e5e7eb; }
      main { background: #171a21; border-color: #262b36; box-shadow: none; }
      p { color: #9ca3af; }
    }
  </style>
</head>
<body>
  <main>
    <h1>dawei67.com</h1>
    <p>Bienvenue sur mon site personnel.</p>
  </main>
</body>
</html>
