<!DOCTYPE html>

<html lang="de">

  <head>

    <meta charset="UTF-8" />

    <meta http-equiv="refresh" content="0; url=https://www.soulmates-duo.de" />

    <title>Weiterleitung...</title>

    <style>

      body {

        font-family: sans-serif;

        text-align: center;

        padding-top: 100px;

        background-color: #f4f4f4;

      }

      a {

        color: #0066cc;

      }

    </style>

  </head>

  <body>

    <h1>🎧 Du wirst weitergeleitet…</h1>

    <p>Falls nichts passiert, <a href="https://www.soulmates-duo.de">klicke hier</a>.</p>

  </body>

</html>