<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TysiacRMG — wkrótce</title>
<style>
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
         background: #fff; color: #111; display: flex; align-items: center;
         justify-content: center; min-height: 100vh; }
  .wrap { text-align: center; padding: 2rem; }
  h1 { font-size: 2rem; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 0.5rem; }
  p  { font-size: 0.95rem; color: #888; margin-top: 0.75rem; }
  .dot { display: inline-block; width: 6px; height: 6px; background: #111;
         border-radius: 50%; margin: 1.5rem auto; }
</style>
</head>
<body>
<div class="wrap">
  <h1>TysiacRMG</h1>
  <div class="dot"></div>
  <p>Wkrótce.</p>
</div>
</body>
</html>