Bacover: Stoksuz E-Ticaret ile Sen de Bayimiz Ol, Kazanmaya Başla Detaylı İncele

<!DOCTYPE html>

<html lang="tr">

<head>

  <meta charset="UTF-8">

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

  <title>Üretim Ara Verme Bildirimi</title>

  <style>

    body {

      font-family: Arial, sans-serif;

      line-height: 1.6;

      max-width: 400px;

      margin: 0 auto;

      padding: 20px;

    }

    h1 {

      color: #2e86de;

    }

    label {

      display: block;

      margin-bottom: 10px;

    }

    input[type="email"] {

      width: 100%;

      padding: 10px;

      font-size: 16px;

      border: 1px solid #ccc;

      border-radius: 4px;

      margin-bottom: 20px;

    }

    input[type="submit"] {

      background-color: #2e86de;

      color: #fff;

      padding: 10px 20px;

      font-size: 16px;

      border: none;

      border-radius: 4px;

      cursor: pointer;

    }

    input[type="submit"]:hover {

      background-color: #1c5ca9;

    }

    .whatsapp-contact {

      margin-top: 40px;

    }

    .whatsapp-contact p {

      margin-bottom: 10px;

    }

  </style>

</head>

<body>

  <h1>Üretim Ara Verme Bildirimi</h1>

  <p>Üzülerek belirtmek isteriz ki, artan maliyetler sebebiyle üretime ara vermek zorunda kaldık.</p>

  <p>Sipariş almaya başladığımızda bilgi vermemizi istiyorsanız lütfen e-mail adresinizi belirtin:</p>

  <form action="#" method="post">

    <label for="email">E-mail Adresi:</label>

    <input type="email" id="email" name="email" required>

    <input type="submit" value="Bildirimi Al">

  </form>


  <div class="whatsapp-contact">

    <p>Iade ve sorularınız için lütfen aşağıdaki WhatsApp numaramızla irtibata geçin:</p>

    <p>WhatsApp: <a href="https://wa.me/905322630202" target="_blank" rel="noopener noreferrer">0532 263 0202</a></p>

  </div>

</body>

</html>


<!DOCTYPE html>

<html lang="tr">

<head>

  <meta charset="UTF-8">

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

  <title>Üretim Ara Verme Bildirimi</title>

  <style>

    body {

      font-family: Arial, sans-serif;

      line-height: 1.6;

      max-width: 400px;

      margin: 0 auto;

      padding: 20px;

    }

    h1 {

      color: #2e86de;

    }

    label {

      display: block;

      margin-bottom: 10px;

    }

    input[type="email"] {

      width: 100%;

      padding: 10px;

      font-size: 16px;

      border: 1px solid #ccc;

      border-radius: 4px;

      margin-bottom: 20px;

    }

    input[type="submit"] {

      background-color: #2e86de;

      color: #fff;

      padding: 10px 20px;

      font-size: 16px;

      border: none;

      border-radius: 4px;

      cursor: pointer;

    }

    input[type="submit"]:hover {

      background-color: #1c5ca9;

    }

    .whatsapp-contact {

      margin-top: 40px;

    }

    .whatsapp-contact p {

      margin-bottom: 10px;

    }

  </style>

</head>

<body>

  <h1>Üretim Ara Verme Bildirimi</h1>

  <p>Üzülerek belirtmek isteriz ki, artan maliyetler sebebiyle üretime ara vermek zorunda kaldık.</p>

  <p>Sipariş almaya başladığımızda bilgi vermemizi istiyorsanız lütfen e-mail adresinizi belirtin:</p>

  <form action="#" method="post">

    <label for="email">E-mail Adresi:</label>

    <input type="email" id="email" name="email" required>

    <input type="submit" value="Bildirimi Al">

  </form>


  <div class="whatsapp-contact">

    <p>Iade ve sorularınız için lütfen aşağıdaki WhatsApp numaramızla irtibata geçin:</p>

    <p>WhatsApp: <a href="https://wa.me/905322630202" target="_blank" rel="noopener noreferrer">0532 263 0202</a></p>

  </div>

</body>

</html>