<!DOCTYPE html>
<html lang="ru">
<head>
  <meta charset="utf-8">
  <title>martyanov.site — переезжаем</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <style>
    html,body{height:100%;margin:0;background:#0a0a0a;color:#e8e8e8;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
    .wrap{display:flex;align-items:center;justify-content:center;height:100%;text-align:center;padding:20px;}
    .box{max-width:560px;}
    h1{font-weight:400;font-size:28px;margin:0 0 12px;letter-spacing:-0.5px;}
    p{opacity:0.6;line-height:1.6;font-size:15px;margin:8px 0;}
    .dot{display:inline-block;width:6px;height:6px;background:#4ade80;border-radius:50%;vertical-align:middle;margin-right:8px;animation:pulse 2s infinite;}
    @keyframes pulse{0%,100%{opacity:1;}50%{opacity:0.3;}}
  </style>
</head>
<body>
  <div class="wrap"><div class="box">
    <h1>Кит Мартьянов</h1>
    <p><span class="dot"></span>сайт переезжает на новые рельсы</p>
    <p style="margin-top:32px;font-size:13px;opacity:0.4;">скоро здесь будет новая версия</p>
  </div></div>
</body>
</html>