<!DOCTYPE html>

<html lang="fr">

<head>

  <meta charset="utf-8">

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

  <title>Yallaaa — Le Maroc, me voilà !</title>

  <style>

    body { font-family: -apple-system, sans-serif; display: flex; align-items: center; justify-content: center; min-height: 100vh; background: #fafafa; color: #1a1a1a; }

    .c { text-align: center; max-width: 400px; }

    h1 { font-size: 2.4rem; color: #D4572C; }

    p { color: #555; margin: 1rem 0; }

    a { color: #D4572C; }

    .links { font-size: 0.85rem; color: #888; }

  </style>

</head>

<body>

  <div class="c">

    <h1>Yallaaa</h1>

    <p>Le Maroc, me voilà ! 🇲🇦</p>

    <p>Bientôt sur iOS et Android.</p>

    <p class="links"><a href="/privacy.html">Confidentialité</a> · <a href="/terms.html">CGU</a></p>

  </div>

</body>

</html>