• 05-01-2025, 21:28:49
    #1
    <!DOCTYPE html>
    <html lang="tr">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>E-Pin Satış Sitesi | Güvenilir ve Uygun Fiyatlı Ürünler</title>
    <style>
    /* Genel Stil */
    body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: transparent; /* Arka plan şeffaf yapıldı */
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    }

    /* Container Stili */
    .container {
    background-color: rgba(255, 255, 255, 0.9); /* Container arka planı yarı şeffaf */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 600px;
    width: 90%;
    animation: fadeIn 2s ease-in-out, scaleUp 1.5s ease-in-out;
    }

    /* Başlık Stili */
    h1 {
    color: #333;
    font-size: 2.5rem;
    margin-bottom: 20px;
    animation: slideIn 1s ease-in-out;
    }

    /* Paragraf Stili */
    p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
    animation: fadeIn 2.5s ease-in-out;
    }

    /* Liste Stili */
    ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    animation: slideIn 1.5s ease-in-out;
    }

    li {
    margin: 15px 0;
    font-size: 1.2rem;
    color: #444;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8); /* Liste öğeleri yarı şeffaf */
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: fadeInList 2s ease-in-out;
    }

    /* Animasyonlar */
    @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
    }

    @keyframes slideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
    }

    @keyframes scaleUp {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
    }

    @keyframes fadeInList {
    0% { opacity: 0; transform: translateX(-50px); }
    100% { opacity: 1; transform: translateX(0); }
    }

    /* Buton Stili */
    .contact-button {
    background-color: #2575fc;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    animation: fadeIn 3s ease-in-out;
    text-decoration: none; /* Link stilini kaldır */
    display: inline-block; /* Buton gibi davranması için */
    }

    .contact-button:hover {
    background-color: #6a11cb;
    transform: scale(1.05);
    }

    /* Ek Animasyonlar */
    @keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    }

    @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    }

    .animated-icon {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    animation: rotate 5s linear infinite;
    }

    .bounce-button {
    animation: bounce 1s infinite;
    }
    ```html
    </style>
    </head>
    <body>
    <div class="container">
    <h1>Merhaba Sevgili Arkadaşlar!</h1>
    <p>Birkaç gün sonra e-pin satış sitesi kuracağım. Güvenilir, sağlam, ucuz ve uygun fiyatlı ürün verecek tedarikçi arıyorum.</p>
    <h2>Tedarik Edilecek Ürünler</h2>
    <ul>
    <li>1 = STEAM RANDOM KEY</li>
    <li>2 = ChatGPT vb. Premium hesaplar</li>
    <li>3 = STEAM CD KEY</li>
    <li>4 = Oyun hesapları</li>
    </ul>
    <p>Bunları tedarik etmesi benim için yeterlidir.</p>
    <a href="https://wa.me/905449381244" class="contact-button bounce-button">İletişime Geç</a>
    </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>E-Pin Satış Sitesi | Güvenilir ve Uygun Fiyatlı Ürünler</title>
    <style>
    /* Genel Stil */
    body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: transparent; /* Arka plan şeffaf yapıldı */
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    }

    /* Container Stili */
    .container {
    background-color: rgba(255, 255, 255, 0.9); /* Container arka planı yarı şeffaf */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 600px;
    width: 90%;
    animation: fadeIn 2s ease-in-out, scaleUp 1.5s ease-in-out;
    }

    /* Başlık Stili */
    h1 {
    color: #333;
    font-size: 2.5rem;
    margin-bottom: 20px;
    animation: slideIn 1s ease-in-out;
    }

    /* Paragraf Stili */
    p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
    animation: fadeIn 2.5s ease-in-out;
    }

    /* Liste Stili */
    ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    animation: slideIn 1.5s ease-in-out;
    }

    li {
    margin: 15px 0;
    font-size: 1.2rem;
    color: #444;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8); /* Liste öğeleri yarı şeffaf */
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: fadeInList 2s ease-in-out;
    }

    /* Animasyonlar */
    @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
    }

    @keyframes slideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
    }

    @keyframes scaleUp {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
    }

    @keyframes fadeInList {
    0% { opacity: 0; transform: translateX(-50px); }
    100% { opacity: 1; transform: translateX(0); }
    }

    /* Buton Stili */
    .contact-button {
    background-color: #2575fc;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    animation: fadeIn 3s ease-in-out;
    text-decoration: none; /* Link stilini kaldır */
    display: inline-block; /* Buton gibi davranması için */
    }

    .contact-button:hover {
    background-color: #6a11cb;
    transform: scale(1.05);
    }

    /* Ek Animasyonlar */
    @keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    }

    @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    }

    .animated-icon {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    animation: rotate 5s linear infinite;
    }

    .bounce-button {
    animation: bounce 1s infinite;
    }
    </style>
  • 05-01-2025, 21:30:15
    #2
    UCUZ LİSANS TEDARİKÇİSİ🎉
    Konudaki içerikler den bi şey anlaşılmıyor.
  • 05-01-2025, 21:30:47
    #3
    stilzona adlı üyeden alıntı: mesajı görüntüle
    <!DOCTYPE html>
    <html lang="tr">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>E-Pin Satış Sitesi | Güvenilir ve Uygun Fiyatlı Ürünler</title>
    <style>
    /* Genel Stil */
    body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: transparent; /* Arka plan şeffaf yapıldı */
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    }

    /* Container Stili */
    .container {
    background-color: rgba(255, 255, 255, 0.9); /* Container arka planı yarı şeffaf */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 600px;
    width: 90%;
    animation: fadeIn 2s ease-in-out, scaleUp 1.5s ease-in-out;
    }

    /* Başlık Stili */
    h1 {
    color: #333;
    font-size: 2.5rem;
    margin-bottom: 20px;
    animation: slideIn 1s ease-in-out;
    }

    /* Paragraf Stili */
    p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
    animation: fadeIn 2.5s ease-in-out;
    }

    /* Liste Stili */
    ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    animation: slideIn 1.5s ease-in-out;
    }

    li {
    margin: 15px 0;
    font-size: 1.2rem;
    color: #444;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8); /* Liste öğeleri yarı şeffaf */
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: fadeInList 2s ease-in-out;
    }

    /* Animasyonlar */
    @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
    }

    @keyframes slideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
    }

    @keyframes scaleUp {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
    }

    @keyframes fadeInList {
    0% { opacity: 0; transform: translateX(-50px); }
    100% { opacity: 1; transform: translateX(0); }
    }

    /* Buton Stili */
    .contact-button {
    background-color: #2575fc;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    animation: fadeIn 3s ease-in-out;
    text-decoration: none; /* Link stilini kaldır */
    display: inline-block; /* Buton gibi davranması için */
    }

    .contact-button:hover {
    background-color: #6a11cb;
    transform: scale(1.05);
    }

    /* Ek Animasyonlar */
    @keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    }

    @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    }

    .animated-icon {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    animation: rotate 5s linear infinite;
    }

    .bounce-button {
    animation: bounce 1s infinite;
    }
    ```html
    </style>
    </head>
    <body>
    <div class="container">
    <h1>Merhaba Sevgili Arkadaşlar!</h1>
    <p>Birkaç gün sonra e-pin satış sitesi kuracağım. Güvenilir, sağlam, ucuz ve uygun fiyatlı ürün verecek tedarikçi arıyorum.</p>
    <h2>Tedarik Edilecek Ürünler</h2>
    <ul>
    <li>1 = STEAM RANDOM KEY</li>
    <li>2 = ChatGPT vb. Premium hesaplar</li>
    <li>3 = STEAM CD KEY</li>
    <li>4 = Oyun hesapları</li>
    </ul>
    <p>Bunları tedarik etmesi benim için yeterlidir.</p>
    <a href="https://wa.me/905449381244" class="contact-button bounce-button">İletişime Geç</a>
    </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>E-Pin Satış Sitesi | Güvenilir ve Uygun Fiyatlı Ürünler</title>
    <style>
    /* Genel Stil */
    body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: transparent; /* Arka plan şeffaf yapıldı */
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    }

    /* Container Stili */
    .container {
    background-color: rgba(255, 255, 255, 0.9); /* Container arka planı yarı şeffaf */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 600px;
    width: 90%;
    animation: fadeIn 2s ease-in-out, scaleUp 1.5s ease-in-out;
    }

    /* Başlık Stili */
    h1 {
    color: #333;
    font-size: 2.5rem;
    margin-bottom: 20px;
    animation: slideIn 1s ease-in-out;
    }

    /* Paragraf Stili */
    p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
    animation: fadeIn 2.5s ease-in-out;
    }

    /* Liste Stili */
    ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    animation: slideIn 1.5s ease-in-out;
    }

    li {
    margin: 15px 0;
    font-size: 1.2rem;
    color: #444;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8); /* Liste öğeleri yarı şeffaf */
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: fadeInList 2s ease-in-out;
    }

    /* Animasyonlar */
    @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
    }

    @keyframes slideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
    }

    @keyframes scaleUp {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
    }

    @keyframes fadeInList {
    0% { opacity: 0; transform: translateX(-50px); }
    100% { opacity: 1; transform: translateX(0); }
    }

    /* Buton Stili */
    .contact-button {
    background-color: #2575fc;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    animation: fadeIn 3s ease-in-out;
    text-decoration: none; /* Link stilini kaldır */
    display: inline-block; /* Buton gibi davranması için */
    }

    .contact-button:hover {
    background-color: #6a11cb;
    transform: scale(1.05);
    }

    /* Ek Animasyonlar */
    @keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    }

    @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    }

    .animated-icon {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    animation: rotate 5s linear infinite;
    }

    .bounce-button {
    animation: bounce 1s infinite;
    }
    </style>
    Bunu nasil basardin