<!DOCTYPE html>

<html lang="es">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Susy Creator — Próximamente</title>

  <style>

    * { margin: 0; padding: 0; box-sizing: border-box; }

    body {

      background: #000;

      color: #fff;

      font-family: -apple-system, sans-serif;

      display: flex;

      align-items: center;

      justify-content: center;

      min-height: 100vh;

      text-align: center;

    }

    h1 { font-size: 2rem; margin-bottom: 1rem; }

    p { color: #888; font-size: 1rem; }

  </style>

</head>

<body>

  <div>

    <h1>susycreator.com</h1>

    <p>Próximamente / Coming soon</p>

  </div>

</body>

</html>