<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>jf4ever.online</title>
<style>
  html,body{height:100%;margin:0}
  body{display:flex;align-items:center;justify-content:center;
       font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
       background:#0f0f12;color:#e8e8ea}
  .card{text-align:center;padding:2rem}
  h1{font-size:2rem;margin:0 0 .5rem;font-weight:600}
  p{margin:0;color:#9a9aa3}
</style>
</head>
<body>
  <div class="card">
    <h1>jf4ever.online</h1>
    <p>Скоро здесь что-то будет.</p>
  </div>
</body>
</html>