<!doctype html>
<html lang="ru">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <meta name="robots" content="noindex, nofollow">
  <title>yougiler.ru</title>
  <style>
    html,body{height:100%}
    body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
      background:#0b1220;color:#e5e7eb;display:flex;align-items:center;justify-content:center}
    .card{max-width:520px;padding:40px;text-align:center}
    h1{font-size:34px;margin:0 0 12px}
    p{color:#9fb0c3;font-size:16px;line-height:1.6;margin:0}
    .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#38bdf8;margin-right:8px;vertical-align:middle}
  </style>
</head>
<body>
  <div class="card">
    <h1>yougiler.ru</h1>
    <p><span class="dot"></span>Скоро здесь что-то появится.</p>
  </div>
</body>
</html>
