https://antenasport.online/

Submitted URL:
https://antenasport.online/
Report Finished:

The outgoing links identified from the page

LinkText
https://discord.gg/QRX4xzExvtDISCORD

JavaScript Variables · 14 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
copyToClipboardfunction
_Hasyncobject
Alpineobject
closure_lm_288903object
chfhfunction
chfh2function

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://antenasport.online/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<html lang="en"><head><script src="//e.dtscout.com/e/?v=1a&amp;pid=5200&amp;site=1&amp;l=https%3A%2F%2Fantenasport.online%2F&amp;j=" async="" type="text/javascript"></script><script type="text/javascript" async="" src="//s10.histats.com/js15_as.js"></script></head><body class="bg-gray-100 text-gray-900"><iframe frameborder="0" width="200px" height="30px" id="4796500020000382793317312" allow="autoplay" src="https://st.chatango.com/h5/gz/r0924241845/id.html" style="z-index: 2147483647; position: fixed; inset: auto 0px 0px auto;"></iframe><center>


<p style="text-align: center;"><span style="color: #ff0000;"><strong>YOUR SPORT PORTAL FOR LIVESTREAMING EVENTS</strong></span></p> 


<a href="https://antenasport.online/channels.php"><button class="button-85" role="button">CHANNELS</button></a>  
<a href="https://antenasport.online/index2.txt"><button class="button-85" role="button">SCHEDULE</button></a>
<a href="https://antenasport.online/premierstream.php"><button class="button-85" role="button">PREMIER LEAGUE</button></a>
<a href="https://antenasport.online/laligastream.php"><button class="button-85" role="button">LA LIGA</button></a>
<a href="https://antenasport.online/serieastream.php"><button class="button-85" role="button">SERIE A</button></a>
<a href="https://antenasport.online/greekstream.php"><button class="button-85" role="button">SUPERLIGA</button></a>
<a href="https://antenasport.online/skysportsnewzealand.php"><button class="button-85" role="button">SKY SPORTS NZ</button></a>
<a href="https://discord.gg/QRX4xzExvt"><button class="button-85" role="button">DISCORD</button></a>


</center>

<center><p class="font-bold text-yellow-800">Important Notice:</p>
                    <p>All "ex" channels will be online at the start of the event. They are SD 600kbps.</p>
                </center>
          





    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Antenasport.online - Live TV Schedule</title>
    <style>
        .center {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            gap: 10px;
        }
        .button-85 {
            display: inline-block;
            padding: 0.5em 1em;
            font-size: 1em;
            font-weight: bold;
            text-align: center;
            color: white;
            background-color: #007BFF;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            text-decoration: none;
        }
        .button-85:hover {
            background-color: #0056b3;
        }
    </style>


    








  
 <style>
        .image-container {
            text-align: center;
        }
        .image-container img {
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px; / spatiu intre imagini /
        }
    </style>
    <div class="image-container">
           </div>






    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Antenasport.online - Live TV Schedule</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
    <link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@500&amp;display=swap" rel="stylesheet">
    <style>
        h2 {
            color: #0066cc;
            margin-bottom: 10px;
        }

        input {
            font-family: 'Exo 2', sans-serif;
        }

        .event {
            border: 1px solid #ccc;
            margin-bottom: 20px;
            padding: 15px;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .event p {
            margin: 0;
            line-height: 2;
        }

        .event a {
            color: #fd6161;
            text-decoration: none;
            font-weight: bold;
        }

        .event a:hover {
            text-decoration: underline;
        }

        #schedule {
            margin: 20px;
            /* background-color: #f4f4f4; */
            color: #333;
            font-family: 'Exo 2', sans-serif;
        }

        .copy-button {
            font-family: 'Exo 2', sans-serif;
            cursor: pointer;
            background-color: #fd6161;
            border: none;
            color: white;
            padding: 2px 8px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin-left: 10px;
            border-radius: 5px;
        }
    </style>









    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
    <script src="https://cdn.jsdelivr.net/npm/[email protected]" defer=""></script>
    <script>
        function copyToClipboard(elementId, button) {
            var copyText = document.getElementById(elementId);
            copyText.select();
            copyText.setSelectionRange(0, 99999); // For mobile devices

            navigator.clipboard.writeText(copyText.value).then(function() {
                button.textContent = 'Copied!';
                setTimeout(function() {
                    button.textContent = 'Copy';
                }, 2000);
            });
        }
    </script>



    <div class="container mx-auto p-4">
        <form method="GET" class="mb-4 grid grid-cols-1 gap-4 md:grid-cols-2">
            <div>
                <select name="sport" class="w-full p-2 border border-gray-300 rounded-md">
                    <option value="">All Sports</option>
                                            <option value="Cricket">Cricket</option>
                                            <option value="Snooker">Snooker</option>
                                            <option value="Volleyball">Volleyball</option>
                                            <option value="Football">Football</option>
                                            <option value="Tennis">Tennis</option>
                                            <option value="Ice Hockey">Ice Hockey</option>
                                            <option value="Basketball">Basketball</option>
                                            <option value="" selected=""></option>
                                            <option value="Handball">Handball</option>
                                            <option value="Baseball">Baseball</option>
                                            <option value="American Football">American Football</option>
                                            <option value="Basketball 3x3">Basketball 3x3</option>
                                            <option value="Aussie rules">Aussie rules</option>
                                            <option value="MMA">MMA</option>
                                            <option value="Netball">Netball</option>
                                            <option value="Rugby Union">Rugby Union</option>
                                            <option value="Futsal">Futsal</option>
                                    </select>
            </div>
            <div>
                <select name="tournament" class="w-full p-2 border border-gray-300 rounded-md">
                    <option value="">All Tournaments</option>
                                            <option value="VGVzdCBTZXJpZXM=">Test Series</option>
                                            <option value="SW50ZXJuYXRpb25hbCBDaGFtcGlvbnNoaXAgLSBRdWFsaWZpY2F0aW9ucw==">International Championship - Qualifications</option>
                                            <option value="UGx1c0xpZ2E=">PlusLiga</option>
                                            <option value="QUZDIENoYW1waW9ucyBMZWFndWU=">AFC Champions League</option>
                                            <option value="QUZDIC0gQ2hhbXBpb25zIExlYWd1ZSAtIFdlc3Q=">AFC - Champions League - West</option>
                                            <option value="Q2hhbGxlbmdlciAtIEJ1ZW5vcyBBaXJlcyAoQVJHKQ==">Challenger - Buenos Aires (ARG)</option>
                                            <option value="Q2hhbGxlbmdlciAtIEJ1ZW5vcyBBaXJlcyAoQVJHKSAtIFF1YWxpZmljYXRpb25z">Challenger - Buenos Aires (ARG) - Qualifications</option>
                                            <option value="Q2hhbGxlbmdlciAtIE1vdWlsbGVyb24gbGUgQ2FwdGlmIChGUkEp">Challenger - Mouilleron le Captif (FRA)</option>
                                            <option value="U3VwZXIgTGln">Super Lig</option>
                                            <option value="MS5MaWdh">1.Liga</option>
                                            <option value="TGlnYSBQb3J0dWdhbCAy">Liga Portugal 2</option>
                                            <option value="SVRGIChXKSAtIFJhbmNobyBTYW50YSBGZSAoVVNBKSAtIFF1YWxpZmljYXRpb25z">ITF (W) - Rancho Santa Fe (USA) - Qualifications</option>
                                            <option value="U3dlZGVuIC0gRGl2aXNpb24gMSAtIFNvZHJh">Sweden - Division 1 - Sodra</option>
                                            <option value="VHVya2V5IC0gMS4gTGln">Turkey - 1. Lig</option>
                                            <option value="U3dlZGVuIC0gRGFtYWxsc3ZlbnNrYW4gKFcp">Sweden - Damallsvenskan (W)</option>
                                            <option value="QnVsZ2FyaWEgLSBQYXJ2YSBMaWdh">Bulgaria - Parva Liga</option>
                                            <option value="UHJpbWVyYSBDIE1ldHJvcG9saXRhbmE=">Primera C Metropolitana</option>
                                            <option value="SXNyYWVsIC0gUHJlbWllciBMZWFndWU=">Israel - Premier League</option>
                                            <option value="UG9sYW5kIC0gSSBMaWdh">Poland - I Liga</option>
                                            <option value="U3dlZGVuIC0gQWxsc3ZlbnNrYW4=">Sweden - Allsvenskan</option>
                                            <option value="RGVubWFyayAtIFN1cGVybGlnYQ==">Denmark - Superliga</option>
                                            <option value="U3VwZXIgTGVhZ3Vl">Super League</option>
                                            <option value="R3JlZWNlIC0gU3VwZXIgTGVhZ3Vl">Greece - Super League</option>
                                            <option value="UG9sYW5kIC0gRWtzdHJha2xhc2E=">Poland - Ekstraklasa</option>
                                            <option value="QUJBIExlYWd1ZQ==">ABA League</option>
                                            <option value="U3dlZGVuIC0gU3VwZXJldHRhbg==">Sweden - Superettan</option>
                                            <option value="U3dlZGVuIC0gQ3Vw">Sweden - Cup</option>
                                            <option value="VXJ1Z3VheSAtIFNlZ3VuZGEgRGl2aXNpb24=">Uruguay - Segunda Division</option>
                                            <option value="SXRhbHkgLSBTZXJpZSBC">Italy - Serie B</option>
                                            <option value="RmFyb2UgSXNsYW5kcyAtIFByZW1pZXIgTGVhZ3Vl">Faroe Islands - Premier League</option>
                                            <option value="SDJIIC0gR0cgTGVhZ3VlIE1peGVk">H2H - GG League Mixed</option>
                                            <option value="UGVydSAtIFByaW1lcmEgRGl2aXNpb24gLSBDbGF1c3VyYQ==">Peru - Primera Division - Clausura</option>
                                            <option value="Um9tYW5pYSAtIFN1cGVyTGlnYQ==">Romania - SuperLiga</option>
                                            <option value="TGlnYSAxIEJldGFubw==">Liga 1 Betano</option>
                                            <option value="Q2hhbGxlbmdlciAtIFRpYnVyb24gKFVTQSkgLSBRdWFsaWZpY2F0aW9ucw==">Challenger - Tiburon (USA) - Qualifications</option>
                                            <option value="R2VybWFueSAtIEJCTA==">Germany - BBL</option>
                                            <option value="TmV0aGVybGFuZHMgLSBFZXJzdGUgRGl2aXNpZQ==">Netherlands - Eerste Divisie</option>
                                            <option value="SXJlbGFuZCAtIFByZW1pZXIgRGl2aXNpb24=">Ireland - Premier Division</option>
                                            <option value="Q3JvYXRpYSAtIFByZW1pamVyIGxpZ2E=">Croatia - Premijer liga</option>
                                            <option value="U3VwZXJsaWdh">Superliga</option>
                                            <option value="U3BhaW4gLSBMYSBMaWdhIDI=">Spain - La Liga 2</option>
                                            <option value="TGFMaWdhIDEgMiAz">LaLiga 1 2 3</option>
                                            <option value="SXRhbHkgLSBTZXJpZSBDIC0gR3IuQw==">Italy - Serie C - Gr.C</option>
                                            <option value="SXRhbHkgLSBTZXJpZSBDIC0gR3IuQg==">Italy - Serie C - Gr.B</option>
                                            <option value="TGlndWUgMg==">Ligue 2</option>
                                            <option value="U2VyaWUgQQ==">Serie A</option>
                                            <option value="SXRhbHkgLSBTZXJpZSBDIC0gR3IuQQ==">Italy - Serie C - Gr.A</option>
                                            <option value="UG9ydHVnYWwgLSBMaWdhIEJQSSAoVyk=">Portugal - Liga BPI (W)</option>
                                            <option value="TGlnYSBCUEkgV29tZW4=">Liga BPI Women</option>
                                            <option value="TGEgTGlnYQ==">La Liga</option>
                                            <option value="Qm9saXZpYSAtIERpdmlzaW9uIFByb2Zlc2lvbmFsIC0gQ2xhdXN1cmE=">Bolivia - Division Profesional - Clausura</option>
                                            <option value="UHJlbWllciBMZWFndWU=">Premier League</option>
                                            <option value="TGlnYSBQb3J0dWdhbA==">Liga Portugal</option>
                                            <option value="SWNlbGFuZCAtIFVydmFsc2RlaWxkIC0gQ2hhbXBpb25zaGlwIFJvdW5k">Iceland - Urvalsdeild - Championship Round</option>
                                            <option value="UG9ydHVnYWwgLSBQcmltZWlyYSBMaWdh">Portugal - Primeira Liga</option>
                                            <option value="QXJnZW50aW5hIC0gUHJpbWVyYSBOYWNpb25hbA==">Argentina - Primera Nacional</option>
                                            <option value="RWN1YWRvciAtIFNlcmllIEE=">Ecuador - Serie A</option>
                                            <option value="VVNBIC0gTUxC">USA - MLB</option>
                                            <option value="Q29sb21iaWEgLSBQcmltZXJhIEEgLSBDbGF1c3VyYQ==">Colombia - Primera A - Clausura</option>
                                            <option value="Q2hpbGUgLSBQcmltZXJhIERpdmlzaW9u">Chile - Primera Division</option>
                                            <option value="Q2hhbGxlbmdlciAtIFRpYnVyb24gKFVTQSk=">Challenger - Tiburon (USA)</option>
                                            <option value="TGlnYSBQcm9mZXNpb25hbA==">Liga Profesional</option>
                                            <option value="QXJnZW50aW5hIC0gTGlnYSBQcm9mZXNpb25hbA==">Argentina - Liga Profesional</option>
                                            <option value="SmFtYWljYSAtIFByZW1pZXIgTGVhZ3Vl">Jamaica - Premier League</option>
                                            <option value="VVNBIC0gTkhMIC0gUHJlc2Vhc29u">USA - NHL - Preseason</option>
                                            <option value="VXJ1Z3VheSAtIFByaW1lcmEgRGl2aXNpb24gLSBDbGF1c3VyYQ==">Uruguay - Primera Division - Clausura</option>
                                            <option value="TkZM">NFL</option>
                                            <option value="Q2FuYWRpYW4gUHJlbWllciBMZWFndWU=">Canadian Premier League</option>
                                            <option value="SVRGIChNKSAtIENhaXJucyAoQVVTKSAtIFF1YWxpZmljYXRpb25z">ITF (M) - Cairns (AUS) - Qualifications</option>
                                            <option value="Q2FuYWRhIC0gUHJlbWllciBMZWFndWU=">Canada - Premier League</option>
                                            <option value="Q29sb21iaWEgLSBQcmltZXJhIEIgLSBDbGF1c3VyYQ==">Colombia - Primera B - Clausura</option>
                                            <option value="TkhM">NHL</option>
                                            <option value="SUNDIFdvcmxkIEN1cCAtIEVhc3QgQXNpYS1QYWNpZmljIC0gUXVhbGlmaWNhdGlvbnM=">ICC World Cup - East Asia-Pacific - Qualifications</option>
                                            <option value="SVRGIChXKSAtIENhaXJucyAoQVVTKSAtIFF1YWxpZmljYXRpb25z">ITF (W) - Cairns (AUS) - Qualifications</option>
                                            <option value="SVRGIChXKSAtIFllb25nd29sIChLT1Ip">ITF (W) - Yeongwol (KOR)</option>
                                            <option value="SVRGIChXKSAtIENhaXJucyAoQVVTKSAtIERvdWJsZXM=">ITF (W) - Cairns (AUS) - Doubles</option>
                                            <option value="SVRGIChNKSAtIENhaXJucyAoQVVTKSAtIERvdWJsZXM=">ITF (M) - Cairns (AUS) - Doubles</option>
                                            <option value="V1RBIC0gQmVpamluZyAoQ0hOKQ==">WTA - Beijing (CHN)</option>
                                            <option value="V1RBIC0gQmVpamluZyAoQ0hOKSAtIERvdWJsZXM=">WTA - Beijing (CHN) - Doubles</option>
                                            <option value="SVRGIChXKSAtIENhaXJucyAoQVVTKQ==">ITF (W) - Cairns (AUS)</option>
                                            <option value="SVRGIChNKSAtIENhaXJucyAoQVVTKQ==">ITF (M) - Cairns (AUS)</option>
                                            <option value="V1RBIDEyNSAtIEhvbmcgS29uZyAoQ0hOKSAtIERvdWJsZXM=">WTA 125 - Hong Kong (CHN) - Doubles</option>
                                            <option value="QVRQIC0gU2hhbmdoYWkgKENITikgLSBRdWFsaWZpY2F0aW9ucw==">ATP - Shanghai (CHN) - Qualifications</option>
                                            <option value="V1RBIDEyNSAtIEhvbmcgS29uZyAoQ0hOKQ==">WTA 125 - Hong Kong (CHN)</option>
                                            <option value="V1RBIEJlaWppbmc=">WTA Beijing</option>
                                            <option value="SVRGIChXKSAtIFllb25nd29sIChLT1IpIC0gRG91Ymxlcw==">ITF (W) - Yeongwol (KOR) - Doubles</option>
                                            <option value="QVRQIC0gQmVpamluZyAoQ0hOKSAtIERvdWJsZXM=">ATP - Beijing (CHN) - Doubles</option>
                                            <option value="SUNDIFdvcmxkIEN1cCAtIENoYWxsZW5nZSBMZWFndWUgQQ==">ICC World Cup - Challenge League A</option>
                                            <option value="SVRGIChNKSAtIFNoYXJtIEVsU2hlaWtoIChFR1kpIC0gUXVhbGlmaWNhdGlvbnM=">ITF (M) - Sharm ElSheikh (EGY) - Qualifications</option>
                                            <option value="SVRGIChXKSAtIFNoYXJtIEVsU2hlaWtoIChFR1kpIC0gUXVhbGlmaWNhdGlvbnM=">ITF (W) - Sharm ElSheikh (EGY) - Qualifications</option>
                                            <option value="SW5kaWEgLSBEZWxoaSBQcmVtaWVyIExlYWd1ZQ==">India - Delhi Premier League</option>
                                            <option value="QVRQIC0gVG9reW8gKEpQTikgLSBEb3VibGVz">ATP - Tokyo (JPN) - Doubles</option>
                                            <option value="SVRGIChXKSAtIFNpYmVuaWsgKEhSVik=">ITF (W) - Sibenik (HRV)</option>
                                            <option value="SVRGIChXKSAtIFN0LiBNYXJnaGVyaXRhIGRpIFB1bGEgKElUQSkgLSBRdWFsaWZpY2F0aW9ucw==">ITF (W) - St. Margherita di Pula (ITA) - Qualifications</option>
                                            <option value="S2F6YWtoc3RhbiAtIFNlY29uZCBMZWFndWU=">Kazakhstan - Second League</option>
                                            <option value="SVRGIChXKSAtIFJlaW1zIChGUkEp">ITF (W) - Reims (FRA)</option>
                                            <option value="QVRQIC0gQmVpamluZyAoQ0hOKQ==">ATP - Beijing (CHN)</option>
                                            <option value="SVRGIChNKSAtIEtpZ2FsaSAoUldBKQ==">ITF (M) - Kigali (RWA)</option>
                                            <option value="QVRQIEJlaWppbmc=">ATP Beijing</option>
                                            <option value="QUZDIC0gQ2hhbXBpb25zIExlYWd1ZSAtIEVhc3Q=">AFC - Champions League - East</option>
                                            <option value="RklCQSAtIENoYWxsZW5nZXI=">FIBA - Challenger</option>
                                            <option value="SVRGIChXKSAtIE1vbmFzdGlyIChUVU4pIC0gUXVhbGlmaWNhdGlvbnM=">ITF (W) - Monastir (TUN) - Qualifications</option>
                                            <option value="SW5kaWEgLSBTaWtraW0gUHJlbWllciBEaXZpc2lvbiBTLUxlYWd1ZQ==">India - Sikkim Premier Division S-League</option>
                                            <option value="SVRGIChNKSAtIFphcmFnb3phIChFU1Ap">ITF (M) - Zaragoza (ESP)</option>
                                            <option value="RklCQSAzeDMgLSBXb3JsZCBUb3Vy">FIBA 3x3 - World Tour</option>
                                            <option value="SVRGIChXKSAtIEJhemEgKEVTUCk=">ITF (W) - Baza (ESP)</option>
                                            <option value="Q2hhbGxlbmdlciAtIFZpbGxlbmEgKEVTUCk=">Challenger - Villena (ESP)</option>
                                            <option value="QUZMIFdvbWVu">AFL Women</option>
                                            <option value="SVRGIChXKSAtIFN0LiBNYXJnaGVyaXRhIGRpIFB1bGEgKElUQSk=">ITF (W) - St. Margherita di Pula (ITA)</option>
                                            <option value="UGhpbGlwcGluZXMgLSBHb3Zlcm5vcnMgQ3VwIC0gUGxheW9mZg==">Philippines - Governors Cup - Playoff</option>
                                            <option value="Q2x1YiBGcmllbmRseSBHYW1lcw==">Club Friendly Games</option>
                                            <option value="SVRGIChNKSAtIFN0LiBNYXJnaGVyaXRhIGRpIFB1bGEgKElUQSk=">ITF (M) - St. Margherita di Pula (ITA)</option>
                                            <option value="SVRGIChXKSAtIFJlaW1zIChGUkEpIC0gRG91Ymxlcw==">ITF (W) - Reims (FRA) - Doubles</option>
                                            <option value="QVRQIFRva3lv">ATP Tokyo</option>
                                            <option value="SVRGIChNKSAtIE1vbmFzdGlyIChUVU4p">ITF (M) - Monastir (TUN)</option>
                                            <option value="Q2hhbGxlbmdlciAtIFRpYnVyb24gKFVTQSkgLSBEb3VibGVz">Challenger - Tiburon (USA) - Doubles</option>
                                            <option value="SVRGIChXKSAtIE1vbmFzdGlyIChUVU4p">ITF (W) - Monastir (TUN)</option>
                                            <option value="Q2hhbGxlbmdlciAtIEJyYWdhIChQUlQp">Challenger - Braga (PRT)</option>
                                            <option value="UG9ydHVnYWwgLSBMaWdhIFJldmVsYWNhbyBVMjMgLSBTZXJpZSBB">Portugal - Liga Revelacao U23 - Serie A</option>
                                            <option value="SVRGIChXKSAtIFNoYXJtIEVsU2hlaWtoIChFR1kpIC0gRG91Ymxlcw==">ITF (W) - Sharm ElSheikh (EGY) - Doubles</option>
                                            <option value="SVRGIChNKSAtIFNoYXJtIEVsU2hlaWtoIChFR1kpIC0gRG91Ymxlcw==">ITF (M) - Sharm ElSheikh (EGY) - Doubles</option>
                                            <option value="SVRGIChNKSAtIE5ldmVycyAoRlJBKQ==">ITF (M) - Nevers (FRA)</option>
                                            <option value="SVRGIChNKSAtIEdyb2R6aXNrIE1hem93aWVja2kgKFBPTCk=">ITF (M) - Grodzisk Mazowiecki (POL)</option>
                                            <option value="SVRGIChXKSAtIFRybmF2YSAoU1ZLKQ==">ITF (W) - Trnava (SVK)</option>
                                            <option value="SVRGIChNKSAtIEtpZ2FsaSAoUldBKSAtIERvdWJsZXM=">ITF (M) - Kigali (RWA) - Doubles</option>
                                            <option value="SVRGIChXKSAtIFNpYmVuaWsgKEhSVikgLSBEb3VibGVz">ITF (W) - Sibenik (HRV) - Doubles</option>
                                            <option value="VUVGQSBZb3V0aCBMZWFndWU=">UEFA Youth League</option>
                                            <option value="SU5ULiAtIE5hbWliaWEgVDIwIFRyaS1TZXJpZXM=">INT. - Namibia T20 Tri-Series</option>
                                            <option value="UG9sYW5kIC0gSUkgTGlnYQ==">Poland - II Liga</option>
                                            <option value="SVRGIChNKSAtIE5ldmVycyAoRlJBKSAtIERvdWJsZXM=">ITF (M) - Nevers (FRA) - Doubles</option>
                                            <option value="SVRGIChXKSAtIFN0LiBNYXJnaGVyaXRhIGRpIFB1bGEgKElUQSkgLSBEb3VibGVz">ITF (W) - St. Margherita di Pula (ITA) - Doubles</option>
                                            <option value="SVRGIChNKSAtIFRybmF2YSAoU1ZLKQ==">ITF (M) - Trnava (SVK)</option>
                                            <option value="SVRGIChNKSAtIEdyb2R6aXNrIE1hem93aWVja2kgKFBPTCkgLSBEb3VibGVz">ITF (M) - Grodzisk Mazowiecki (POL) - Doubles</option>
                                            <option value="SVRGIChNKSAtIE1vbmFzdGlyIChUVU4pIC0gRG91Ymxlcw==">ITF (M) - Monastir (TUN) - Doubles</option>
                                            <option value="SVRGIChXKSAtIEJhemEgKEVTUCkgLSBEb3VibGVz">ITF (W) - Baza (ESP) - Doubles</option>
                                            <option value="Q2hhbGxlbmdlciAtIE1vdWlsbGVyb24gbGUgQ2FwdGlmIChGUkEpIC0gRG91Ymxlcw==">Challenger - Mouilleron le Captif (FRA) - Doubles</option>
                                            <option value="SVRGIChNKSAtIFN0LiBNYXJnaGVyaXRhIGRpIFB1bGEgKElUQSkgLSBEb3VibGVz">ITF (M) - St. Margherita di Pula (ITA) - Doubles</option>
                                            <option value="SVRGIChNKSAtIEx1cXVlIChQUlkpIC0gUXVhbGlmaWNhdGlvbnM=">ITF (M) - Luque (PRY) - Qualifications</option>
                                            <option value="Q2hhbGxlbmdlciAtIEJyYWdhIChQUlQpIC0gRG91Ymxlcw==">Challenger - Braga (PRT) - Doubles</option>
                                            <option value="Q2hhbGxlbmdlciAtIEJ1ZW5vcyBBaXJlcyAoQVJHKSAtIERvdWJsZXM=">Challenger - Buenos Aires (ARG) - Doubles</option>
                                            <option value="SVRGIChNKSAtIFphcmFnb3phIChFU1ApIC0gRG91Ymxlcw==">ITF (M) - Zaragoza (ESP) - Doubles</option>
                                            <option value="SVRGIChXKSAtIE1vbmFzdGlyIChUVU4pIC0gRG91Ymxlcw==">ITF (W) - Monastir (TUN) - Doubles</option>
                                            <option value="UnVzc2lhbiBDdXA=">Russian Cup</option>
                                            <option value="R2VvcmdpYSAtIEVyb3ZudWxpIExpZ2E=">Georgia - Erovnuli Liga</option>
                                            <option value="SVRGIChNKSAtIFRybmF2YSAoU1ZLKSAtIERvdWJsZXM=">ITF (M) - Trnava (SVK) - Doubles</option>
                                            <option value="SW5kaWEgLSBTdXBlciBMZWFndWU=">India - Super League</option>
                                            <option value="Q2hhbGxlbmdlciAtIFZpbGxlbmEgKEVTUCkgLSBEb3VibGVz">Challenger - Villena (ESP) - Doubles</option>
                                            <option value="TGl0aHVhbmlhIC0gTE1LTCAoVyk=">Lithuania - LMKL (W)</option>
                                            <option value="TGl0aHVhbmlhIC0gQSBMeWdh">Lithuania - A Lyga</option>
                                            <option value="SVRGIChXKSAtIFNhbyBQYXVsbyAoQlJBKQ==">ITF (W) - Sao Paulo (BRA)</option>
                                            <option value="SVRGIChNKSAtIEFubiBBcmJvciAoVVNBKQ==">ITF (M) - Ann Arbor (USA)</option>
                                            <option value="SVRGIChXKSAtIFRybmF2YSAoU1ZLKSAtIERvdWJsZXM=">ITF (W) - Trnava (SVK) - Doubles</option>
                                            <option value="RmlubGFuZCAtIExpaWdh">Finland - Liiga</option>
                                            <option value="RmlubGFuZCAtIE1lc3Rpcw==">Finland - Mestis</option>
                                            <option value="Q3plY2ggUmVwdWJsaWMgLSBFeHRyYWxlYWd1ZQ==">Czech Republic - Extraleague</option>
                                            <option value="UG9sYW5kIC0gMS4gTGlnYQ==">Poland - 1. Liga</option>
                                            <option value="U2xvdmVuaWEgLSAxLiBTS0wgKFcp">Slovenia - 1. SKL (W)</option>
                                            <option value="RXVyb2N1cA==">Eurocup</option>
                                            <option value="QUZDIEN1cCAtIEdyLkM=">AFC Cup - Gr.C</option>
                                            <option value="Q2hhbXBpb25zIExlYWd1ZSAtIEdyLkU=">Champions League - Gr.E</option>
                                            <option value="RXN0b25pYSAtIEN1cA==">Estonia - Cup</option>
                                            <option value="RXVyb0N1cCAtIEdyLkI=">EuroCup - Gr.B</option>
                                            <option value="SVRGIChNKSAtIEx1cXVlIChQUlkp">ITF (M) - Luque (PRY)</option>
                                            <option value="UG9sYW5kIC0gUEhM">Poland - PHL</option>
                                            <option value="QUJBIExlYWd1ZSAyIC0gR3IuQw==">ABA League 2 - Gr.C</option>
                                            <option value="VDIwIENhbmFkYSBUcmktU2VyaWVz">T20 Canada Tri-Series</option>
                                            <option value="Q2hhbXBpb25zIExlYWd1ZSAtIEdyLkI=">Champions League - Gr.B</option>
                                            <option value="Q2hhbXBpb25zIExlYWd1ZSAtIEdyLkE=">Champions League - Gr.A</option>
                                            <option value="Q2hhbXBpb25zIExlYWd1ZQ==">Champions League</option>
                                            <option value="Q3plY2ggUmVwdWJsaWMgLSAxLiBMaWdh">Czech Republic - 1. Liga</option>
                                            <option value="U3dlZGVuIC0gU0hM">Sweden - SHL</option>
                                            <option value="RGVubWFyayAtIE1ldGFsIExpZ2Flbg==">Denmark - Metal Ligaen</option>
                                            <option value="SVRGIChNKSAtIEFubiBBcmJvciAoVVNBKSAtIERvdWJsZXM=">ITF (M) - Ann Arbor (USA) - Doubles</option>
                                            <option value="SVRGIChXKSAtIFJlZGRpbmcgKFVTQSkgLSBRdWFsaWZpY2F0aW9ucw==">ITF (W) - Redding (USA) - Qualifications</option>
                                            <option value="U2xvdmVuaWEgLSBDdXA=">Slovenia - Cup</option>
                                            <option value="Q2hhbXBpb25zIExlYWd1ZSAtIEdyLkQ=">Champions League - Gr.D</option>
                                            <option value="QXVzdHJpYSAtIElDRSBMZWFndWU=">Austria - ICE League</option>
                                            <option value="U3dpdHplcmxhbmQgLSBMTkE=">Switzerland - LNA</option>
                                            <option value="R2VybWFueSAtIERFTA==">Germany - DEL</option>
                                            <option value="U3dpdHplcmxhbmQgLSBOTEI=">Switzerland - NLB</option>
                                            <option value="U3dpdHplcmxhbmQgLSBOTEE=">Switzerland - NLA</option>
                                            <option value="RXVyb0N1cCAtIEdyLkE=">EuroCup - Gr.A</option>
                                            <option value="RnJhbmNlIC0gTE5CIFBybyBC">France - LNB Pro B</option>
                                            <option value="RnJhbmNlIC0gTE5CIFBybyBB">France - LNB Pro A</option>
                                            <option value="Q2hhbXBpb25zIExlYWd1ZSAtIEdyLkY=">Champions League - Gr.F</option>
                                            <option value="QUJBIExlYWd1ZSAyIC0gIEdyLkQ=">ABA League 2 -  Gr.D</option>
                                            <option value="Q2hhbXBpb25zIExlYWd1ZSAtIEdyLkM=">Champions League - Gr.C</option>
                                            <option value="QUJBIExlYWd1ZSAy">ABA League 2</option>
                                            <option value="QXJnZW50aW5hIC0gUHJpbWVyYSBBIC0gQ2xhdXN1cmEgKFcp">Argentina - Primera A - Clausura (W)</option>
                                            <option value="QXJnZW50aW5hIC0gQ29wYSBQcm95ZWNjaW9uIEZpbmFsIChSKQ==">Argentina - Copa Proyeccion Final (R)</option>
                                            <option value="SVRGIChXKSAtIFNhbyBQYXVsbyAoQlJBKSAtIERvdWJsZXM=">ITF (W) - Sao Paulo (BRA) - Doubles</option>
                                            <option value="Q2hhbXBpb25zIExlYWd1ZSAtIEdyLkg=">Champions League - Gr.H</option>
                                            <option value="QXVzdHJpYSAtIDIuTGlnYQ==">Austria - 2.Liga</option>
                                            <option value="VVNBIC0gTUxCIC0gUGxheW9mZg==">USA - MLB - Playoff</option>
                                            <option value="RW5nbGFuZCAtIENoYW1waW9uc2hpcA==">England - Championship</option>
                                            <option value="RW5nbGFuZCAtIEVGTCBDdXA=">England - EFL Cup</option>
                                            <option value="Q2hhbXBpb25zaGlw">Championship</option>
                                            <option value="SVRGIChXKSAtIFJlZGRpbmcgKFVTQSk=">ITF (W) - Redding (USA)</option>
                                            <option value="SVRGIChXKSAtIFJhbmNobyBTYW50YSBGZSAoVVNBKQ==">ITF (W) - Rancho Santa Fe (USA)</option>
                                            <option value="SVRGIChNKSAtIEx1cXVlIChQUlkpIC0gRG91Ymxlcw==">ITF (M) - Luque (PRY) - Doubles</option>
                                            <option value="RWN1YWRvciAtIFNlcmllIEI=">Ecuador - Serie B</option>
                                            <option value="SVRGIChXKSAtIFJlZGRpbmcgKFVTQSkgLSBEb3VibGVz">ITF (W) - Redding (USA) - Doubles</option>
                                            <option value="UGFyYWd1YXkgLSBDdXA=">Paraguay - Cup</option>
                                            <option value="SVRGIChXKSAtIFJhbmNobyBTYW50YSBGZSAoVVNBKSAtIERvdWJsZXM=">ITF (W) - Rancho Santa Fe (USA) - Doubles</option>
                                            <option value="VVNBIC0gVVNMIExlYWd1ZSBPbmU=">USA - USL League One</option>
                                            <option value="QnJhemlsIC0gRlBCIC0gRGl2aXNhbyBFc3BlY2lhbCBBMSAtIFBsYXlvZmY=">Brazil - FPB - Divisao Especial A1 - Playoff</option>
                                            <option value="VVNBIC0gV05CQSAoVykgLSBQbGF5b2Zm">USA - WNBA (W) - Playoff</option>
                                            <option value="Q09OQ0FDQUYgQ2FyaWJiZWFuIEN1cA==">CONCACAF Caribbean Cup</option>
                                            <option value="RGFuYSBXaGl0ZSBDb250ZW5kZXIgU2VyaWVz">Dana White Contender Series</option>
                                            <option value="QVRQIC0gU2hhbmdoYWkgKENITik=">ATP - Shanghai (CHN)</option>
                                            <option value="VGFpbmkgSmFtaXNvbiBUcm9waHk=">Taini Jamison Trophy</option>
                                            <option value="QnVubmluZ3MgTlBD">Bunnings NPC</option>
                                            <option value="SVRGIChNKSAtIFNoYXJtIEVsU2hlaWtoIChFR1kp">ITF (M) - Sharm ElSheikh (EGY)</option>
                                            <option value="UG9ydHVnYWwgLSBMaWdhIFJldmVsYWNhbyBVMjMgLSBTZXJpZSBC">Portugal - Liga Revelacao U23 - Serie B</option>
                                            <option value="RUFTTCAtIEdyLkE=">EASL - Gr.A</option>
                                            <option value="T25lIERheSBJbnRlcm5hdGlvbmFs">One Day International</option>
                                            <option value="QUZDIEN1cCAtIEdyLkc=">AFC Cup - Gr.G</option>
                                            <option value="QUZDIENoYW1waW9ucyBMZWFndWUgMg==">AFC Champions League 2</option>
                                            <option value="RUFTTCAtIEdyLkI=">EASL - Gr.B</option>
                                            <option value="QUZDIEN1cCAtIEdyLkE=">AFC Cup - Gr.A</option>
                                            <option value="QUZDIEN1cCAtIEdyLkQ=">AFC Cup - Gr.D</option>
                                            <option value="QUZDIEN1cCAtIEdyLkI=">AFC Cup - Gr.B</option>
                                            <option value="RXVyb3BhIENvbmZlcmVuY2UgTGVhZ3Vl">Europa Conference League</option>
                                            <option value="RnV0c2FsIFdvcmxkIEN1cA==">Futsal World Cup</option>
                                            <option value="VlRCIFVuaXRlZCBMZWFndWU=">VTB United League</option>
                                            <option value="U3VwZXIgTGlnYQ==">Super Liga</option>
                                            <option value="Q2hhbXBpb25zIExlYWd1ZSBXb21lbg==">Champions League Women</option>
                                            <option value="TUxT">MLS</option>
                                            <option value="QVRQIC0gU2hhbmdoYWkgKENITikgLSBEb3VibGVz">ATP - Shanghai (CHN) - Doubles</option>
                                            <option value="Q3JvYXRpYSAtIEhOTA==">Croatia - HNL</option>
                                            <option value="R2VybWFueSAtIEJ1bmRlc2xpZ2EgMg==">Germany - Bundesliga 2</option>
                                            <option value="UG9ydHVnYWwgLSBMaWdhIDI=">Portugal - Liga 2</option>
                                            <option value="VVNBIC0gTkhM">USA - NHL</option>
                                            <option value="U3dpdHplcmxhbmQgLSBDaGFsbGVuZ2UgTGVhZ3Vl">Switzerland - Challenge League</option>
                                            <option value="U3BhaW4gLSBBU09CQUw=">Spain - ASOBAL</option>
                                            <option value="R2VybWFueSAtIEJ1bmRlc2xpZ2E=">Germany - Bundesliga</option>
                                            <option value="U291dGggS29yZWEgLSBLLUxlYWd1ZSAy">South Korea - K-League 2</option>
                                            <option value="QXVzdHJpYSAtIEJ1bmRlc2xpZ2E=">Austria - Bundesliga</option>
                                            <option value="U2xvdmFraWEgLSAxLiBsaWdh">Slovakia - 1. liga</option>
                                            <option value="U3dpdHplcmxhbmQgLSBTdXBlciBMZWFndWU=">Switzerland - Super League</option>
                                            <option value="TWV4aWNvIC0gTGlnYSBNWCAtIEFwZXJ0dXJh">Mexico - Liga MX - Apertura</option>
                                    </select>
            </div>
            <div class="md:col-span-2 text-right">
                <button type="submit" class="bg-blue-500 text-white px-4 py-2 rounded-md">Filter</button>
            </div>
        </form>

        <div class="overflow-x-auto">
            <div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:00</strong> | Tennis | ITF (M) - Cairns (AUS) - Qualifications | Yuichiro Inui - Zachary Adam-Gedge
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yuichiro-inui-zachary-adam-gedge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yuichiro-inui-zachary-adam-gedge_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yuichiro-inui-zachary-adam-gedge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yuichiro-inui-zachary-adam-gedge_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:00</strong> | Tennis | ITF (M) - Cairns (AUS) - Qualifications | Sam Ryan Ziegann - Jack Bruce Smith
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sam-ryan-ziegann-jack-bruce-smith_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sam-ryan-ziegann-jack-bruce-smith_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sam-ryan-ziegann-jack-bruce-smith_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sam-ryan-ziegann-jack-bruce-smith_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:00</strong> | Football | Argentina - Liga Profesional | Racing Club - CA Platense
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_racing-club-ca-platense_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTE0MjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTE0MjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_racing-club-ca-platense_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_racing-club-ca-platense_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTE0MjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_racing-club-ca-platense_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:00</strong> | Tennis | ITF (M) - Cairns (AUS) - Qualifications | Thomas Braithwaite - Finley Hall
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_thomas-braithwaite-finley-hall_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_thomas-braithwaite-finley-hall_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_thomas-braithwaite-finley-hall_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_thomas-braithwaite-finley-hall_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:00</strong> | Tennis | ITF (M) - Cairns (AUS) - Qualifications | Hugh Winter - Reece Falck
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_hugh-winter-reece-falck_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_hugh-winter-reece-falck_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_hugh-winter-reece-falck_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_hugh-winter-reece-falck_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:00</strong> | Tennis | ITF (M) - Cairns (AUS) - Qualifications | Tai Sach - Roger Rogowski
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tai-sach-roger-rogowski_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tai-sach-roger-rogowski_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tai-sach-roger-rogowski_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tai-sach-roger-rogowski_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:00</strong> | Tennis | ITF (M) - Cairns (AUS) - Qualifications | Lachlan Vickery - Cooper Kose
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lachlan-vickery-cooper-kose_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lachlan-vickery-cooper-kose_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lachlan-vickery-cooper-kose_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lachlan-vickery-cooper-kose_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:00</strong> | Tennis | ITF (M) - Cairns (AUS) - Qualifications | Tomislav Edward Papac - Taketo Takamisawa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tomislav-edward-papac-taketo-takamisawa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tomislav-edward-papac-taketo-takamisawa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tomislav-edward-papac-taketo-takamisawa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tomislav-edward-papac-taketo-takamisawa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:00</strong> | Football | Canada - Premier League | Valour - Pacific
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_valour-pacific_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_valour-pacific_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_valour-pacific_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_valour-pacific_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:00</strong> | Tennis | ITF (M) - Cairns (AUS) - Qualifications | Antoine Voisin - Lawrence Bataljin
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_antoine-voisin-lawrence-bataljin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_antoine-voisin-lawrence-bataljin_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_antoine-voisin-lawrence-bataljin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_antoine-voisin-lawrence-bataljin_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:00</strong> | Football | Canadian Premier League | Valour - Pacific FC
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_valour-pacific-fc_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/FOXSports2[USA]" readonly="">
                            <a href="https://antenasport.online/channel/FOXSports2[USA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_valour-pacific-fc_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_valour-pacific-fc_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/FOXSports2[USA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_valour-pacific-fc_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:10</strong> | Football | Argentina - Primera Nacional | CA Atlanta - San Telmo
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ca-atlanta-san-telmo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDA3MTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDA3MTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ca-atlanta-san-telmo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ca-atlanta-san-telmo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDA3MTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ca-atlanta-san-telmo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:15</strong> | Football | Argentina - Liga Profesional | CA Lanus - Gimnasia La Plata
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ca-lanus-gimnasia-la-plata_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTE0MzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTE0MzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ca-lanus-gimnasia-la-plata_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ca-lanus-gimnasia-la-plata_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTE0MzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ca-lanus-gimnasia-la-plata_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:15</strong> | American Football | NFL | Detroit Lions - Seattle Seahawks
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_detroit-lions-seattle-seahawks_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/SkySportsMainEvent[UK]" readonly="">
                            <a href="https://antenasport.online/channel/SkySportsMainEvent[UK]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_detroit-lions-seattle-seahawks_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_detroit-lions-seattle-seahawks_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/SkySportsMainEvent[UK]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_detroit-lions-seattle-seahawks_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:19</strong> |  | H2H - GG League Mixed | Los Angeles Lakers (SHINIGAMI) - Memphis Grizzlies (KARMA)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_los-angeles-lakers-shinigami-memphis-grizzlies-karma_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzOTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzOTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_los-angeles-lakers-shinigami-memphis-grizzlies-karma_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_los-angeles-lakers-shinigami-memphis-grizzlies-karma_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzOTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_los-angeles-lakers-shinigami-memphis-grizzlies-karma_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:27</strong> |  | H2H - GG League Mixed | Dallas Mavericks (SAINT JR) - Cleveland Cavaliers (APEX)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dallas-mavericks-saint-jr-cleveland-cavaliers-apex_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzOTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzOTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dallas-mavericks-saint-jr-cleveland-cavaliers-apex_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dallas-mavericks-saint-jr-cleveland-cavaliers-apex_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzOTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dallas-mavericks-saint-jr-cleveland-cavaliers-apex_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:30</strong> | Football | Jamaica - Premier League | Portmore Utd - Tivoli Gardens
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_portmore-utd-tivoli-gardens_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwNjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwNjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_portmore-utd-tivoli-gardens_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_portmore-utd-tivoli-gardens_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwNjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_portmore-utd-tivoli-gardens_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:30</strong> | Football | Colombia - Primera B - Clausura | Real Soacha Cundinamarca - Barranquilla
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_real-soacha-cundinamarca-barranquilla_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MDYzNDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MDYzNDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_real-soacha-cundinamarca-barranquilla_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_real-soacha-cundinamarca-barranquilla_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MDYzNDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_real-soacha-cundinamarca-barranquilla_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:35</strong> |  | H2H - GG League Mixed | Phoenix Suns (SPOOKY) - Golden State Warriors (FIVESTAR)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_phoenix-suns-spooky-golden-state-warriors-fivestar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzOTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzOTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_phoenix-suns-spooky-golden-state-warriors-fivestar_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_phoenix-suns-spooky-golden-state-warriors-fivestar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzOTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_phoenix-suns-spooky-golden-state-warriors-fivestar_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:51</strong> |  | H2H - GG League Mixed | Milwaukee Bucks (TAAPZ) - Boston Celtics (LANES)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milwaukee-bucks-taapz-boston-celtics-lanes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milwaukee-bucks-taapz-boston-celtics-lanes_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milwaukee-bucks-taapz-boston-celtics-lanes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milwaukee-bucks-taapz-boston-celtics-lanes_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 00:59</strong> |  | H2H - GG League Mixed | Golden State Warriors (UNDERRATED) - Cleveland Cavaliers (APEX)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_golden-state-warriors-underrated-cleveland-cavaliers-apex_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_golden-state-warriors-underrated-cleveland-cavaliers-apex_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_golden-state-warriors-underrated-cleveland-cavaliers-apex_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_golden-state-warriors-underrated-cleveland-cavaliers-apex_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 01:00</strong> | Ice Hockey | USA - NHL - Preseason | Calgary Flames - Seattle Kraken
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_calgary-flames-seattle-kraken_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_calgary-flames-seattle-kraken_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_calgary-flames-seattle-kraken_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_calgary-flames-seattle-kraken_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 01:00</strong> | Cricket | ICC World Cup - East Asia-Pacific - Qualifications | Indonesia - Japan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_indonesia-japan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_indonesia-japan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_indonesia-japan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_indonesia-japan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 01:00</strong> | Ice Hockey | NHL | Edmonton Oilers - Vancouver Canucks
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_edmonton-oilers-vancouver-canucks_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/SportsnetPacific[CA]" readonly="">
                            <a href="https://antenasport.online/channel/SportsnetPacific[CA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_edmonton-oilers-vancouver-canucks_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_edmonton-oilers-vancouver-canucks_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/SportsnetPacific[CA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_edmonton-oilers-vancouver-canucks_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_edmonton-oilers-vancouver-canucks_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/SportsnetEast[CA]" readonly="">
                            <a href="https://antenasport.online/channel/SportsnetEast[CA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_edmonton-oilers-vancouver-canucks_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_edmonton-oilers-vancouver-canucks_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/SportsnetEast[CA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_edmonton-oilers-vancouver-canucks_1&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_edmonton-oilers-vancouver-canucks_2" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/SportsnetOntario[CA]" readonly="">
                            <a href="https://antenasport.online/channel/SportsnetOntario[CA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_edmonton-oilers-vancouver-canucks_2&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_edmonton-oilers-vancouver-canucks_2" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/SportsnetOntario[CA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_edmonton-oilers-vancouver-canucks_2&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 01:07</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (KOBRA) - Milwaukee Bucks (FIVESTAR)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-kobra-milwaukee-bucks-fivestar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-kobra-milwaukee-bucks-fivestar_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-kobra-milwaukee-bucks-fivestar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-kobra-milwaukee-bucks-fivestar_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 01:20</strong> | Tennis | ITF (W) - Cairns (AUS) - Qualifications | Laquisa Khan - Natalie Gaft
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_laquisa-khan-natalie-gaft_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_laquisa-khan-natalie-gaft_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_laquisa-khan-natalie-gaft_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_laquisa-khan-natalie-gaft_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 01:23</strong> |  | H2H - GG League Mixed | Los Angeles Lakers (SHINIGAMI) - Milwaukee Bucks (TAAPZ)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_los-angeles-lakers-shinigami-milwaukee-bucks-taapz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_los-angeles-lakers-shinigami-milwaukee-bucks-taapz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_los-angeles-lakers-shinigami-milwaukee-bucks-taapz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_los-angeles-lakers-shinigami-milwaukee-bucks-taapz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 01:30</strong> | Tennis | ITF (W) - Cairns (AUS) - Qualifications | Helena Guan - I. Wen Wan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_helena-guan-i-wen-wan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_helena-guan-i-wen-wan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_helena-guan-i-wen-wan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_helena-guan-i-wen-wan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 01:30</strong> | Tennis | ITF (W) - Cairns (AUS) - Qualifications | Audrey Aulia - Mahta Khanloo
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_audrey-aulia-mahta-khanloo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_audrey-aulia-mahta-khanloo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_audrey-aulia-mahta-khanloo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_audrey-aulia-mahta-khanloo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 01:30</strong> | Tennis | ITF (W) - Cairns (AUS) - Qualifications | Carolann Delaunay - Ava-Monet Sycamore
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_carolann-delaunay-ava-monet-sycamore_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_carolann-delaunay-ava-monet-sycamore_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_carolann-delaunay-ava-monet-sycamore_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_carolann-delaunay-ava-monet-sycamore_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 01:30</strong> | Tennis | ITF (W) - Cairns (AUS) - Qualifications | Kanako Osafune - Cara Korhonen
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kanako-osafune-cara-korhonen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc2NDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc2NDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kanako-osafune-cara-korhonen_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kanako-osafune-cara-korhonen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc2NDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kanako-osafune-cara-korhonen_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 01:40</strong> | Tennis | ITF (W) - Cairns (AUS) - Qualifications | Georgia Campbell - Amelia Zylberman
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_georgia-campbell-amelia-zylberman_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Mzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Mzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_georgia-campbell-amelia-zylberman_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_georgia-campbell-amelia-zylberman_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Mzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_georgia-campbell-amelia-zylberman_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 01:55</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (KARMA) - Boston Celtics (LANES)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-karma-boston-celtics-lanes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-karma-boston-celtics-lanes_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-karma-boston-celtics-lanes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-karma-boston-celtics-lanes_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 02:00</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Fang An Lin - Eunji Oh
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_fang-an-lin-eunji-oh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_fang-an-lin-eunji-oh_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_fang-an-lin-eunji-oh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_fang-an-lin-eunji-oh_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 02:00</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Sunam Jeong - Yanni Liu
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sunam-jeong-yanni-liu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sunam-jeong-yanni-liu_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sunam-jeong-yanni-liu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sunam-jeong-yanni-liu_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 02:00</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Feier Hu - Cherry Kim
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_feier-hu-cherry-kim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_feier-hu-cherry-kim_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_feier-hu-cherry-kim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_feier-hu-cherry-kim_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 02:00</strong> | Ice Hockey | USA - NHL - Preseason | Anaheim Ducks - Los Angeles Kings
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_anaheim-ducks-los-angeles-kings_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_anaheim-ducks-los-angeles-kings_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_anaheim-ducks-los-angeles-kings_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_anaheim-ducks-los-angeles-kings_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 02:00</strong> | Tennis | ITF (W) - Cairns (AUS) - Qualifications | Paola Lopez - Anastasia Berezov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_paola-lopez-anastasia-berezov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_paola-lopez-anastasia-berezov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_paola-lopez-anastasia-berezov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_paola-lopez-anastasia-berezov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 02:11</strong> |  | H2H - GG League Mixed | Milwaukee Bucks (FIVESTAR) - Los Angeles Lakers (SPOOKY)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milwaukee-bucks-fivestar-los-angeles-lakers-spooky_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milwaukee-bucks-fivestar-los-angeles-lakers-spooky_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milwaukee-bucks-fivestar-los-angeles-lakers-spooky_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milwaukee-bucks-fivestar-los-angeles-lakers-spooky_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 02:20</strong> | Tennis | ITF (W) - Cairns (AUS) - Qualifications | Sarah Rokusek - Xiangruyi Ji
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sarah-rokusek-xiangruyi-ji_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sarah-rokusek-xiangruyi-ji_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sarah-rokusek-xiangruyi-ji_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sarah-rokusek-xiangruyi-ji_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 02:27</strong> |  | H2H - GG League Mixed | Los Angeles Lakers (SHINIGAMI) - Boston Celtics (LANES)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_los-angeles-lakers-shinigami-boston-celtics-lanes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_los-angeles-lakers-shinigami-boston-celtics-lanes_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_los-angeles-lakers-shinigami-boston-celtics-lanes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_los-angeles-lakers-shinigami-boston-celtics-lanes_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 02:43</strong> |  | H2H - GG League Mixed | Phoenix Suns (SPOOKY) - Cleveland Cavaliers (KOBRA)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_phoenix-suns-spooky-cleveland-cavaliers-kobra_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_phoenix-suns-spooky-cleveland-cavaliers-kobra_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_phoenix-suns-spooky-cleveland-cavaliers-kobra_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_phoenix-suns-spooky-cleveland-cavaliers-kobra_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 02:59</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (KARMA) - Milwaukee Bucks (TAAPZ)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-karma-milwaukee-bucks-taapz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-karma-milwaukee-bucks-taapz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-karma-milwaukee-bucks-taapz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-karma-milwaukee-bucks-taapz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:00</strong> | Tennis | ITF (M) - Cairns (AUS) - Doubles | T.Colson/T.Loof - S.Bianchet/C.Birrell
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_t-colson-t-loof-s-bianchet-c-birrell_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_t-colson-t-loof-s-bianchet-c-birrell_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_t-colson-t-loof-s-bianchet-c-birrell_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_t-colson-t-loof-s-bianchet-c-birrell_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:00</strong> | Tennis | ITF (W) - Cairns (AUS) - Doubles | E.Simmons/J.Tjen - T.Kokkinis/B.Thompson
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_e-simmons-j-tjen-t-kokkinis-b-thompson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Mzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Mzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_e-simmons-j-tjen-t-kokkinis-b-thompson_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_e-simmons-j-tjen-t-kokkinis-b-thompson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Mzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_e-simmons-j-tjen-t-kokkinis-b-thompson_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:04</strong> | Tennis | WTA - Beijing (CHN) | Paula Badosa - Jessica Pegula
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_paula-badosa-jessica-pegula_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTMyNjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTMyNjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_paula-badosa-jessica-pegula_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_paula-badosa-jessica-pegula_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTMyNjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_paula-badosa-jessica-pegula_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:07</strong> | Tennis | WTA - Beijing (CHN) - Doubles | T.Babos/Y.Sizikova - B.Haddad Maia/L.Siegemund
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_t-babos-y-sizikova-b-haddad-maia-l-siegemund_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTMyNjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTMyNjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_t-babos-y-sizikova-b-haddad-maia-l-siegemund_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_t-babos-y-sizikova-b-haddad-maia-l-siegemund_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTMyNjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_t-babos-y-sizikova-b-haddad-maia-l-siegemund_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:07</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (APEX) - Golden State Warriors (UNDERRATED)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-apex-golden-state-warriors-underrated_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-apex-golden-state-warriors-underrated_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-apex-golden-state-warriors-underrated_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-apex-golden-state-warriors-underrated_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:10</strong> | Tennis | ITF (W) - Cairns (AUS) | Mia Horvit - Melisa Ercan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mia-horvit-melisa-ercan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mia-horvit-melisa-ercan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mia-horvit-melisa-ercan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mia-horvit-melisa-ercan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:15</strong> |  | H2H - GG League Mixed | Milwaukee Bucks (FIVESTAR) - Memphis Grizzlies (KOBRA)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milwaukee-bucks-fivestar-memphis-grizzlies-kobra_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milwaukee-bucks-fivestar-memphis-grizzlies-kobra_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milwaukee-bucks-fivestar-memphis-grizzlies-kobra_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milwaukee-bucks-fivestar-memphis-grizzlies-kobra_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:25</strong> | Tennis | ITF (W) - Cairns (AUS) | Lizette Cabrera - Nanari Katsumi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lizette-cabrera-nanari-katsumi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lizette-cabrera-nanari-katsumi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lizette-cabrera-nanari-katsumi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lizette-cabrera-nanari-katsumi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:25</strong> | Tennis | ITF (M) - Cairns (AUS) | Scott Jones - Corey Gaal
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_scott-jones-corey-gaal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_scott-jones-corey-gaal_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_scott-jones-corey-gaal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_scott-jones-corey-gaal_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:30</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Elina Nepliy - Hwui Won Wi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_elina-nepliy-hwui-won-wi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_elina-nepliy-hwui-won-wi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_elina-nepliy-hwui-won-wi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_elina-nepliy-hwui-won-wi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:31</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (KARMA) - Los Angeles Lakers (SHINIGAMI)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-karma-los-angeles-lakers-shinigami_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-karma-los-angeles-lakers-shinigami_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-karma-los-angeles-lakers-shinigami_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-karma-los-angeles-lakers-shinigami_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:39</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (APEX) - Dallas Mavericks (SAINT JR)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-apex-dallas-mavericks-saint-jr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-apex-dallas-mavericks-saint-jr_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-apex-dallas-mavericks-saint-jr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-apex-dallas-mavericks-saint-jr_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:47</strong> |  | H2H - GG League Mixed | Golden State Warriors (FIVESTAR) - Phoenix Suns (SPOOKY)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_golden-state-warriors-fivestar-phoenix-suns-spooky_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_golden-state-warriors-fivestar-phoenix-suns-spooky_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_golden-state-warriors-fivestar-phoenix-suns-spooky_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_golden-state-warriors-fivestar-phoenix-suns-spooky_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 03:50</strong> | Cricket | Test Series | India - Bangladesh
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_india-bangladesh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/SkySport3[NZ]" readonly="">
                            <a href="https://antenasport.online/channel/SkySport3[NZ]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_india-bangladesh_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_india-bangladesh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/SkySport3[NZ]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_india-bangladesh_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:00</strong> | Tennis | ATP - Shanghai (CHN) - Qualifications | Li Tu - Linang Xiao
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_li-tu-linang-xiao_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_li-tu-linang-xiao_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_li-tu-linang-xiao_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_li-tu-linang-xiao_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:00</strong> | Tennis | ATP - Shanghai (CHN) - Qualifications | Adam Walton - Terence Atmane
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_adam-walton-terence-atmane_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_adam-walton-terence-atmane_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_adam-walton-terence-atmane_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_adam-walton-terence-atmane_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) - Doubles | J.Aney/L.Papadakis - S.Aoyama/E.Hozumi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-aney-l-papadakis-s-aoyama-e-hozumi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-aney-l-papadakis-s-aoyama-e-hozumi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-aney-l-papadakis-s-aoyama-e-hozumi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-aney-l-papadakis-s-aoyama-e-hozumi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) - Doubles | U.Eikeri/F.S.Wu - E.W.Chong/H.Y.C.Wong
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_u-eikeri-f-s-wu-e-w-chong-h-y-c-wong_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_u-eikeri-f-s-wu-e-w-chong-h-y-c-wong_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_u-eikeri-f-s-wu-e-w-chong-h-y-c-wong_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_u-eikeri-f-s-wu-e-w-chong-h-y-c-wong_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:00</strong> | Tennis | ATP - Shanghai (CHN) - Qualifications | Alex Bolt - Daniel Evans
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alex-bolt-daniel-evans_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alex-bolt-daniel-evans_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alex-bolt-daniel-evans_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alex-bolt-daniel-evans_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:00</strong> | Tennis | ATP - Shanghai (CHN) - Qualifications | Billy Harris - Beibit Zhukayev
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_billy-harris-beibit-zhukayev_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_billy-harris-beibit-zhukayev_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_billy-harris-beibit-zhukayev_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_billy-harris-beibit-zhukayev_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) - Doubles | M.Niculescu/E.G.Ruse - K.Birrell/S.Hsieh
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-niculescu-e-g-ruse-k-birrell-s-hsieh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-niculescu-e-g-ruse-k-birrell-s-hsieh_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-niculescu-e-g-ruse-k-birrell-s-hsieh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-niculescu-e-g-ruse-k-birrell-s-hsieh_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) - Doubles | P.Plipuech/W.Zheng - N.Hibino/M.Ninomiya
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_p-plipuech-w-zheng-n-hibino-m-ninomiya_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_p-plipuech-w-zheng-n-hibino-m-ninomiya_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_p-plipuech-w-zheng-n-hibino-m-ninomiya_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_p-plipuech-w-zheng-n-hibino-m-ninomiya_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:03</strong> |  | H2H - GG League Mixed | Milwaukee Bucks (TAAPZ) - Los Angeles Lakers (SHINIGAMI)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milwaukee-bucks-taapz-los-angeles-lakers-shinigami_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milwaukee-bucks-taapz-los-angeles-lakers-shinigami_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milwaukee-bucks-taapz-los-angeles-lakers-shinigami_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0ODk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milwaukee-bucks-taapz-los-angeles-lakers-shinigami_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:03</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Mananchaya Sawangkaew - Alycia Parks
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mananchaya-sawangkaew-alycia-parks_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY4MDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY4MDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mananchaya-sawangkaew-alycia-parks_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mananchaya-sawangkaew-alycia-parks_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY4MDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mananchaya-sawangkaew-alycia-parks_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:04</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Nao Hibino - Clara Burel
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nao-hibino-clara-burel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY0OTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY0OTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nao-hibino-clara-burel_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nao-hibino-clara-burel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY0OTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nao-hibino-clara-burel_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:05</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Sara Sorribes Tormo - Hailey Baptiste
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sara-sorribes-tormo-hailey-baptiste_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sara-sorribes-tormo-hailey-baptiste_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sara-sorribes-tormo-hailey-baptiste_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sara-sorribes-tormo-hailey-baptiste_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:11</strong> |  | H2H - GG League Mixed | Golden State Warriors (UNDERRATED) - Dallas Mavericks (SAINT JR)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_golden-state-warriors-underrated-dallas-mavericks-saint-jr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_golden-state-warriors-underrated-dallas-mavericks-saint-jr_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_golden-state-warriors-underrated-dallas-mavericks-saint-jr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_golden-state-warriors-underrated-dallas-mavericks-saint-jr_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:19</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (KOBRA) - Los Angeles Lakers (SPOOKY)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-kobra-los-angeles-lakers-spooky_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-kobra-los-angeles-lakers-spooky_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-kobra-los-angeles-lakers-spooky_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-kobra-los-angeles-lakers-spooky_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:35</strong> |  | H2H - GG League Mixed | Boston Celtics (LANES) - Memphis Grizzlies (KARMA)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_boston-celtics-lanes-memphis-grizzlies-karma_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_boston-celtics-lanes-memphis-grizzlies-karma_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_boston-celtics-lanes-memphis-grizzlies-karma_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_boston-celtics-lanes-memphis-grizzlies-karma_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:43</strong> | Tennis | WTA - Beijing (CHN) - Doubles | S.Errani/J.Paolini - A.L.Fernandez/A.Sutjiadi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-errani-j-paolini-a-l-fernandez-a-sutjiadi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODg3NjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODg3NjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-errani-j-paolini-a-l-fernandez-a-sutjiadi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-errani-j-paolini-a-l-fernandez-a-sutjiadi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODg3NjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-errani-j-paolini-a-l-fernandez-a-sutjiadi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:45</strong> | Tennis | WTA Beijing | Shuai Zhang - Magdalena Frech
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_shuai-zhang-magdalena-frech_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub2[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub2[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_shuai-zhang-magdalena-frech_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_shuai-zhang-magdalena-frech_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub2[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_shuai-zhang-magdalena-frech_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:50</strong> | Tennis | ITF (W) - Cairns (AUS) - Doubles | P.Hule/A.Parnaby - K.Cooper/A.Zylberman
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_p-hule-a-parnaby-k-cooper-a-zylberman_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_p-hule-a-parnaby-k-cooper-a-zylberman_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_p-hule-a-parnaby-k-cooper-a-zylberman_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_p-hule-a-parnaby-k-cooper-a-zylberman_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 04:51</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (KOBRA) - Golden State Warriors (FIVESTAR)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-kobra-golden-state-warriors-fivestar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0Mjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0Mjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-kobra-golden-state-warriors-fivestar_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-kobra-golden-state-warriors-fivestar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0Mjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-kobra-golden-state-warriors-fivestar_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:00</strong> | Tennis | ITF (W) - Yeongwol (KOR) - Doubles | D.Back/Eunhye Lee - Sunam Jeong/Dabin Kim
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_d-back-eunhye-lee-sunam-jeong-dabin-kim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_d-back-eunhye-lee-sunam-jeong-dabin-kim_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_d-back-eunhye-lee-sunam-jeong-dabin-kim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_d-back-eunhye-lee-sunam-jeong-dabin-kim_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:00</strong> | Tennis | ATP - Beijing (CHN) - Doubles | S.Bolelli/A.Vavassori - W.Koolhof/N.Mektic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-bolelli-a-vavassori-w-koolhof-n-mektic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTMyNTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTMyNTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-bolelli-a-vavassori-w-koolhof-n-mektic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-bolelli-a-vavassori-w-koolhof-n-mektic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTMyNTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-bolelli-a-vavassori-w-koolhof-n-mektic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:00</strong> | Cricket | ICC World Cup - East Asia-Pacific - Qualifications | Korea Republic - Philippines
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_korea-republic-philippines_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzODE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzODE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_korea-republic-philippines_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_korea-republic-philippines_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzODE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_korea-republic-philippines_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:00</strong> | Tennis | ITF (M) - Cairns (AUS) - Doubles | R.Falck/S.Ryan Ziegann - Ja.Delaney/Je.Delaney
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_r-falck-s-ryan-ziegann-ja-delaney-je-delaney_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_r-falck-s-ryan-ziegann-ja-delaney-je-delaney_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_r-falck-s-ryan-ziegann-ja-delaney-je-delaney_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc0NzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_r-falck-s-ryan-ziegann-ja-delaney-je-delaney_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:00</strong> | Tennis | ITF (W) - Yeongwol (KOR) - Doubles | Boyoung Jeong/Cherry Kim - J.H.Choi/P.C.Lee
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_boyoung-jeong-cherry-kim-j-h-choi-p-c-lee_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_boyoung-jeong-cherry-kim-j-h-choi-p-c-lee_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_boyoung-jeong-cherry-kim-j-h-choi-p-c-lee_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_boyoung-jeong-cherry-kim-j-h-choi-p-c-lee_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:00</strong> | Tennis | ITF (M) - Cairns (AUS) | Rio Noguchi - James Watt
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rio-noguchi-james-watt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rio-noguchi-james-watt_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rio-noguchi-james-watt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rio-noguchi-james-watt_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:05</strong> | Tennis | ITF (M) - Cairns (AUS) - Doubles | M.Bouzige/J.Court - L.Vickery/H.Winter
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-bouzige-j-court-l-vickery-h-winter_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-bouzige-j-court-l-vickery-h-winter_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-bouzige-j-court-l-vickery-h-winter_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-bouzige-j-court-l-vickery-h-winter_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:05</strong> | Tennis | ITF (W) - Cairns (AUS) | Elena Micic - Mayuka Aikawa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_elena-micic-mayuka-aikawa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_elena-micic-mayuka-aikawa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_elena-micic-mayuka-aikawa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_elena-micic-mayuka-aikawa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:07</strong> |  | H2H - GG League Mixed | Boston Celtics (LANES) - Milwaukee Bucks (TAAPZ)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_boston-celtics-lanes-milwaukee-bucks-taapz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0OTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0OTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_boston-celtics-lanes-milwaukee-bucks-taapz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_boston-celtics-lanes-milwaukee-bucks-taapz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0OTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_boston-celtics-lanes-milwaukee-bucks-taapz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:15</strong> |  | H2H - GG League Mixed | Dallas Mavericks (SAINT JR) - Golden State Warriors (UNDERRATED)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dallas-mavericks-saint-jr-golden-state-warriors-underrated_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dallas-mavericks-saint-jr-golden-state-warriors-underrated_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dallas-mavericks-saint-jr-golden-state-warriors-underrated_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dallas-mavericks-saint-jr-golden-state-warriors-underrated_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:23</strong> |  | H2H - GG League Mixed | Los Angeles Lakers (SPOOKY) - Memphis Grizzlies (KOBRA)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_los-angeles-lakers-spooky-memphis-grizzlies-kobra_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_los-angeles-lakers-spooky-memphis-grizzlies-kobra_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_los-angeles-lakers-spooky-memphis-grizzlies-kobra_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTU0MzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_los-angeles-lakers-spooky-memphis-grizzlies-kobra_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:35</strong> | Tennis | ITF (W) - Yeongwol (KOR) - Doubles | Onyu Choi/Yujin Kim - Yujin Ahn/Ying Zhang
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_onyu-choi-yujin-kim-yujin-ahn-ying-zhang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_onyu-choi-yujin-kim-yujin-ahn-ying-zhang_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_onyu-choi-yujin-kim-yujin-ahn-ying-zhang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_onyu-choi-yujin-kim-yujin-ahn-ying-zhang_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:35</strong> | Tennis | ATP - Shanghai (CHN) - Qualifications | Denis Shapovalov - Sho Shimabukuro
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_denis-shapovalov-sho-shimabukuro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc2NDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc2NDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_denis-shapovalov-sho-shimabukuro_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_denis-shapovalov-sho-shimabukuro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc2NDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_denis-shapovalov-sho-shimabukuro_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:51</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Ajla Tomljanovic - Marina Stakusic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ajla-tomljanovic-marina-stakusic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ajla-tomljanovic-marina-stakusic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ajla-tomljanovic-marina-stakusic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ajla-tomljanovic-marina-stakusic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 05:55</strong> |  | H2H - GG League Mixed | Dallas Mavericks (AM) - Phoenix Suns (TD24)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dallas-mavericks-am-phoenix-suns-td24_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dallas-mavericks-am-phoenix-suns-td24_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dallas-mavericks-am-phoenix-suns-td24_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dallas-mavericks-am-phoenix-suns-td24_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 06:01</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Yexin Ma - Varvara Gracheva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yexin-ma-varvara-gracheva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0ODk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0ODk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yexin-ma-varvara-gracheva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yexin-ma-varvara-gracheva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0ODk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yexin-ma-varvara-gracheva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 06:03</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (THA KID) - Boston Celtics (DIMES)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-tha-kid-boston-celtics-dimes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-tha-kid-boston-celtics-dimes_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-tha-kid-boston-celtics-dimes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-tha-kid-boston-celtics-dimes_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 06:10</strong> | Tennis | ITF (M) - Cairns (AUS) - Doubles | T.Host/C.Kose - H.Jones/A.Rai
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_t-host-c-kose-h-jones-a-rai_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_t-host-c-kose-h-jones-a-rai_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_t-host-c-kose-h-jones-a-rai_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_t-host-c-kose-h-jones-a-rai_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 06:20</strong> | Tennis | ITF (W) - Cairns (AUS) - Doubles | Chikarai./Katsumi - A.Aulia/A.Subasic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_chikarai-katsumi-a-aulia-a-subasic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_chikarai-katsumi-a-aulia-a-subasic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_chikarai-katsumi-a-aulia-a-subasic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_chikarai-katsumi-a-aulia-a-subasic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 06:27</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (HOGGY) - Golden State Warriors (KJMR)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-hoggy-golden-state-warriors-kjmr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-hoggy-golden-state-warriors-kjmr_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-hoggy-golden-state-warriors-kjmr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-hoggy-golden-state-warriors-kjmr_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 06:30</strong> | Tennis | ITF (W) - Cairns (AUS) - Doubles | S.McDonald/S.Rokusek - N.Gaft/S.J.Thorne
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-mcdonald-s-rokusek-n-gaft-s-j-thorne_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-mcdonald-s-rokusek-n-gaft-s-j-thorne_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-mcdonald-s-rokusek-n-gaft-s-j-thorne_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-mcdonald-s-rokusek-n-gaft-s-j-thorne_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 06:30</strong> | Cricket | ICC World Cup - Challenge League A | Kuwait - Jersey
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kuwait-jersey_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kuwait-jersey_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kuwait-jersey_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kuwait-jersey_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 06:30</strong> | Cricket | ICC World Cup - Challenge League A | Qatar - Papua New Guinea
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_qatar-papua-new-guinea_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_qatar-papua-new-guinea_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_qatar-papua-new-guinea_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_qatar-papua-new-guinea_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 06:35</strong> | Tennis | ITF (W) - Cairns (AUS) - Doubles | C.Korhonen/Y.Y.Yang - C.Delaunay/P.Lopez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_c-korhonen-y-y-yang-c-delaunay-p-lopez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Mjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Mjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_c-korhonen-y-y-yang-c-delaunay-p-lopez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_c-korhonen-y-y-yang-c-delaunay-p-lopez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Mjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_c-korhonen-y-y-yang-c-delaunay-p-lopez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 06:35</strong> | Tennis | ATP - Beijing (CHN) - Doubles | H.Heliovaara/H.Patten - J.Murray/J.Peers
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_h-heliovaara-h-patten-j-murray-j-peers_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_h-heliovaara-h-patten-j-murray-j-peers_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_h-heliovaara-h-patten-j-murray-j-peers_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_h-heliovaara-h-patten-j-murray-j-peers_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 06:48</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Peangtarn Plipuech - Anna Blinkova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_peangtarn-plipuech-anna-blinkova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0ODc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0ODc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_peangtarn-plipuech-anna-blinkova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_peangtarn-plipuech-anna-blinkova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0ODc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_peangtarn-plipuech-anna-blinkova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 06:55</strong> | Tennis | ATP - Shanghai (CHN) - Qualifications | Fajing Sun - Ramkumar Ramanathan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_fajing-sun-ramkumar-ramanathan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkwNjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkwNjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_fajing-sun-ramkumar-ramanathan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_fajing-sun-ramkumar-ramanathan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkwNjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_fajing-sun-ramkumar-ramanathan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 06:59</strong> |  | H2H - GG League Mixed | Dallas Mavericks (AM) - Cleveland Cavaliers (HOGGY)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dallas-mavericks-am-cleveland-cavaliers-hoggy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dallas-mavericks-am-cleveland-cavaliers-hoggy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dallas-mavericks-am-cleveland-cavaliers-hoggy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dallas-mavericks-am-cleveland-cavaliers-hoggy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:00</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Qualifications | Emma Van Poppel - Anna Maria Tottrup
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_emma-van-poppel-anna-maria-tottrup_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_emma-van-poppel-anna-maria-tottrup_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_emma-van-poppel-anna-maria-tottrup_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_emma-van-poppel-anna-maria-tottrup_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:00</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Qualifications | Mia Mack - Celine Absawi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mia-mack-celine-absawi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mia-mack-celine-absawi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mia-mack-celine-absawi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mia-mack-celine-absawi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:00</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Qualifications | Alisa Vasileva - Laura Rahnel
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alisa-vasileva-laura-rahnel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alisa-vasileva-laura-rahnel_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alisa-vasileva-laura-rahnel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alisa-vasileva-laura-rahnel_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:00</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) - Qualifications | Alan Raul Sau Franco - Luke Hooper
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alan-raul-sau-franco-luke-hooper_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0ODc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0ODc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alan-raul-sau-franco-luke-hooper_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alan-raul-sau-franco-luke-hooper_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0ODc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alan-raul-sau-franco-luke-hooper_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:00</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Qualifications | Ottavia Massetti - Laetitia Pulchartova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ottavia-massetti-laetitia-pulchartova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ottavia-massetti-laetitia-pulchartova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ottavia-massetti-laetitia-pulchartova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ottavia-massetti-laetitia-pulchartova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:00</strong> | Tennis | ATP - Shanghai (CHN) - Qualifications | Aleksandar Vukic - Mitchell Krueger
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_aleksandar-vukic-mitchell-krueger_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc4ODU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc4ODU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_aleksandar-vukic-mitchell-krueger_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_aleksandar-vukic-mitchell-krueger_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc4ODU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_aleksandar-vukic-mitchell-krueger_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:00</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) - Qualifications | Aryan Lakshmanan - Joe Leather
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_aryan-lakshmanan-joe-leather_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_aryan-lakshmanan-joe-leather_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_aryan-lakshmanan-joe-leather_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_aryan-lakshmanan-joe-leather_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:00</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) - Qualifications | Nino Ehrenschneider - Thomas Drayton
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nino-ehrenschneider-thomas-drayton_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nino-ehrenschneider-thomas-drayton_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nino-ehrenschneider-thomas-drayton_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nino-ehrenschneider-thomas-drayton_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:10</strong> | Tennis | ATP - Shanghai (CHN) - Qualifications | Yosuke Watanuki - Seong Chan Hong
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yosuke-watanuki-seong-chan-hong_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2NTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2NTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yosuke-watanuki-seong-chan-hong_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yosuke-watanuki-seong-chan-hong_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2NTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yosuke-watanuki-seong-chan-hong_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:20</strong> | Tennis | ATP - Shanghai (CHN) - Qualifications | Egor Gerasimov - Alejandro Moro Canas
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_egor-gerasimov-alejandro-moro-canas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2NTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2NTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_egor-gerasimov-alejandro-moro-canas_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_egor-gerasimov-alejandro-moro-canas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2NTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_egor-gerasimov-alejandro-moro-canas_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:30</strong> | Tennis | ITF (M) - Cairns (AUS) - Doubles | Y.Inui/A.Mehrotra - C.Gaal/T.E.Papac
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_y-inui-a-mehrotra-c-gaal-t-e-papac_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_y-inui-a-mehrotra-c-gaal-t-e-papac_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_y-inui-a-mehrotra-c-gaal-t-e-papac_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1MjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_y-inui-a-mehrotra-c-gaal-t-e-papac_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:30</strong> | Tennis | ITF (M) - Cairns (AUS) - Doubles | F.Dyer/C.Pade - M.Hulme/J.Watt
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_f-dyer-c-pade-m-hulme-j-watt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_f-dyer-c-pade-m-hulme-j-watt_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_f-dyer-c-pade-m-hulme-j-watt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_f-dyer-c-pade-m-hulme-j-watt_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:30</strong> | Tennis | ATP - Tokyo (JPN) - Doubles | A.Behar/R.Galloway - J.Cash/L.Glasspool
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-behar-r-galloway-j-cash-l-glasspool_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc2NDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc2NDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-behar-r-galloway-j-cash-l-glasspool_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-behar-r-galloway-j-cash-l-glasspool_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc2NDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-behar-r-galloway-j-cash-l-glasspool_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:30</strong> | Football | India - Delhi Premier League | Vatika FC - Delhi FC (R)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vatika-fc-delhi-fc-r_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDI0NDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDI0NDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vatika-fc-delhi-fc-r_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vatika-fc-delhi-fc-r_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDI0NDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vatika-fc-delhi-fc-r_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:31</strong> |  | H2H - GG League Mixed | Phoenix Suns (TD24) - Golden State Warriors (KJMR)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_phoenix-suns-td24-golden-state-warriors-kjmr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_phoenix-suns-td24-golden-state-warriors-kjmr_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_phoenix-suns-td24-golden-state-warriors-kjmr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_phoenix-suns-td24-golden-state-warriors-kjmr_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:50</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Kimberly Birrell - Yidi Yang
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kimberly-birrell-yidi-yang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0ODg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0ODg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kimberly-birrell-yidi-yang_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kimberly-birrell-yidi-yang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0ODg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kimberly-birrell-yidi-yang_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:55</strong> | Tennis | ITF (W) - Sibenik (HRV) | Marie Charlotte Vogt - Stephanie Wagner
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_marie-charlotte-vogt-stephanie-wagner_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_marie-charlotte-vogt-stephanie-wagner_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_marie-charlotte-vogt-stephanie-wagner_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_marie-charlotte-vogt-stephanie-wagner_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 07:55</strong> | Tennis | ITF (W) - Sibenik (HRV) | Sara Bejlek - Tyra Caterina Grant
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sara-bejlek-tyra-caterina-grant_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sara-bejlek-tyra-caterina-grant_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sara-bejlek-tyra-caterina-grant_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sara-bejlek-tyra-caterina-grant_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) - Qualifications | Iveta Dapkute - Krystyna Pochtovyk
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_iveta-dapkute-krystyna-pochtovyk_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_iveta-dapkute-krystyna-pochtovyk_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_iveta-dapkute-krystyna-pochtovyk_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_iveta-dapkute-krystyna-pochtovyk_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Basketball 3x3 | FIBA - Challenger | Raudondvaris - Sagamihara
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_raudondvaris-sagamihara_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_raudondvaris-sagamihara_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_raudondvaris-sagamihara_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_raudondvaris-sagamihara_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Football | AFC - Champions League - East | Central Coast Mariners - Buriram United
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_central-coast-mariners-buriram-united_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5Mjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5Mjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_central-coast-mariners-buriram-united_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_central-coast-mariners-buriram-united_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5Mjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_central-coast-mariners-buriram-united_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Football | Kazakhstan - Second League | FK Maktaaral - FC Talas
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_fk-maktaaral-fc-talas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_fk-maktaaral-fc-talas_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_fk-maktaaral-fc-talas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_fk-maktaaral-fc-talas_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (W) - Sibenik (HRV) | Astra Sharma - Nuria Brancaccio
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_astra-sharma-nuria-brancaccio_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_astra-sharma-nuria-brancaccio_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_astra-sharma-nuria-brancaccio_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_astra-sharma-nuria-brancaccio_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) - Qualifications | Camilla Gennaro - Marcella Dessolis
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_camilla-gennaro-marcella-dessolis_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_camilla-gennaro-marcella-dessolis_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_camilla-gennaro-marcella-dessolis_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_camilla-gennaro-marcella-dessolis_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | WTA Beijing | Yulia Starodubtseva - Anna Kalinskaya
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yulia-starodubtseva-anna-kalinskaya_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport2[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport2[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yulia-starodubtseva-anna-kalinskaya_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yulia-starodubtseva-anna-kalinskaya_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport2[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yulia-starodubtseva-anna-kalinskaya_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ATP - Beijing (CHN) | Daniil Medvedev - Carlos Alcaraz
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_daniil-medvedev-carlos-alcaraz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_daniil-medvedev-carlos-alcaraz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_daniil-medvedev-carlos-alcaraz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_daniil-medvedev-carlos-alcaraz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (M) - Kigali (RWA) | Rishab Agarwal - Aziz Ouakaa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rishab-agarwal-aziz-ouakaa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rishab-agarwal-aziz-ouakaa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rishab-agarwal-aziz-ouakaa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rishab-agarwal-aziz-ouakaa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) - Qualifications | Ela Nala Milic - Irene Lavino
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ela-nala-milic-irene-lavino_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ela-nala-milic-irene-lavino_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ela-nala-milic-irene-lavino_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ela-nala-milic-irene-lavino_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ATP Beijing | Daniil Medvedev - Carlos Alcaraz Garfia
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_daniil-medvedev-carlos-alcaraz-garfia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub2[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub2[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_daniil-medvedev-carlos-alcaraz-garfia_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_daniil-medvedev-carlos-alcaraz-garfia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub2[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_daniil-medvedev-carlos-alcaraz-garfia_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Football | Kazakhstan - Second League | FC KazAST - Ordabasy II
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_fc-kazast-ordabasy-ii_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_fc-kazast-ordabasy-ii_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_fc-kazast-ordabasy-ii_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_fc-kazast-ordabasy-ii_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (W) - Reims (FRA) | Sarah Iliev - Margaux Rouvroy
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sarah-iliev-margaux-rouvroy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4Mzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4Mzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sarah-iliev-margaux-rouvroy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sarah-iliev-margaux-rouvroy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4Mzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sarah-iliev-margaux-rouvroy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) - Qualifications | Katerina Tsygourova - Arina Gabriela Vasilescu
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_katerina-tsygourova-arina-gabriela-vasilescu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_katerina-tsygourova-arina-gabriela-vasilescu_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_katerina-tsygourova-arina-gabriela-vasilescu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_katerina-tsygourova-arina-gabriela-vasilescu_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (M) - Kigali (RWA) | Siddhant Banthia - Arthur Laborde
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_siddhant-banthia-arthur-laborde_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_siddhant-banthia-arthur-laborde_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_siddhant-banthia-arthur-laborde_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_siddhant-banthia-arthur-laborde_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) - Qualifications | Lisa Zaar - Yasmine Kabbaj
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lisa-zaar-yasmine-kabbaj_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lisa-zaar-yasmine-kabbaj_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lisa-zaar-yasmine-kabbaj_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lisa-zaar-yasmine-kabbaj_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (W) - Reims (FRA) | Emeline Dartron - Diana Martynov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_emeline-dartron-diana-martynov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4Mzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4Mzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_emeline-dartron-diana-martynov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_emeline-dartron-diana-martynov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4Mzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_emeline-dartron-diana-martynov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (W) - Reims (FRA) | Mingge Xu - Astrid Lew Yan Foon
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mingge-xu-astrid-lew-yan-foon_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mingge-xu-astrid-lew-yan-foon_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mingge-xu-astrid-lew-yan-foon_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mingge-xu-astrid-lew-yan-foon_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) - Qualifications | Francesca Pace - L.Tagger
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_francesca-pace-l-tagger_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_francesca-pace-l-tagger_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_francesca-pace-l-tagger_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_francesca-pace-l-tagger_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) - Qualifications | Matilde Mariani - Dia Evtimova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_matilde-mariani-dia-evtimova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_matilde-mariani-dia-evtimova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_matilde-mariani-dia-evtimova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_matilde-mariani-dia-evtimova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) - Qualifications | Federica Urgesi - Vittoria Paganetti
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_federica-urgesi-vittoria-paganetti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_federica-urgesi-vittoria-paganetti_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_federica-urgesi-vittoria-paganetti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_federica-urgesi-vittoria-paganetti_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:03</strong> |  | H2H - GG League Mixed | Dallas Mavericks (AM) - Golden State Warriors (KJMR)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dallas-mavericks-am-golden-state-warriors-kjmr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dallas-mavericks-am-golden-state-warriors-kjmr_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dallas-mavericks-am-golden-state-warriors-kjmr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dallas-mavericks-am-golden-state-warriors-kjmr_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:10</strong> | Tennis | ITF (W) - Sibenik (HRV) | Elsa Jacquemot - Kathinka von Deichmann
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_elsa-jacquemot-kathinka-von-deichmann_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_elsa-jacquemot-kathinka-von-deichmann_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_elsa-jacquemot-kathinka-von-deichmann_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_elsa-jacquemot-kathinka-von-deichmann_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:11</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (THA KID) - Milwaukee Bucks (RAMZ)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-tha-kid-milwaukee-bucks-ramz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-tha-kid-milwaukee-bucks-ramz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-tha-kid-milwaukee-bucks-ramz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-tha-kid-milwaukee-bucks-ramz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:13</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Linda Fruhvirtova - Varvara Lepchenko
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_linda-fruhvirtova-varvara-lepchenko_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0ODY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0ODY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_linda-fruhvirtova-varvara-lepchenko_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_linda-fruhvirtova-varvara-lepchenko_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0ODY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_linda-fruhvirtova-varvara-lepchenko_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:19</strong> | Tennis | WTA - Beijing (CHN) - Doubles | M.Andreeva/D.Shnaider - L.Kichenok/M.Kostyuk
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-andreeva-d-shnaider-l-kichenok-m-kostyuk_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-andreeva-d-shnaider-l-kichenok-m-kostyuk_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-andreeva-d-shnaider-l-kichenok-m-kostyuk_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-andreeva-d-shnaider-l-kichenok-m-kostyuk_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:25</strong> | Basketball 3x3 | FIBA - Challenger | Paris - Qinhuangdao
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_paris-qinhuangdao_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_paris-qinhuangdao_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_paris-qinhuangdao_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_paris-qinhuangdao_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:27</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (SABRE) - Dallas Mavericks (EXO)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-sabre-dallas-mavericks-exo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-sabre-dallas-mavericks-exo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-sabre-dallas-mavericks-exo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-sabre-dallas-mavericks-exo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Snooker | International Championship - Qualifications | Jak Jones - Simon Blackwell
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jak-jones-simon-blackwell_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jak-jones-simon-blackwell_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jak-jones-simon-blackwell_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jak-jones-simon-blackwell_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) - Qualifications | Jennifer Luikham - Lois Newberry
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jennifer-luikham-lois-newberry_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jennifer-luikham-lois-newberry_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jennifer-luikham-lois-newberry_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jennifer-luikham-lois-newberry_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) - Qualifications | Julia Adams - Wei Zheng
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_julia-adams-wei-zheng_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_julia-adams-wei-zheng_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_julia-adams-wei-zheng_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_julia-adams-wei-zheng_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Qualifications | Carlotta Moccia - Martina Smolenova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_carlotta-moccia-martina-smolenova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_carlotta-moccia-martina-smolenova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_carlotta-moccia-martina-smolenova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_carlotta-moccia-martina-smolenova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (M) - Zaragoza (ESP) | Leonid Sheyngezikht - Michiel de Krom
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_leonid-sheyngezikht-michiel-de-krom_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_leonid-sheyngezikht-michiel-de-krom_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_leonid-sheyngezikht-michiel-de-krom_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_leonid-sheyngezikht-michiel-de-krom_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ATP - Shanghai (CHN) - Qualifications | Yan Bai - Zachary Svajda
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yan-bai-zachary-svajda_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3ODM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3ODM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yan-bai-zachary-svajda_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yan-bai-zachary-svajda_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3ODM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yan-bai-zachary-svajda_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Snooker | International Championship - Qualifications | Gary Wilson - Hammad Miah
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gary-wilson-hammad-miah_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gary-wilson-hammad-miah_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gary-wilson-hammad-miah_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gary-wilson-hammad-miah_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Qualifications | Vivien Sandberg - Honori Koyama
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vivien-sandberg-honori-koyama_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vivien-sandberg-honori-koyama_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vivien-sandberg-honori-koyama_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vivien-sandberg-honori-koyama_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | August Holmgren - Manuel Guinard
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_august-holmgren-manuel-guinard_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_august-holmgren-manuel-guinard_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_august-holmgren-manuel-guinard_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_august-holmgren-manuel-guinard_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) - Qualifications | Natalie Moskova - Aaddi Gupta
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_natalie-moskova-aaddi-gupta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_natalie-moskova-aaddi-gupta_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_natalie-moskova-aaddi-gupta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_natalie-moskova-aaddi-gupta_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) - Qualifications | Eyad Reda Ezzat Mohamed Sherif - Ludovico Vaccari
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_eyad-reda-ezzat-mohamed-sherif-ludovico-vaccari_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0ODY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0ODY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_eyad-reda-ezzat-mohamed-sherif-ludovico-vaccari_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_eyad-reda-ezzat-mohamed-sherif-ludovico-vaccari_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0ODY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_eyad-reda-ezzat-mohamed-sherif-ludovico-vaccari_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) - Qualifications | Ryoto Tachi - Emirhan Bulut
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ryoto-tachi-emirhan-bulut_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ryoto-tachi-emirhan-bulut_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ryoto-tachi-emirhan-bulut_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ryoto-tachi-emirhan-bulut_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Football | India - Sikkim Premier Division S-League | Howler's FC - Sikkim Aakraman FC
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_howler-s-fc-sikkim-aakraman-fc_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_howler-s-fc-sikkim-aakraman-fc_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_howler-s-fc-sikkim-aakraman-fc_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_howler-s-fc-sikkim-aakraman-fc_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) - Qualifications | Fryderyk Lechno-Wasiutynski - Freddie Ridout
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_fryderyk-lechno-wasiutynski-freddie-ridout_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_fryderyk-lechno-wasiutynski-freddie-ridout_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_fryderyk-lechno-wasiutynski-freddie-ridout_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_fryderyk-lechno-wasiutynski-freddie-ridout_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) - Qualifications | Natalia Kowalczyk - Sofia E.C.Dominguez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_natalia-kowalczyk-sofia-e-c-dominguez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4MzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4MzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_natalia-kowalczyk-sofia-e-c-dominguez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_natalia-kowalczyk-sofia-e-c-dominguez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4MzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_natalia-kowalczyk-sofia-e-c-dominguez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (M) - Zaragoza (ESP) | Sergi Perez Contri - Imanol Lopez Morillo
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sergi-perez-contri-imanol-lopez-morillo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sergi-perez-contri-imanol-lopez-morillo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sergi-perez-contri-imanol-lopez-morillo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sergi-perez-contri-imanol-lopez-morillo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) - Qualifications | Isabelle Lacy - Marcella Cruz
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_isabelle-lacy-marcella-cruz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA2MTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA2MTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_isabelle-lacy-marcella-cruz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_isabelle-lacy-marcella-cruz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA2MTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_isabelle-lacy-marcella-cruz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) - Qualifications | Yuta Kikuchi - David Quayle
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yuta-kikuchi-david-quayle_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yuta-kikuchi-david-quayle_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yuta-kikuchi-david-quayle_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yuta-kikuchi-david-quayle_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Snooker | International Championship - Qualifications | Zhou Yuelong - Michael Holt
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_zhou-yuelong-michael-holt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_zhou-yuelong-michael-holt_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_zhou-yuelong-michael-holt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_zhou-yuelong-michael-holt_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Samuel Vincent Ruggeri - Eliakim Coulibaly
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_samuel-vincent-ruggeri-eliakim-coulibaly_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_samuel-vincent-ruggeri-eliakim-coulibaly_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_samuel-vincent-ruggeri-eliakim-coulibaly_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_samuel-vincent-ruggeri-eliakim-coulibaly_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) - Qualifications | Ciara Moore - Niehua Tian
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ciara-moore-niehua-tian_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ciara-moore-niehua-tian_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ciara-moore-niehua-tian_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ciara-moore-niehua-tian_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Snooker | International Championship - Qualifications | Mark Selby - Artemijs Zizins
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mark-selby-artemijs-zizins_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzMzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzMzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mark-selby-artemijs-zizins_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mark-selby-artemijs-zizins_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzMzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mark-selby-artemijs-zizins_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (M) - Zaragoza (ESP) | Nikolay Nedelchev - Albert Pedrico Kravtsov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nikolay-nedelchev-albert-pedrico-kravtsov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nikolay-nedelchev-albert-pedrico-kravtsov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nikolay-nedelchev-albert-pedrico-kravtsov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nikolay-nedelchev-albert-pedrico-kravtsov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) - Qualifications | Anastasia Mozgaleva - Jordyn McBride
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_anastasia-mozgaleva-jordyn-mcbride_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_anastasia-mozgaleva-jordyn-mcbride_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_anastasia-mozgaleva-jordyn-mcbride_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_anastasia-mozgaleva-jordyn-mcbride_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) - Qualifications | Ximena Senties - Katya Townsend
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ximena-senties-katya-townsend_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ximena-senties-katya-townsend_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ximena-senties-katya-townsend_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ximena-senties-katya-townsend_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:33</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Eudice Wong Chong - Mccartney Kessler
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_eudice-wong-chong-mccartney-kessler_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_eudice-wong-chong-mccartney-kessler_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_eudice-wong-chong-mccartney-kessler_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_eudice-wong-chong-mccartney-kessler_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:35</strong> |  | H2H - GG League Mixed | Phoenix Suns (TD24) - Cleveland Cavaliers (HOGGY)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_phoenix-suns-td24-cleveland-cavaliers-hoggy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_phoenix-suns-td24-cleveland-cavaliers-hoggy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_phoenix-suns-td24-cleveland-cavaliers-hoggy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_phoenix-suns-td24-cleveland-cavaliers-hoggy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:43</strong> |  | H2H - GG League Mixed | Boston Celtics (DIMES) - Milwaukee Bucks (RAMZ)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_boston-celtics-dimes-milwaukee-bucks-ramz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_boston-celtics-dimes-milwaukee-bucks-ramz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_boston-celtics-dimes-milwaukee-bucks-ramz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwNzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_boston-celtics-dimes-milwaukee-bucks-ramz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:50</strong> | Tennis | ATP - Shanghai (CHN) - Qualifications | Mattia Bellucci - Aslan Karatsev
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mattia-bellucci-aslan-karatsev_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3MjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3MjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mattia-bellucci-aslan-karatsev_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mattia-bellucci-aslan-karatsev_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3MjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mattia-bellucci-aslan-karatsev_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 08:50</strong> | Basketball 3x3 | FIBA 3x3 - World Tour | UB - Princeton
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ub-princeton_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ub-princeton_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ub-princeton_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ub-princeton_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:00</strong> | Tennis | Challenger - Villena (ESP) | Robin Bertrand - Stefano Travaglia
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_robin-bertrand-stefano-travaglia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_robin-bertrand-stefano-travaglia_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_robin-bertrand-stefano-travaglia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_robin-bertrand-stefano-travaglia_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:00</strong> | Basketball | Philippines - Governors Cup - Playoff | Rain or Shine Painters - Magnolia Hotshots
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rain-or-shine-painters-magnolia-hotshots_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODcxNTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODcxNTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rain-or-shine-painters-magnolia-hotshots_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rain-or-shine-painters-magnolia-hotshots_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODcxNTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rain-or-shine-painters-magnolia-hotshots_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:00</strong> | Basketball | Club Friendly Games | BC Tsu - Orbi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_bc-tsu-orbi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODAwNjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODAwNjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_bc-tsu-orbi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_bc-tsu-orbi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODAwNjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_bc-tsu-orbi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Sapfo Sakellaridi - Samira De Stefano
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sapfo-sakellaridi-samira-de-stefano_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sapfo-sakellaridi-samira-de-stefano_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sapfo-sakellaridi-samira-de-stefano_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sapfo-sakellaridi-samira-de-stefano_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:00</strong> | Tennis | Challenger - Villena (ESP) | Rafael Jodar - Justin Engel
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rafael-jodar-justin-engel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rafael-jodar-justin-engel_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rafael-jodar-justin-engel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rafael-jodar-justin-engel_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:00</strong> | Tennis | Challenger - Villena (ESP) | Rudolf Molleker - Christoph Negritu
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rudolf-molleker-christoph-negritu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM0OTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM0OTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rudolf-molleker-christoph-negritu_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rudolf-molleker-christoph-negritu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM0OTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rudolf-molleker-christoph-negritu_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:00</strong> | Tennis | Challenger - Villena (ESP) | Rudolf Molleker - Giovanni Fonio
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rudolf-molleker-giovanni-fonio_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rudolf-molleker-giovanni-fonio_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rudolf-molleker-giovanni-fonio_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rudolf-molleker-giovanni-fonio_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:00</strong> | Tennis | Challenger - Villena (ESP) | Robin Bertrand - Laurent Lokoli
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_robin-bertrand-laurent-lokoli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM1MDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM1MDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_robin-bertrand-laurent-lokoli_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_robin-bertrand-laurent-lokoli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM1MDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_robin-bertrand-laurent-lokoli_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:00</strong> | Tennis | ITF (W) - Baza (ESP) | Claudia Ferrer Perez - Kaitlin Quevedo
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_claudia-ferrer-perez-kaitlin-quevedo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_claudia-ferrer-perez-kaitlin-quevedo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_claudia-ferrer-perez-kaitlin-quevedo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_claudia-ferrer-perez-kaitlin-quevedo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:00</strong> | Tennis | ITF (W) - Baza (ESP) | Sofia Shapatava - Lucia Cortez Llorca
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sofia-shapatava-lucia-cortez-llorca_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE2NDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE2NDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sofia-shapatava-lucia-cortez-llorca_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sofia-shapatava-lucia-cortez-llorca_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE2NDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sofia-shapatava-lucia-cortez-llorca_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:00</strong> | Aussie rules | AFL Women | Geelong Cats W - Fremantle Dockers W
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_geelong-cats-w-fremantle-dockers-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/TNTSports2[UK]" readonly="">
                            <a href="https://antenasport.online/channel/TNTSports2[UK]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_geelong-cats-w-fremantle-dockers-w_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_geelong-cats-w-fremantle-dockers-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/TNTSports2[UK]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_geelong-cats-w-fremantle-dockers-w_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_geelong-cats-w-fremantle-dockers-w_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/FoxSoccerPlus[USA]" readonly="">
                            <a href="https://antenasport.online/channel/FoxSoccerPlus[USA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_geelong-cats-w-fremantle-dockers-w_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_geelong-cats-w-fremantle-dockers-w_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/FoxSoccerPlus[USA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_geelong-cats-w-fremantle-dockers-w_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:07</strong> |  | H2H - GG League Mixed | Phoenix Suns (TD24) - Dallas Mavericks (AM)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_phoenix-suns-td24-dallas-mavericks-am_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_phoenix-suns-td24-dallas-mavericks-am_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_phoenix-suns-td24-dallas-mavericks-am_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_phoenix-suns-td24-dallas-mavericks-am_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:10</strong> | Tennis | ATP - Shanghai (CHN) - Qualifications | Gabriel Diallo - Marco Trungelliti
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gabriel-diallo-marco-trungelliti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3Mjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3Mjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gabriel-diallo-marco-trungelliti_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gabriel-diallo-marco-trungelliti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3Mjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gabriel-diallo-marco-trungelliti_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:15</strong> | Basketball 3x3 | FIBA - Challenger | Marijampole - Brisbane
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_marijampole-brisbane_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwMzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwMzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_marijampole-brisbane_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_marijampole-brisbane_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwMzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_marijampole-brisbane_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:15</strong> | Basketball 3x3 | FIBA 3x3 - World Tour | Vienna - Podgorica
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vienna-podgorica_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vienna-podgorica_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vienna-podgorica_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vienna-podgorica_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:30</strong> | Tennis | ITF (W) - Reims (FRA) | Olga Helmi - Alice Tubello
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_olga-helmi-alice-tubello_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4MzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4MzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_olga-helmi-alice-tubello_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_olga-helmi-alice-tubello_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4MzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_olga-helmi-alice-tubello_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:30</strong> | Tennis | ITF (W) - Reims (FRA) | Antonia Schmidt - Anastasia Kulikova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_antonia-schmidt-anastasia-kulikova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4MzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4MzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_antonia-schmidt-anastasia-kulikova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_antonia-schmidt-anastasia-kulikova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4MzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_antonia-schmidt-anastasia-kulikova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:30</strong> | Tennis | ITF (M) - Kigali (RWA) | Maximilian Neuchrist - Florent Bax
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_maximilian-neuchrist-florent-bax_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_maximilian-neuchrist-florent-bax_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_maximilian-neuchrist-florent-bax_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_maximilian-neuchrist-florent-bax_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:30</strong> | Tennis | ITF (W) - Reims (FRA) - Doubles | D.Havermans/C.Janssen - A.Aksu/J.Avdeeva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_d-havermans-c-janssen-a-aksu-j-avdeeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExMzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExMzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_d-havermans-c-janssen-a-aksu-j-avdeeva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_d-havermans-c-janssen-a-aksu-j-avdeeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExMzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_d-havermans-c-janssen-a-aksu-j-avdeeva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:30</strong> | Tennis | ITF (M) - Kigali (RWA) | Guy Orly Iradukunda - Benjamin Lock
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_guy-orly-iradukunda-benjamin-lock_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_guy-orly-iradukunda-benjamin-lock_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_guy-orly-iradukunda-benjamin-lock_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_guy-orly-iradukunda-benjamin-lock_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:30</strong> | Tennis | ITF (M) - Kigali (RWA) | Preston Brown - Rodrigo Alujas
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_preston-brown-rodrigo-alujas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_preston-brown-rodrigo-alujas_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_preston-brown-rodrigo-alujas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_preston-brown-rodrigo-alujas_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:30</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Matilde Paoletti - Tatiana Pieri
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_matilde-paoletti-tatiana-pieri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_matilde-paoletti-tatiana-pieri_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_matilde-paoletti-tatiana-pieri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_matilde-paoletti-tatiana-pieri_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:30</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Daniele Rapagnetta - Dimitris Sakellaridis
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_daniele-rapagnetta-dimitris-sakellaridis_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_daniele-rapagnetta-dimitris-sakellaridis_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_daniele-rapagnetta-dimitris-sakellaridis_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_daniele-rapagnetta-dimitris-sakellaridis_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:30</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Oleksii Krutykh - Francesco Maestrelli
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_oleksii-krutykh-francesco-maestrelli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3Mjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3Mjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_oleksii-krutykh-francesco-maestrelli_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_oleksii-krutykh-francesco-maestrelli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3Mjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_oleksii-krutykh-francesco-maestrelli_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:30</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Jiri Barnat - Alessandro Spadola
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jiri-barnat-alessandro-spadola_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jiri-barnat-alessandro-spadola_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jiri-barnat-alessandro-spadola_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jiri-barnat-alessandro-spadola_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:30</strong> | Tennis | ITF (W) - Sibenik (HRV) | Oleksandra Oliynykova - Leyre Romero Gormaz
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_oleksandra-oliynykova-leyre-romero-gormaz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_oleksandra-oliynykova-leyre-romero-gormaz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_oleksandra-oliynykova-leyre-romero-gormaz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_oleksandra-oliynykova-leyre-romero-gormaz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:30</strong> | Tennis | ITF (W) - Sibenik (HRV) | Tena Lukas - Anca Alexia Todoni
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tena-lukas-anca-alexia-todoni_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tena-lukas-anca-alexia-todoni_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tena-lukas-anca-alexia-todoni_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tena-lukas-anca-alexia-todoni_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:39</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (HOGGY) - Dallas Mavericks (AM)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-hoggy-dallas-mavericks-am_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-hoggy-dallas-mavericks-am_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-hoggy-dallas-mavericks-am_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-hoggy-dallas-mavericks-am_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:45</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Antoine Escoffier - Hamad Medjedovic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_antoine-escoffier-hamad-medjedovic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_antoine-escoffier-hamad-medjedovic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_antoine-escoffier-hamad-medjedovic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_antoine-escoffier-hamad-medjedovic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:47</strong> |  | H2H - GG League Mixed | Milwaukee Bucks (RAMZ) - Memphis Grizzlies (THA KID)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milwaukee-bucks-ramz-memphis-grizzlies-tha-kid_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milwaukee-bucks-ramz-memphis-grizzlies-tha-kid_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milwaukee-bucks-ramz-memphis-grizzlies-tha-kid_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milwaukee-bucks-ramz-memphis-grizzlies-tha-kid_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:50</strong> | Basketball 3x3 | FIBA - Challenger | Raudondvaris - Barcelona
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_raudondvaris-barcelona_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_raudondvaris-barcelona_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_raudondvaris-barcelona_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_raudondvaris-barcelona_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 09:50</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Tereza Valentova - Angelica Raggi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tereza-valentova-angelica-raggi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tereza-valentova-angelica-raggi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tereza-valentova-angelica-raggi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tereza-valentova-angelica-raggi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Football | AFC Champions League | Pohang - Shanghai Port
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_pohang-shanghai-port_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/OkkoSport[RU]" readonly="">
                            <a href="https://antenasport.online/channel/OkkoSport[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_pohang-shanghai-port_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_pohang-shanghai-port_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/OkkoSport[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_pohang-shanghai-port_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Football | AFC - Champions League - East | Kawasaki Frontale - Gwangju
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kawasaki-frontale-gwangju_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5MzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5MzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kawasaki-frontale-gwangju_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kawasaki-frontale-gwangju_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5MzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kawasaki-frontale-gwangju_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | Challenger - Braga (PRT) | Vit Kopriva - Eric Vanshelboim
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vit-kopriva-eric-vanshelboim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vit-kopriva-eric-vanshelboim_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vit-kopriva-eric-vanshelboim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vit-kopriva-eric-vanshelboim_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | ITF (W) - Monastir (TUN) | Nina Radovanovic - Arabella Koller
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nina-radovanovic-arabella-koller_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nina-radovanovic-arabella-koller_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nina-radovanovic-arabella-koller_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nina-radovanovic-arabella-koller_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Qualifications | Ayline Esina Samardzic - Syria La Cerra
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ayline-esina-samardzic-syria-la-cerra_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ayline-esina-samardzic-syria-la-cerra_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ayline-esina-samardzic-syria-la-cerra_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ayline-esina-samardzic-syria-la-cerra_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Football | Kazakhstan - Second League | Kyzylzhar II - Irtysh P.
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kyzylzhar-ii-irtysh-p_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kyzylzhar-ii-irtysh-p_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kyzylzhar-ii-irtysh-p_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kyzylzhar-ii-irtysh-p_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Sascha Wayenburg - Charles Broom
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sascha-wayenburg-charles-broom_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sascha-wayenburg-charles-broom_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sascha-wayenburg-charles-broom_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sascha-wayenburg-charles-broom_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | G.Sidney/T.Whiting - G.Oliveira/K.Stevenson
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_g-sidney-t-whiting-g-oliveira-k-stevenson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_g-sidney-t-whiting-g-oliveira-k-stevenson_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_g-sidney-t-whiting-g-oliveira-k-stevenson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_g-sidney-t-whiting-g-oliveira-k-stevenson_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | T.Hilderbrand/A.Lawson - N.Godsick/E.Quinn
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_t-hilderbrand-a-lawson-n-godsick-e-quinn_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_t-hilderbrand-a-lawson-n-godsick-e-quinn_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_t-hilderbrand-a-lawson-n-godsick-e-quinn_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_t-hilderbrand-a-lawson-n-godsick-e-quinn_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | ITF (M) - Monastir (TUN) | Miles Jones - Fabrizio Andaloro
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_miles-jones-fabrizio-andaloro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_miles-jones-fabrizio-andaloro_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_miles-jones-fabrizio-andaloro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_miles-jones-fabrizio-andaloro_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | K.Pearson/J.Sheehy - M.Daniell/H.Hach Verdugo
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_k-pearson-j-sheehy-m-daniell-h-hach-verdugo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_k-pearson-j-sheehy-m-daniell-h-hach-verdugo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_k-pearson-j-sheehy-m-daniell-h-hach-verdugo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_k-pearson-j-sheehy-m-daniell-h-hach-verdugo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | ITF (M) - Zaragoza (ESP) | Rafael Segado Esteve - Benjamin Winter Lopez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rafael-segado-esteve-benjamin-winter-lopez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rafael-segado-esteve-benjamin-winter-lopez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rafael-segado-esteve-benjamin-winter-lopez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rafael-segado-esteve-benjamin-winter-lopez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | ITF (W) - Monastir (TUN) | Eliessa Vanlangendonck - Lilian Poling
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_eliessa-vanlangendonck-lilian-poling_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_eliessa-vanlangendonck-lilian-poling_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_eliessa-vanlangendonck-lilian-poling_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_eliessa-vanlangendonck-lilian-poling_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | ITF (M) - Monastir (TUN) | Mariano Tammaro - John Sperle
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mariano-tammaro-john-sperle_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mariano-tammaro-john-sperle_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mariano-tammaro-john-sperle_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mariano-tammaro-john-sperle_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | ITF (M) - Zaragoza (ESP) | Vladyslav Orlov - Nicholas David Ionel
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vladyslav-orlov-nicholas-david-ionel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vladyslav-orlov-nicholas-david-ionel_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vladyslav-orlov-nicholas-david-ionel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vladyslav-orlov-nicholas-david-ionel_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | Challenger - Braga (PRT) | Elmer Moeller - Frederico Ferreira Silva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_elmer-moeller-frederico-ferreira-silva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_elmer-moeller-frederico-ferreira-silva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_elmer-moeller-frederico-ferreira-silva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_elmer-moeller-frederico-ferreira-silva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | ITF (M) - Monastir (TUN) | Luca Wiedenmann - Emilien Demanet
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_luca-wiedenmann-emilien-demanet_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_luca-wiedenmann-emilien-demanet_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_luca-wiedenmann-emilien-demanet_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_luca-wiedenmann-emilien-demanet_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | ATP Tokyo | Arthur Fils - Ugo Humbert
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_arthur-fils-ugo-humbert_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/SkySport1[DE]" readonly="">
                            <a href="https://antenasport.online/channel/SkySport1[DE]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_arthur-fils-ugo-humbert_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_arthur-fils-ugo-humbert_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/SkySport1[DE]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_arthur-fils-ugo-humbert_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_arthur-fils-ugo-humbert_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport3[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport3[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_arthur-fils-ugo-humbert_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_arthur-fils-ugo-humbert_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport3[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_arthur-fils-ugo-humbert_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Football | AFC - Champions League - East | Pohang Steelers - Shanghai Port
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_pohang-steelers-shanghai-port_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5MzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5MzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_pohang-steelers-shanghai-port_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_pohang-steelers-shanghai-port_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5MzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_pohang-steelers-shanghai-port_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | ITF (M) - Monastir (TUN) | Max Schoenhaus - Omni Kumar
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_max-schoenhaus-omni-kumar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_max-schoenhaus-omni-kumar_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_max-schoenhaus-omni-kumar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_max-schoenhaus-omni-kumar_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Football | Portugal - Liga Revelacao U23 - Serie A | Braga U23 - Torreense U23
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_braga-u23-torreense-u23_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI1OTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI1OTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_braga-u23-torreense-u23_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_braga-u23-torreense-u23_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI1OTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_braga-u23-torreense-u23_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | ITF (M) - Monastir (TUN) | Haithem Rabbouche - Andrey Chepelev
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_haithem-rabbouche-andrey-chepelev_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_haithem-rabbouche-andrey-chepelev_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_haithem-rabbouche-andrey-chepelev_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_haithem-rabbouche-andrey-chepelev_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | C.Puttergill/D.Sweeny - L.Saville/T.Schoolkate
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_c-puttergill-d-sweeny-l-saville-t-schoolkate_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_c-puttergill-d-sweeny-l-saville-t-schoolkate_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_c-puttergill-d-sweeny-l-saville-t-schoolkate_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_c-puttergill-d-sweeny-l-saville-t-schoolkate_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Football | Kazakhstan - Second League | Family FC U21 - Fk Aksu (R)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_family-fc-u21-fk-aksu-r_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_family-fc-u21-fk-aksu-r_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_family-fc-u21-fk-aksu-r_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_family-fc-u21-fk-aksu-r_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | ITF (W) - Monastir (TUN) | Viola Turini - Kianah Motosono
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_viola-turini-kianah-motosono_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_viola-turini-kianah-motosono_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_viola-turini-kianah-motosono_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_viola-turini-kianah-motosono_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | M.Kiger/P.Trhac - B.Holt/N.Mejia
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-kiger-p-trhac-b-holt-n-mejia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-kiger-p-trhac-b-holt-n-mejia_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-kiger-p-trhac-b-holt-n-mejia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-kiger-p-trhac-b-holt-n-mejia_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | A.Andrade/A.Shelbayh - R.Cash/J.Tracy
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-andrade-a-shelbayh-r-cash-j-tracy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-andrade-a-shelbayh-r-cash-j-tracy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-andrade-a-shelbayh-r-cash-j-tracy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-andrade-a-shelbayh-r-cash-j-tracy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Football | Kazakhstan - Second League | Tobol II - Elimai U21
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tobol-ii-elimai-u21_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tobol-ii-elimai-u21_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tobol-ii-elimai-u21_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tobol-ii-elimai-u21_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:00</strong> | Football | AFC Champions League | Kawasaki Frontale - Gwangju FC
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kawasaki-frontale-gwangju-fc_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/OkkoSport[RU]" readonly="">
                            <a href="https://antenasport.online/channel/OkkoSport[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kawasaki-frontale-gwangju-fc_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kawasaki-frontale-gwangju-fc_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/OkkoSport[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kawasaki-frontale-gwangju-fc_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:03</strong> |  | H2H - GG League Mixed | Phoenix Suns (EDGE) - Cleveland Cavaliers (SABRE)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_phoenix-suns-edge-cleveland-cavaliers-sabre_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_phoenix-suns-edge-cleveland-cavaliers-sabre_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_phoenix-suns-edge-cleveland-cavaliers-sabre_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_phoenix-suns-edge-cleveland-cavaliers-sabre_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:05</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Doubles | Suvirdjonkova/Zelinskaya - S.Kenzhibayeva/A.Sagandikova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_suvirdjonkova-zelinskaya-s-kenzhibayeva-a-sagandikova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_suvirdjonkova-zelinskaya-s-kenzhibayeva-a-sagandikova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_suvirdjonkova-zelinskaya-s-kenzhibayeva-a-sagandikova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_suvirdjonkova-zelinskaya-s-kenzhibayeva-a-sagandikova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:10</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) - Doubles | D.Blazka/M.Gengel - A.Elsayed/M.Jones
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_d-blazka-m-gengel-a-elsayed-m-jones_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_d-blazka-m-gengel-a-elsayed-m-jones_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_d-blazka-m-gengel-a-elsayed-m-jones_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_d-blazka-m-gengel-a-elsayed-m-jones_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:10</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) - Doubles | J.Story/M.Summers - O.Galimardanov/D.Khazime
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-story-m-summers-o-galimardanov-d-khazime_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-story-m-summers-o-galimardanov-d-khazime_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-story-m-summers-o-galimardanov-d-khazime_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-story-m-summers-o-galimardanov-d-khazime_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:11</strong> |  | H2H - GG League Mixed | Golden State Warriors (KJMR) - Phoenix Suns (TD24)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_golden-state-warriors-kjmr-phoenix-suns-td24_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_golden-state-warriors-kjmr-phoenix-suns-td24_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_golden-state-warriors-kjmr-phoenix-suns-td24_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_golden-state-warriors-kjmr-phoenix-suns-td24_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:15</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Gianluca Cadenasso - Lorenzo Sciahbasi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gianluca-cadenasso-lorenzo-sciahbasi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gianluca-cadenasso-lorenzo-sciahbasi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gianluca-cadenasso-lorenzo-sciahbasi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gianluca-cadenasso-lorenzo-sciahbasi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:15</strong> | Basketball 3x3 | FIBA - Challenger | Paris - Saitama
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_paris-saitama_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_paris-saitama_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_paris-saitama_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_paris-saitama_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:25</strong> | Tennis | Challenger - Villena (ESP) | Daniel Merida Aguilar - Luca Van Assche
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_daniel-merida-aguilar-luca-van-assche_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_daniel-merida-aguilar-luca-van-assche_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_daniel-merida-aguilar-luca-van-assche_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_daniel-merida-aguilar-luca-van-assche_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:28</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Elena-Gabriela Ruse - Qiang Wang
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_elena-gabriela-ruse-qiang-wang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY4MDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY4MDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_elena-gabriela-ruse-qiang-wang_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_elena-gabriela-ruse-qiang-wang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY4MDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_elena-gabriela-ruse-qiang-wang_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:30</strong> | Football | India - Delhi Premier League | Friends Utd - Sudeva Delhi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_friends-utd-sudeva-delhi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDI0NDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDI0NDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_friends-utd-sudeva-delhi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_friends-utd-sudeva-delhi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDI0NDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_friends-utd-sudeva-delhi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:30</strong> | Tennis | ITF (W) - Sibenik (HRV) | Ria Dernikovic - Darja Semenistaja
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ria-dernikovic-darja-semenistaja_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ria-dernikovic-darja-semenistaja_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ria-dernikovic-darja-semenistaja_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ria-dernikovic-darja-semenistaja_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:30</strong> | Tennis | ITF (M) - Nevers (FRA) | Theo Papamalamis - Leo Lagarrigue
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_theo-papamalamis-leo-lagarrigue_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_theo-papamalamis-leo-lagarrigue_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_theo-papamalamis-leo-lagarrigue_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_theo-papamalamis-leo-lagarrigue_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:30</strong> | Tennis | ITF (M) - Nevers (FRA) | Ergi Kirkin - François Musitelli
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ergi-kirkin-fran-ois-musitelli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ergi-kirkin-fran-ois-musitelli_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ergi-kirkin-fran-ois-musitelli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ergi-kirkin-fran-ois-musitelli_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:30</strong> | Tennis | ITF (M) - Nevers (FRA) | Milan Welte - Charlie Camus
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milan-welte-charlie-camus_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milan-welte-charlie-camus_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milan-welte-charlie-camus_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milan-welte-charlie-camus_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:35</strong> | Tennis | Challenger - Villena (ESP) | Jakub Paul - Constant Lestienne
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jakub-paul-constant-lestienne_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jakub-paul-constant-lestienne_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jakub-paul-constant-lestienne_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jakub-paul-constant-lestienne_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:35</strong> |  | H2H - GG League Mixed | Dallas Mavericks (EXO) - Cleveland Cavaliers (SABRE)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dallas-mavericks-exo-cleveland-cavaliers-sabre_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dallas-mavericks-exo-cleveland-cavaliers-sabre_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dallas-mavericks-exo-cleveland-cavaliers-sabre_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwODI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dallas-mavericks-exo-cleveland-cavaliers-sabre_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:35</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Francesco Ferrari - Giovanni Oradini
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_francesco-ferrari-giovanni-oradini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_francesco-ferrari-giovanni-oradini_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_francesco-ferrari-giovanni-oradini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_francesco-ferrari-giovanni-oradini_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:40</strong> | Basketball 3x3 | FIBA - Challenger | Hangzhou Ashley - NY Harlem
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_hangzhou-ashley-ny-harlem_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_hangzhou-ashley-ny-harlem_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_hangzhou-ashley-ny-harlem_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_hangzhou-ashley-ny-harlem_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:43</strong> |  | H2H - GG League Mixed | Golden State Warriors (KJMR) - Dallas Mavericks (AM)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_golden-state-warriors-kjmr-dallas-mavericks-am_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwOTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwOTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_golden-state-warriors-kjmr-dallas-mavericks-am_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_golden-state-warriors-kjmr-dallas-mavericks-am_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwOTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_golden-state-warriors-kjmr-dallas-mavericks-am_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:45</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Federico Iannaccone - Pavlos Tsitsipas
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_federico-iannaccone-pavlos-tsitsipas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3Mjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3Mjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_federico-iannaccone-pavlos-tsitsipas_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_federico-iannaccone-pavlos-tsitsipas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3Mjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_federico-iannaccone-pavlos-tsitsipas_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:45</strong> | Tennis | Challenger - Villena (ESP) | Mili Poljicak - Kamil Majchrzak
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mili-poljicak-kamil-majchrzak_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mili-poljicak-kamil-majchrzak_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mili-poljicak-kamil-majchrzak_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mili-poljicak-kamil-majchrzak_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:50</strong> | Tennis | ITF (W) - Baza (ESP) | Amy Zhu - Kate Mansfield
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_amy-zhu-kate-mansfield_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_amy-zhu-kate-mansfield_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_amy-zhu-kate-mansfield_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_amy-zhu-kate-mansfield_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:51</strong> |  | H2H - GG League Mixed | Boston Celtics (DIMES) - Memphis Grizzlies (THA KID)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_boston-celtics-dimes-memphis-grizzlies-tha-kid_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwOTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwOTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_boston-celtics-dimes-memphis-grizzlies-tha-kid_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_boston-celtics-dimes-memphis-grizzlies-tha-kid_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwOTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_boston-celtics-dimes-memphis-grizzlies-tha-kid_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 10:59</strong> |  | H2H - GG League Mixed | Los Angeles Lakers (JACKAL) - Boston Celtics (SCORCH)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_los-angeles-lakers-jackal-boston-celtics-scorch_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwOTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwOTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_los-angeles-lakers-jackal-boston-celtics-scorch_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_los-angeles-lakers-jackal-boston-celtics-scorch_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwOTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_los-angeles-lakers-jackal-boston-celtics-scorch_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:00</strong> | Tennis | ITF (W) - Trnava (SVK) | Katarina Stresnakova - Milana Zhabrailova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_katarina-stresnakova-milana-zhabrailova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_katarina-stresnakova-milana-zhabrailova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_katarina-stresnakova-milana-zhabrailova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_katarina-stresnakova-milana-zhabrailova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:00</strong> | Tennis | ATP Beijing | Jannik Sinner - Yunchaokete Bu
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jannik-sinner-yunchaokete-bu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub2[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub2[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jannik-sinner-yunchaokete-bu_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jannik-sinner-yunchaokete-bu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub2[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jannik-sinner-yunchaokete-bu_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_jannik-sinner-yunchaokete-bu_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport2[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport2[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jannik-sinner-yunchaokete-bu_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jannik-sinner-yunchaokete-bu_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport2[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jannik-sinner-yunchaokete-bu_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:00</strong> | Tennis | ITF (W) - Trnava (SVK) | Valeriya Olyanovskaya - Mia Chudejova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_valeriya-olyanovskaya-mia-chudejova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_valeriya-olyanovskaya-mia-chudejova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_valeriya-olyanovskaya-mia-chudejova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_valeriya-olyanovskaya-mia-chudejova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:00</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Martin Krumich - Kimmer Coppejans
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_martin-krumich-kimmer-coppejans_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3Mjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3Mjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_martin-krumich-kimmer-coppejans_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_martin-krumich-kimmer-coppejans_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3Mjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_martin-krumich-kimmer-coppejans_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:00</strong> | Tennis | ITF (W) - Trnava (SVK) | Adrienn Nagy - Anastasiia Hnidets
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_adrienn-nagy-anastasiia-hnidets_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_adrienn-nagy-anastasiia-hnidets_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_adrienn-nagy-anastasiia-hnidets_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_adrienn-nagy-anastasiia-hnidets_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:00</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | Lasse Poertner - Liam Gavrielides
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lasse-poertner-liam-gavrielides_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lasse-poertner-liam-gavrielides_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lasse-poertner-liam-gavrielides_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lasse-poertner-liam-gavrielides_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:00</strong> | Basketball 3x3 | FIBA 3x3 - World Tour | Partizan - Wuxi Huishan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_partizan-wuxi-huishan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_partizan-wuxi-huishan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_partizan-wuxi-huishan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_partizan-wuxi-huishan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:00</strong> | Tennis | ATP - Beijing (CHN) | Jannik Sinner - Bu Yunchaokete
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jannik-sinner-bu-yunchaokete_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0ODg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0ODg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jannik-sinner-bu-yunchaokete_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jannik-sinner-bu-yunchaokete_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0ODg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jannik-sinner-bu-yunchaokete_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:00</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | Alex Knaff - Patrick Kaukovalta
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alex-knaff-patrick-kaukovalta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alex-knaff-patrick-kaukovalta_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alex-knaff-patrick-kaukovalta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alex-knaff-patrick-kaukovalta_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:00</strong> | Tennis | ITF (W) - Trnava (SVK) | Amelia Rajecki - Dominika Pirohova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_amelia-rajecki-dominika-pirohova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_amelia-rajecki-dominika-pirohova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_amelia-rajecki-dominika-pirohova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_amelia-rajecki-dominika-pirohova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:05</strong> | Basketball 3x3 | FIBA - Challenger | Marijampole - Kandava
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_marijampole-kandava_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_marijampole-kandava_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_marijampole-kandava_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_marijampole-kandava_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:05</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Arianna Zucchini - Martha Matoula
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_arianna-zucchini-martha-matoula_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_arianna-zucchini-martha-matoula_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_arianna-zucchini-martha-matoula_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_arianna-zucchini-martha-matoula_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:05</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Pia Lovric - Jessica Pieri
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_pia-lovric-jessica-pieri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_pia-lovric-jessica-pieri_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_pia-lovric-jessica-pieri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_pia-lovric-jessica-pieri_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:05</strong> | Tennis | ITF (M) - Kigali (RWA) - Doubles | P.Kumar/N.Schachter - A.Kalyanpur/R.Reddy
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_p-kumar-n-schachter-a-kalyanpur-r-reddy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_p-kumar-n-schachter-a-kalyanpur-r-reddy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_p-kumar-n-schachter-a-kalyanpur-r-reddy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_p-kumar-n-schachter-a-kalyanpur-r-reddy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:05</strong> | Tennis | ITF (W) - Reims (FRA) | Mona Barthel - Amelie Van Impe
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mona-barthel-amelie-van-impe_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mona-barthel-amelie-van-impe_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mona-barthel-amelie-van-impe_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mona-barthel-amelie-van-impe_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:07</strong> |  | H2H - GG League Mixed | Dallas Mavericks (EXO) - Phoenix Suns (EDGE)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dallas-mavericks-exo-phoenix-suns-edge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dallas-mavericks-exo-phoenix-suns-edge_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dallas-mavericks-exo-phoenix-suns-edge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dallas-mavericks-exo-phoenix-suns-edge_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:10</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Oleksandr Ovcharenko - Kasra Rahmani
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_oleksandr-ovcharenko-kasra-rahmani_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_oleksandr-ovcharenko-kasra-rahmani_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_oleksandr-ovcharenko-kasra-rahmani_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_oleksandr-ovcharenko-kasra-rahmani_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:10</strong> | Tennis | ITF (M) - Kigali (RWA) - Doubles | V.Chvets/K.Mishkin - C.Denolly/A.Ouakaa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_v-chvets-k-mishkin-c-denolly-a-ouakaa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5Mzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5Mzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_v-chvets-k-mishkin-c-denolly-a-ouakaa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_v-chvets-k-mishkin-c-denolly-a-ouakaa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5Mzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_v-chvets-k-mishkin-c-denolly-a-ouakaa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:15</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (HOGGY) - Phoenix Suns (TD24)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-hoggy-phoenix-suns-td24_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-hoggy-phoenix-suns-td24_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-hoggy-phoenix-suns-td24_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-hoggy-phoenix-suns-td24_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:20</strong> | Tennis | ITF (W) - Sibenik (HRV) | Dimitra Pavlou - Iva Primorac
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dimitra-pavlou-iva-primorac_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dimitra-pavlou-iva-primorac_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dimitra-pavlou-iva-primorac_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyOTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dimitra-pavlou-iva-primorac_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:20</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Maxime Janvier - Elias Ymer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_maxime-janvier-elias-ymer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_maxime-janvier-elias-ymer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_maxime-janvier-elias-ymer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_maxime-janvier-elias-ymer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:23</strong> |  | H2H - GG League Mixed | Milwaukee Bucks (RAMZ) - Boston Celtics (DIMES)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milwaukee-bucks-ramz-boston-celtics-dimes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milwaukee-bucks-ramz-boston-celtics-dimes_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milwaukee-bucks-ramz-boston-celtics-dimes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milwaukee-bucks-ramz-boston-celtics-dimes_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:25</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Jonas Forejtek - Alberto Bronzetti
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jonas-forejtek-alberto-bronzetti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jonas-forejtek-alberto-bronzetti_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jonas-forejtek-alberto-bronzetti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jonas-forejtek-alberto-bronzetti_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:27</strong> | Basketball | Club Friendly Games | Kutaisi - BC Vsa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kutaisi-bc-vsa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA2Mjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA2Mjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kutaisi-bc-vsa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kutaisi-bc-vsa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA2Mjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kutaisi-bc-vsa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:30</strong> | Basketball 3x3 | FIBA - Challenger | Barcelona - Sagamihara
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_barcelona-sagamihara_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_barcelona-sagamihara_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_barcelona-sagamihara_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_barcelona-sagamihara_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:30</strong> | Basketball | Philippines - Governors Cup - Playoff | NLEX Road Warriors - TNT Katropa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nlex-road-warriors-tnt-katropa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODcxNTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODcxNTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nlex-road-warriors-tnt-katropa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nlex-road-warriors-tnt-katropa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODcxNTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nlex-road-warriors-tnt-katropa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:30</strong> | Tennis | ITF (W) - Sibenik (HRV) - Doubles | E.Chiesa/T.C.Grant - N.Bumbak/S.Knez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_e-chiesa-t-c-grant-n-bumbak-s-knez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyODg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyODg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_e-chiesa-t-c-grant-n-bumbak-s-knez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_e-chiesa-t-c-grant-n-bumbak-s-knez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyODg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_e-chiesa-t-c-grant-n-bumbak-s-knez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:31</strong> |  | H2H - GG League Mixed | Dallas Mavericks (SPECTER) - Phoenix Suns (OUTLAW)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dallas-mavericks-specter-phoenix-suns-outlaw_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dallas-mavericks-specter-phoenix-suns-outlaw_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dallas-mavericks-specter-phoenix-suns-outlaw_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dallas-mavericks-specter-phoenix-suns-outlaw_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:39</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (SABRE) - Phoenix Suns (EDGE)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-sabre-phoenix-suns-edge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-sabre-phoenix-suns-edge_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-sabre-phoenix-suns-edge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-sabre-phoenix-suns-edge_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:40</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Calvin Hemery - Martin Damm Jr
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_calvin-hemery-martin-damm-jr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_calvin-hemery-martin-damm-jr_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_calvin-hemery-martin-damm-jr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_calvin-hemery-martin-damm-jr_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:45</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) - Doubles | N.Ehrenschneider/C.Gayk - G.Dalmasso/A.Lakshmanan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_n-ehrenschneider-c-gayk-g-dalmasso-a-lakshmanan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_n-ehrenschneider-c-gayk-g-dalmasso-a-lakshmanan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_n-ehrenschneider-c-gayk-g-dalmasso-a-lakshmanan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_n-ehrenschneider-c-gayk-g-dalmasso-a-lakshmanan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:45</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Doubles | E.Kldiashvili/V.Monko - M.Giordano/E.Poppel
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_e-kldiashvili-v-monko-m-giordano-e-poppel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_e-kldiashvili-v-monko-m-giordano-e-poppel_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_e-kldiashvili-v-monko-m-giordano-e-poppel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_e-kldiashvili-v-monko-m-giordano-e-poppel_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:45</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Dominik Kellovsky - Giuseppe La Vela
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dominik-kellovsky-giuseppe-la-vela_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3MjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3MjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dominik-kellovsky-giuseppe-la-vela_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dominik-kellovsky-giuseppe-la-vela_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3MjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dominik-kellovsky-giuseppe-la-vela_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:50</strong> | Tennis | ITF (W) - Baza (ESP) | Celia Cervino Ruiz - Andrea Lazaro Garcia
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_celia-cervino-ruiz-andrea-lazaro-garcia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_celia-cervino-ruiz-andrea-lazaro-garcia_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_celia-cervino-ruiz-andrea-lazaro-garcia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_celia-cervino-ruiz-andrea-lazaro-garcia_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:50</strong> | Football | UEFA Youth League | Leverkusen U19 - AC Milan U19
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_leverkusen-u19-ac-milan-u19_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/DAZN1Deutschland[DE]" readonly="">
                            <a href="https://antenasport.online/channel/DAZN1Deutschland[DE]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_leverkusen-u19-ac-milan-u19_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_leverkusen-u19-ac-milan-u19_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/DAZN1Deutschland[DE]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_leverkusen-u19-ac-milan-u19_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 11:50</strong> | Basketball 3x3 | FIBA 3x3 - World Tour | UB - Ulaanbaatar
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ub-ulaanbaatar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ub-ulaanbaatar_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ub-ulaanbaatar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ub-ulaanbaatar_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:00</strong> | Football | AFC - Champions League - East | Johor Darul Takzim - Shanghai Shenhua
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_johor-darul-takzim-shanghai-shenhua_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5MzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5MzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_johor-darul-takzim-shanghai-shenhua_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_johor-darul-takzim-shanghai-shenhua_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5MzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_johor-darul-takzim-shanghai-shenhua_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:00</strong> | Football | AFC Champions League | Johor DT - Shanghai Shenhua
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_johor-dt-shanghai-shenhua_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/OkkoSport[RU]" readonly="">
                            <a href="https://antenasport.online/channel/OkkoSport[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_johor-dt-shanghai-shenhua_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_johor-dt-shanghai-shenhua_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/OkkoSport[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_johor-dt-shanghai-shenhua_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:00</strong> | Tennis | Challenger - Braga (PRT) | Henrique Rocha - Lukas Neumayer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_henrique-rocha-lukas-neumayer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_henrique-rocha-lukas-neumayer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_henrique-rocha-lukas-neumayer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_henrique-rocha-lukas-neumayer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:00</strong> | Football | Poland - II Liga | Wieczysta Krakow - GKS Jastrzebie
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_wieczysta-krakow-gks-jastrzebie_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDA3MTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDA3MTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_wieczysta-krakow-gks-jastrzebie_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_wieczysta-krakow-gks-jastrzebie_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDA3MTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_wieczysta-krakow-gks-jastrzebie_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:00</strong> | Cricket | INT. - Namibia T20 Tri-Series | Namibia - USA
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_namibia-usa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_namibia-usa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_namibia-usa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_namibia-usa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:05</strong> | Tennis | Challenger - Villena (ESP) | Duje Ajdukovic - Marc Andrea Huesler
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_duje-ajdukovic-marc-andrea-huesler_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_duje-ajdukovic-marc-andrea-huesler_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_duje-ajdukovic-marc-andrea-huesler_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_duje-ajdukovic-marc-andrea-huesler_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:10</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) - Doubles | D.Quayle/M.Zhu - M.Bassem S./F.Zakaryia
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_d-quayle-m-zhu-m-bassem-s-f-zakaryia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_d-quayle-m-zhu-m-bassem-s-f-zakaryia_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_d-quayle-m-zhu-m-bassem-s-f-zakaryia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0OTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_d-quayle-m-zhu-m-bassem-s-f-zakaryia_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:10</strong> | Tennis | ITF (M) - Nevers (FRA) - Doubles | L.Hignett/J.Mackinlay - M.Gouge/M.Rocci
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_l-hignett-j-mackinlay-m-gouge-m-rocci_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_l-hignett-j-mackinlay-m-gouge-m-rocci_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_l-hignett-j-mackinlay-m-gouge-m-rocci_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_l-hignett-j-mackinlay-m-gouge-m-rocci_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:11</strong> |  | H2H - GG League Mixed | Boston Celtics (EXO) - Los Angeles Lakers (EDGE)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_boston-celtics-exo-los-angeles-lakers-edge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_boston-celtics-exo-los-angeles-lakers-edge_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_boston-celtics-exo-los-angeles-lakers-edge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_boston-celtics-exo-los-angeles-lakers-edge_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:15</strong> | Basketball 3x3 | FIBA 3x3 - World Tour | Vienna - Liman
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vienna-liman_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vienna-liman_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vienna-liman_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vienna-liman_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:15</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Jay Clarke - Andrea Guerrieri
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jay-clarke-andrea-guerrieri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3MjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3MjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jay-clarke-andrea-guerrieri_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jay-clarke-andrea-guerrieri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3MjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jay-clarke-andrea-guerrieri_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:19</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (AM) - Milwaukee Bucks (TD24)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-am-milwaukee-bucks-td24_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-am-milwaukee-bucks-td24_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-am-milwaukee-bucks-td24_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-am-milwaukee-bucks-td24_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:20</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) - Doubles | R.A.de Alba Valdes/A.Sau Franco - I.Kamchibekov/B.Seleznev
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_r-a-de-alba-valdes-a-sau-franco-i-kamchibekov-b-seleznev_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0ODk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0ODk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_r-a-de-alba-valdes-a-sau-franco-i-kamchibekov-b-seleznev_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_r-a-de-alba-valdes-a-sau-franco-i-kamchibekov-b-seleznev_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk0ODk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_r-a-de-alba-valdes-a-sau-franco-i-kamchibekov-b-seleznev_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:20</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) - Doubles | F.Ganz/T.N.Smith - M.Laki/A.Raggi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_f-ganz-t-n-smith-m-laki-a-raggi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_f-ganz-t-n-smith-m-laki-a-raggi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_f-ganz-t-n-smith-m-laki-a-raggi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_f-ganz-t-n-smith-m-laki-a-raggi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:25</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Doubles | Z.Pawlikowska/S.Samir - A.Roots/D.Yakovleva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_z-pawlikowska-s-samir-a-roots-d-yakovleva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_z-pawlikowska-s-samir-a-roots-d-yakovleva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_z-pawlikowska-s-samir-a-roots-d-yakovleva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_z-pawlikowska-s-samir-a-roots-d-yakovleva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:25</strong> | Tennis | Challenger - Villena (ESP) | Enrico Dalla Valle - Michael Geerts
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_enrico-dalla-valle-michael-geerts_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_enrico-dalla-valle-michael-geerts_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_enrico-dalla-valle-michael-geerts_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_enrico-dalla-valle-michael-geerts_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:25</strong> | Tennis | Challenger - Braga (PRT) | Thiago Agustin Tirante - Matej Dodig
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_thiago-agustin-tirante-matej-dodig_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_thiago-agustin-tirante-matej-dodig_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_thiago-agustin-tirante-matej-dodig_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_thiago-agustin-tirante-matej-dodig_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:27</strong> |  | H2H - GG League Mixed | Phoenix Suns (THA KID) - Cleveland Cavaliers (DIMES)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_phoenix-suns-tha-kid-cleveland-cavaliers-dimes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_phoenix-suns-tha-kid-cleveland-cavaliers-dimes_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_phoenix-suns-tha-kid-cleveland-cavaliers-dimes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_phoenix-suns-tha-kid-cleveland-cavaliers-dimes_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:30</strong> | Tennis | ITF (M) - Trnava (SVK) | Denis Petak - Kai Wehnelt
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_denis-petak-kai-wehnelt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_denis-petak-kai-wehnelt_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_denis-petak-kai-wehnelt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_denis-petak-kai-wehnelt_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:30</strong> | Tennis | ITF (M) - Monastir (TUN) - Doubles | C.Rodesch/W.Woodall - P.Sallay/Y.Smiej
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_c-rodesch-w-woodall-p-sallay-y-smiej_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_c-rodesch-w-woodall-p-sallay-y-smiej_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_c-rodesch-w-woodall-p-sallay-y-smiej_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_c-rodesch-w-woodall-p-sallay-y-smiej_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:30</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) - Doubles | J.Hrazdil/D.Poljak - A.Bajurko/J.Simundza
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-hrazdil-d-poljak-a-bajurko-j-simundza_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-hrazdil-d-poljak-a-bajurko-j-simundza_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-hrazdil-d-poljak-a-bajurko-j-simundza_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-hrazdil-d-poljak-a-bajurko-j-simundza_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:30</strong> | Tennis | ITF (M) - Trnava (SVK) | Niklas Schell - Matthew William Donald
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_niklas-schell-matthew-william-donald_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_niklas-schell-matthew-william-donald_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_niklas-schell-matthew-william-donald_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_niklas-schell-matthew-william-donald_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:30</strong> | Tennis | ITF (M) - Trnava (SVK) | Matyas Cerny - Petr Brunclik
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_matyas-cerny-petr-brunclik_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_matyas-cerny-petr-brunclik_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_matyas-cerny-petr-brunclik_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_matyas-cerny-petr-brunclik_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:30</strong> | Tennis | ITF (W) - Trnava (SVK) | Anna Siskova - Mia Pohankova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_anna-siskova-mia-pohankova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_anna-siskova-mia-pohankova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_anna-siskova-mia-pohankova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_anna-siskova-mia-pohankova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:30</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) - Doubles | J.Nowacki/I.Piasek - M.Pawelski/K.Szymkowiak
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-nowacki-i-piasek-m-pawelski-k-szymkowiak_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-nowacki-i-piasek-m-pawelski-k-szymkowiak_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-nowacki-i-piasek-m-pawelski-k-szymkowiak_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-nowacki-i-piasek-m-pawelski-k-szymkowiak_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:30</strong> | Tennis | ITF (M) - Trnava (SVK) | Michal Krajci - Lorenzo Rottoli
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_michal-krajci-lorenzo-rottoli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_michal-krajci-lorenzo-rottoli_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_michal-krajci-lorenzo-rottoli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_michal-krajci-lorenzo-rottoli_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:30</strong> | Football | UEFA Youth League | Inter U19 - Crvena zvezda U19
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_inter-u19-crvena-zvezda-u19_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaPremium1[RS]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaPremium1[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_inter-u19-crvena-zvezda-u19_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_inter-u19-crvena-zvezda-u19_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaPremium1[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_inter-u19-crvena-zvezda-u19_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:30</strong> | Tennis | ITF (M) - Monastir (TUN) - Doubles | A.Elamin/A.Gil Garcia - P.Knippling/A.Nagoudi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-elamin-a-gil-garcia-p-knippling-a-nagoudi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-elamin-a-gil-garcia-p-knippling-a-nagoudi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-elamin-a-gil-garcia-p-knippling-a-nagoudi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-elamin-a-gil-garcia-p-knippling-a-nagoudi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:30</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) - Doubles | J.Hrynkiewicz/J.Jedrzejczak - S.Kielan/F.Pieczonka
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-hrynkiewicz-j-jedrzejczak-s-kielan-f-pieczonka_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-hrynkiewicz-j-jedrzejczak-s-kielan-f-pieczonka_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-hrynkiewicz-j-jedrzejczak-s-kielan-f-pieczonka_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-hrynkiewicz-j-jedrzejczak-s-kielan-f-pieczonka_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:30</strong> | Tennis | ITF (M) - Monastir (TUN) - Doubles | J.Augunas/T.Fedorov - S.Gima/S.Hamza Reguig
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-augunas-t-fedorov-s-gima-s-hamza-reguig_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-augunas-t-fedorov-s-gima-s-hamza-reguig_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-augunas-t-fedorov-s-gima-s-hamza-reguig_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-augunas-t-fedorov-s-gima-s-hamza-reguig_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:35</strong> | Basketball 3x3 | FIBA - Challenger | Saitama - Qinhuangdao
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_saitama-qinhuangdao_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_saitama-qinhuangdao_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_saitama-qinhuangdao_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_saitama-qinhuangdao_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:35</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (SCORCH) - Phoenix Suns (OUTLAW)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-scorch-phoenix-suns-outlaw_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-scorch-phoenix-suns-outlaw_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-scorch-phoenix-suns-outlaw_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-scorch-phoenix-suns-outlaw_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:40</strong> | Tennis | ITF (M) - Kigali (RWA) - Doubles | A.Laborde/M.Neuchrist - S.Banthia/S.K.R.Ganta
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-laborde-m-neuchrist-s-banthia-s-k-r-ganta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-laborde-m-neuchrist-s-banthia-s-k-r-ganta_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-laborde-m-neuchrist-s-banthia-s-k-r-ganta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-laborde-m-neuchrist-s-banthia-s-k-r-ganta_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:40</strong> | Basketball 3x3 | FIBA 3x3 - World Tour | Partizan - Lausanne
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_partizan-lausanne_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_partizan-lausanne_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_partizan-lausanne_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_partizan-lausanne_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:40</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Doubles | A.Aralova/A.Vasileva - Y.Ezzat/K.Kanev
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-aralova-a-vasileva-y-ezzat-k-kanev_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-aralova-a-vasileva-y-ezzat-k-kanev_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-aralova-a-vasileva-y-ezzat-k-kanev_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-aralova-a-vasileva-y-ezzat-k-kanev_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:50</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) - Doubles | C.Chidekh/L.Sanchez - J.Schnaitter/M.Wallner
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_c-chidekh-l-sanchez-j-schnaitter-m-wallner_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_c-chidekh-l-sanchez-j-schnaitter-m-wallner_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_c-chidekh-l-sanchez-j-schnaitter-m-wallner_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_c-chidekh-l-sanchez-j-schnaitter-m-wallner_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:50</strong> | Tennis | ITF (W) - Baza (ESP) - Doubles | L.Petretic/S.Zhiyenbayeva - E.Brennan/L.Brennan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_l-petretic-s-zhiyenbayeva-e-brennan-l-brennan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_l-petretic-s-zhiyenbayeva-e-brennan-l-brennan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_l-petretic-s-zhiyenbayeva-e-brennan-l-brennan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_l-petretic-s-zhiyenbayeva-e-brennan-l-brennan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:51</strong> |  | H2H - GG League Mixed | Boston Celtics (HOGGY) - Los Angeles Lakers (KJMR)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_boston-celtics-hoggy-los-angeles-lakers-kjmr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_boston-celtics-hoggy-los-angeles-lakers-kjmr_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_boston-celtics-hoggy-los-angeles-lakers-kjmr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxMzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_boston-celtics-hoggy-los-angeles-lakers-kjmr_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:55</strong> | Tennis | Challenger - Villena (ESP) | Dali Blanch - Jiri Vesely
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dali-blanch-jiri-vesely_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3ODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3ODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dali-blanch-jiri-vesely_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dali-blanch-jiri-vesely_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3ODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dali-blanch-jiri-vesely_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:55</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) - Doubles | M.Dessi/M.Mura - T.C.Baragiola Mordini/S.Seghetti
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-dessi-m-mura-t-c-baragiola-mordini-s-seghetti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-dessi-m-mura-t-c-baragiola-mordini-s-seghetti_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-dessi-m-mura-t-c-baragiola-mordini-s-seghetti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-dessi-m-mura-t-c-baragiola-mordini-s-seghetti_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 12:55</strong> | Tennis | ITF (M) - Luque (PRY) - Qualifications | Samuel Heredia - Julian Cundom
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_samuel-heredia-julian-cundom_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDEzOTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDEzOTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_samuel-heredia-julian-cundom_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_samuel-heredia-julian-cundom_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDEzOTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_samuel-heredia-julian-cundom_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) - Doubles | F.Meligeni Alves/M.Zormann - M.Alves/O.Luz
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_f-meligeni-alves-m-zormann-m-alves-o-luz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_f-meligeni-alves-m-zormann-m-alves-o-luz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_f-meligeni-alves-m-zormann-m-alves-o-luz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_f-meligeni-alves-m-zormann-m-alves-o-luz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) - Doubles | H.Habib/D.Popko - S.Duncan/H.Reese
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_h-habib-d-popko-s-duncan-h-reese_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_h-habib-d-popko-s-duncan-h-reese_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_h-habib-d-popko-s-duncan-h-reese_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_h-habib-d-popko-s-duncan-h-reese_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | ITF (M) - Luque (PRY) - Qualifications | Fernando Cavallo - Santiago De La Fuente
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_fernando-cavallo-santiago-de-la-fuente_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0Mzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0Mzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_fernando-cavallo-santiago-de-la-fuente_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_fernando-cavallo-santiago-de-la-fuente_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0Mzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_fernando-cavallo-santiago-de-la-fuente_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Basketball 3x3 | FIBA - Challenger | NY Harlem - Belgrade
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ny-harlem-belgrade_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwMzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwMzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ny-harlem-belgrade_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ny-harlem-belgrade_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwMzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ny-harlem-belgrade_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) - Doubles | G.Heide/J.L.Reis Da Silva - M.Dellien/F.Mena
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_g-heide-j-l-reis-da-silva-m-dellien-f-mena_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_g-heide-j-l-reis-da-silva-m-dellien-f-mena_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_g-heide-j-l-reis-da-silva-m-dellien-f-mena_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_g-heide-j-l-reis-da-silva-m-dellien-f-mena_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Braga (PRT) - Doubles | V.Kirkov/E.Nava - T.Arribage/F.Cabral
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_v-kirkov-e-nava-t-arribage-f-cabral_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_v-kirkov-e-nava-t-arribage-f-cabral_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_v-kirkov-e-nava-t-arribage-f-cabral_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_v-kirkov-e-nava-t-arribage-f-cabral_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) - Doubles | B.Arias/F.Zeballos - G.A.Olivieri/C.Ugo C.
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_b-arias-f-zeballos-g-a-olivieri-c-ugo-c_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_b-arias-f-zeballos-g-a-olivieri-c-ugo-c_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_b-arias-f-zeballos-g-a-olivieri-c-ugo-c_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_b-arias-f-zeballos-g-a-olivieri-c-ugo-c_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | ITF (M) - Zaragoza (ESP) - Doubles | P.Roche Alcaya/A.Stepanian - D.Esteban Torres/L.Sheyngezikht
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_p-roche-alcaya-a-stepanian-d-esteban-torres-l-sheyngezikht_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_p-roche-alcaya-a-stepanian-d-esteban-torres-l-sheyngezikht_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_p-roche-alcaya-a-stepanian-d-esteban-torres-l-sheyngezikht_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_p-roche-alcaya-a-stepanian-d-esteban-torres-l-sheyngezikht_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Braga (PRT) - Doubles | P.Araujo/J.Domingues - A.Gea/F.Passaro
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_p-araujo-j-domingues-a-gea-f-passaro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_p-araujo-j-domingues-a-gea-f-passaro_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_p-araujo-j-domingues-a-gea-f-passaro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_p-araujo-j-domingues-a-gea-f-passaro_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | ITF (M) - Luque (PRY) - Qualifications | Valentin Basel - Joel Angel Lucero
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_valentin-basel-joel-angel-lucero_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0Mzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0Mzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_valentin-basel-joel-angel-lucero_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_valentin-basel-joel-angel-lucero_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0Mzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_valentin-basel-joel-angel-lucero_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | ITF (M) - Nevers (FRA) - Doubles | A.Freire Da Silva/T.Genier - S.Brosset/N.Colne
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-freire-da-silva-t-genier-s-brosset-n-colne_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-freire-da-silva-t-genier-s-brosset-n-colne_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-freire-da-silva-t-genier-s-brosset-n-colne_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-freire-da-silva-t-genier-s-brosset-n-colne_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Braga (PRT) | Jan Choinski - Cristian Garin
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jan-choinski-cristian-garin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jan-choinski-cristian-garin_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jan-choinski-cristian-garin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jan-choinski-cristian-garin_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) - Doubles | F.A.Gomez/L.D.Martinez - L.E.Ambrogi/M.Del Pino
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_f-a-gomez-l-d-martinez-l-e-ambrogi-m-del-pino_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_f-a-gomez-l-d-martinez-l-e-ambrogi-m-del-pino_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_f-a-gomez-l-d-martinez-l-e-ambrogi-m-del-pino_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_f-a-gomez-l-d-martinez-l-e-ambrogi-m-del-pino_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Braga (PRT) - Doubles | N.Oberleitner/A.Virgili - F.Bergevi/M.Veldheer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_n-oberleitner-a-virgili-f-bergevi-m-veldheer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_n-oberleitner-a-virgili-f-bergevi-m-veldheer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_n-oberleitner-a-virgili-f-bergevi-m-veldheer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_n-oberleitner-a-virgili-f-bergevi-m-veldheer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Braga (PRT) - Doubles | M.Bortolotti/D.Cukierman - D.E.Galan/C.Taberner
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-bortolotti-d-cukierman-d-e-galan-c-taberner_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-bortolotti-d-cukierman-d-e-galan-c-taberner_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-bortolotti-d-cukierman-d-e-galan-c-taberner_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-bortolotti-d-cukierman-d-e-galan-c-taberner_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | WTA Beijing | Naomi Osaka - Cori Gauff
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_naomi-osaka-cori-gauff_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub2[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub2[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_naomi-osaka-cori-gauff_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_naomi-osaka-cori-gauff_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub2[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_naomi-osaka-cori-gauff_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Braga (PRT) | Carlos Taberner - Hynek Barton
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_carlos-taberner-hynek-barton_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_carlos-taberner-hynek-barton_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_carlos-taberner-hynek-barton_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_carlos-taberner-hynek-barton_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Braga (PRT) - Doubles | S.Martos Gornes/S.Walkow - T.Pereira/D.Vale
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-martos-gornes-s-walkow-t-pereira-d-vale_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-martos-gornes-s-walkow-t-pereira-d-vale_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-martos-gornes-s-walkow-t-pereira-d-vale_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-martos-gornes-s-walkow-t-pereira-d-vale_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | ITF (W) - Reims (FRA) - Doubles | Y.Bartashevich/J.Lim - L.Boulard/G.Kalamaris
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_y-bartashevich-j-lim-l-boulard-g-kalamaris_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExMzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExMzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_y-bartashevich-j-lim-l-boulard-g-kalamaris_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_y-bartashevich-j-lim-l-boulard-g-kalamaris_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExMzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_y-bartashevich-j-lim-l-boulard-g-kalamaris_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Braga (PRT) - Doubles | G.Goldhoff/F.Romboli - I.Sabanov/M.Sabanov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_g-goldhoff-f-romboli-i-sabanov-m-sabanov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_g-goldhoff-f-romboli-i-sabanov-m-sabanov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_g-goldhoff-f-romboli-i-sabanov-m-sabanov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_g-goldhoff-f-romboli-i-sabanov-m-sabanov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | ITF (W) - Monastir (TUN) - Doubles | A.Aixirefu/A.Gupta - J.Adams/S.E.Cabezas Dominguez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-aixirefu-a-gupta-j-adams-s-e-cabezas-dominguez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-aixirefu-a-gupta-j-adams-s-e-cabezas-dominguez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-aixirefu-a-gupta-j-adams-s-e-cabezas-dominguez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-aixirefu-a-gupta-j-adams-s-e-cabezas-dominguez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) - Doubles | A.Collarini/R.Olivo - G.Andreozzi/M.Kestelboim
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-collarini-r-olivo-g-andreozzi-m-kestelboim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-collarini-r-olivo-g-andreozzi-m-kestelboim_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-collarini-r-olivo-g-andreozzi-m-kestelboim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-collarini-r-olivo-g-andreozzi-m-kestelboim_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | ITF (M) - Luque (PRY) - Qualifications | Nicolas Villalon Valdes - Laelson Rodrigues
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nicolas-villalon-valdes-laelson-rodrigues_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nicolas-villalon-valdes-laelson-rodrigues_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nicolas-villalon-valdes-laelson-rodrigues_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nicolas-villalon-valdes-laelson-rodrigues_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | ITF (W) - Reims (FRA) - Doubles | E.Dartron/M.Rouvroy - A.Lew Yan Foon/V.Mincheva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_e-dartron-m-rouvroy-a-lew-yan-foon-v-mincheva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExNDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExNDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_e-dartron-m-rouvroy-a-lew-yan-foon-v-mincheva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_e-dartron-m-rouvroy-a-lew-yan-foon-v-mincheva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExNDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_e-dartron-m-rouvroy-a-lew-yan-foon-v-mincheva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:00</strong> | Tennis | Challenger - Braga (PRT) - Doubles | G.Ricca/F.Romano - M.A.Jecan/I.Liutarevich
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_g-ricca-f-romano-m-a-jecan-i-liutarevich_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_g-ricca-f-romano-m-a-jecan-i-liutarevich_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_g-ricca-f-romano-m-a-jecan-i-liutarevich_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_g-ricca-f-romano-m-a-jecan-i-liutarevich_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:05</strong> | Basketball 3x3 | FIBA 3x3 - World Tour | Riffa - Amsterdam
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_riffa-amsterdam_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_riffa-amsterdam_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_riffa-amsterdam_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_riffa-amsterdam_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:05</strong> | Tennis | ITF (W) - Reims (FRA) - Doubles | A.Cirotte/C.Fontenel - S.Iliev/E.Lene
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-cirotte-c-fontenel-s-iliev-e-lene_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExMzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExMzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-cirotte-c-fontenel-s-iliev-e-lene_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-cirotte-c-fontenel-s-iliev-e-lene_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExMzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-cirotte-c-fontenel-s-iliev-e-lene_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:07</strong> |  | H2H - GG League Mixed | Milwaukee Bucks (SPECTER) - Los Angeles Lakers (JACKAL)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milwaukee-bucks-specter-los-angeles-lakers-jackal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milwaukee-bucks-specter-los-angeles-lakers-jackal_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milwaukee-bucks-specter-los-angeles-lakers-jackal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milwaukee-bucks-specter-los-angeles-lakers-jackal_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:10</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Nicolai Budkov Kjaer - Michele Ribecai
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nicolai-budkov-kjaer-michele-ribecai_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nicolai-budkov-kjaer-michele-ribecai_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nicolai-budkov-kjaer-michele-ribecai_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nicolai-budkov-kjaer-michele-ribecai_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:15</strong> | Football | Russian Cup | Rubin Kazan - Fakel
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rubin-kazan-fakel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/MatchTV[RU]" readonly="">
                            <a href="https://antenasport.online/channel/MatchTV[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rubin-kazan-fakel_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rubin-kazan-fakel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/MatchTV[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rubin-kazan-fakel_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:15</strong> |  | H2H - GG League Mixed | Los Angeles Lakers (EDGE) - Boston Celtics (EXO)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_los-angeles-lakers-edge-boston-celtics-exo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_los-angeles-lakers-edge-boston-celtics-exo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_los-angeles-lakers-edge-boston-celtics-exo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_los-angeles-lakers-edge-boston-celtics-exo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:15</strong> | Tennis | ITF (W) - Sibenik (HRV) - Doubles | N.Brancaccio/L.Romero Gormaz - L.Radivojevic/T.Wurth
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_n-brancaccio-l-romero-gormaz-l-radivojevic-t-wurth_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyODc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyODc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_n-brancaccio-l-romero-gormaz-l-radivojevic-t-wurth_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_n-brancaccio-l-romero-gormaz-l-radivojevic-t-wurth_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyODc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_n-brancaccio-l-romero-gormaz-l-radivojevic-t-wurth_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:20</strong> | Tennis | Challenger - Braga (PRT) | Albert Ramos Vinolas - Jaime Faria
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_albert-ramos-vinolas-jaime-faria_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_albert-ramos-vinolas-jaime-faria_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_albert-ramos-vinolas-jaime-faria_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_albert-ramos-vinolas-jaime-faria_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:20</strong> | Tennis | Challenger - Braga (PRT) | Joao Domingues - Gastao Elias
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_joao-domingues-gastao-elias_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_joao-domingues-gastao-elias_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_joao-domingues-gastao-elias_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA0MDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_joao-domingues-gastao-elias_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_joao-domingues-gastao-elias_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM4MzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM4MzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_joao-domingues-gastao-elias_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_joao-domingues-gastao-elias_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM4MzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_joao-domingues-gastao-elias_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:20</strong> | Tennis | ITF (W) - Sibenik (HRV) - Doubles | A.Sharma/G.Talaba - R.G.Serban/A.A.Todoni
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-sharma-g-talaba-r-g-serban-a-a-todoni_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyODY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyODY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-sharma-g-talaba-r-g-serban-a-a-todoni_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-sharma-g-talaba-r-g-serban-a-a-todoni_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTkyODY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-sharma-g-talaba-r-g-serban-a-a-todoni_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:23</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (AM) - Boston Celtics (HOGGY)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-am-boston-celtics-hoggy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-am-boston-celtics-hoggy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-am-boston-celtics-hoggy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-am-boston-celtics-hoggy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:25</strong> | Basketball 3x3 | FIBA - Challenger | Kandava - Brisbane
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kandava-brisbane_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwMzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwMzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kandava-brisbane_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kandava-brisbane_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwMzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kandava-brisbane_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:30</strong> | Snooker | International Championship - Qualifications | Thomas Ford - Stan Moody
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_thomas-ford-stan-moody_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_thomas-ford-stan-moody_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_thomas-ford-stan-moody_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_thomas-ford-stan-moody_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:30</strong> | Tennis | Challenger - Buenos Aires (ARG) | Conner Huertas Del Pino - Gustavo Heide
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_conner-huertas-del-pino-gustavo-heide_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4NzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4NzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_conner-huertas-del-pino-gustavo-heide_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_conner-huertas-del-pino-gustavo-heide_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4NzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_conner-huertas-del-pino-gustavo-heide_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:30</strong> | Snooker | International Championship - Qualifications | Ben Woollaston - Duane Jones
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ben-woollaston-duane-jones_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ben-woollaston-duane-jones_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ben-woollaston-duane-jones_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ben-woollaston-duane-jones_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:30</strong> | Snooker | International Championship - Qualifications | Shaun Murphy - Louis Heathcote
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_shaun-murphy-louis-heathcote_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_shaun-murphy-louis-heathcote_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_shaun-murphy-louis-heathcote_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_shaun-murphy-louis-heathcote_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:30</strong> | Tennis | Challenger - Buenos Aires (ARG) | Valerio Aboian - Murkel Dellien Velasco
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_valerio-aboian-murkel-dellien-velasco_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4NzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4NzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_valerio-aboian-murkel-dellien-velasco_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_valerio-aboian-murkel-dellien-velasco_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4NzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_valerio-aboian-murkel-dellien-velasco_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:30</strong> | Tennis | ITF (M) - Kigali (RWA) - Doubles | P.Barbier Gazeu/F.Bax - R.Ishimwe/K.B.Karenzi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_p-barbier-gazeu-f-bax-r-ishimwe-k-b-karenzi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_p-barbier-gazeu-f-bax-r-ishimwe-k-b-karenzi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_p-barbier-gazeu-f-bax-r-ishimwe-k-b-karenzi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_p-barbier-gazeu-f-bax-r-ishimwe-k-b-karenzi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:39</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (SCORCH) - Dallas Mavericks (SPECTER)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-scorch-dallas-mavericks-specter_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-scorch-dallas-mavericks-specter_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-scorch-dallas-mavericks-specter_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-scorch-dallas-mavericks-specter_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:40</strong> | Basketball 3x3 | FIBA 3x3 - World Tour | Ulaanbaatar - Princeton
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ulaanbaatar-princeton_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ulaanbaatar-princeton_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ulaanbaatar-princeton_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ulaanbaatar-princeton_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:47</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (SABRE) - Los Angeles Lakers (EDGE)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-sabre-los-angeles-lakers-edge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-sabre-los-angeles-lakers-edge_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-sabre-los-angeles-lakers-edge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-sabre-los-angeles-lakers-edge_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:50</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Richard Gasquet - Nikoloz Basilashvili
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_richard-gasquet-nikoloz-basilashvili_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA2MzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA2MzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_richard-gasquet-nikoloz-basilashvili_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_richard-gasquet-nikoloz-basilashvili_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA2MzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_richard-gasquet-nikoloz-basilashvili_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:50</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Doubles | N.Maines/O.Massetti - L.Pulchartova/M.Smolenova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_n-maines-o-massetti-l-pulchartova-m-smolenova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk3ODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk3ODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_n-maines-o-massetti-l-pulchartova-m-smolenova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_n-maines-o-massetti-l-pulchartova-m-smolenova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk3ODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_n-maines-o-massetti-l-pulchartova-m-smolenova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:55</strong> | Snooker | International Championship - Qualifications | Luca Brecel - Jiang Jun
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_luca-brecel-jiang-jun_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_luca-brecel-jiang-jun_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_luca-brecel-jiang-jun_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_luca-brecel-jiang-jun_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:55</strong> | Tennis | ITF (W) - Baza (ESP) | Amandine Hesse - Celine Simunyu
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_amandine-hesse-celine-simunyu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_amandine-hesse-celine-simunyu_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_amandine-hesse-celine-simunyu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_amandine-hesse-celine-simunyu_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 13:55</strong> |  | H2H - GG League Mixed | Milwaukee Bucks (TD24) - Los Angeles Lakers (KJMR)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milwaukee-bucks-td24-los-angeles-lakers-kjmr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milwaukee-bucks-td24-los-angeles-lakers-kjmr_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milwaukee-bucks-td24-los-angeles-lakers-kjmr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milwaukee-bucks-td24-los-angeles-lakers-kjmr_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:00</strong> | Tennis | ITF (W) - Monastir (TUN) - Doubles | A.Wildgruber/D.Yesypchuk - G.Hays/J.Luikham
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-wildgruber-d-yesypchuk-g-hays-j-luikham_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-wildgruber-d-yesypchuk-g-hays-j-luikham_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-wildgruber-d-yesypchuk-g-hays-j-luikham_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzODI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-wildgruber-d-yesypchuk-g-hays-j-luikham_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:00</strong> | Tennis | ITF (M) - Monastir (TUN) - Doubles | G.Evans/J.Ross - M.Schoenhaus/J.Sperle
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_g-evans-j-ross-m-schoenhaus-j-sperle_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_g-evans-j-ross-m-schoenhaus-j-sperle_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_g-evans-j-ross-m-schoenhaus-j-sperle_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_g-evans-j-ross-m-schoenhaus-j-sperle_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:00</strong> | Football | India - Super League | Hyderabad - Chennaiyin
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_hyderabad-chennaiyin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MjE5MjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MjE5MjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_hyderabad-chennaiyin_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_hyderabad-chennaiyin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MjE5MjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_hyderabad-chennaiyin_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:00</strong> | Tennis | ITF (M) - Trnava (SVK) - Doubles | F.Giovannini/U.M.Giovannini - O.P.Burda/X.Jakubovic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_f-giovannini-u-m-giovannini-o-p-burda-x-jakubovic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_f-giovannini-u-m-giovannini-o-p-burda-x-jakubovic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_f-giovannini-u-m-giovannini-o-p-burda-x-jakubovic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_f-giovannini-u-m-giovannini-o-p-burda-x-jakubovic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:00</strong> | Tennis | Challenger - Villena (ESP) | Lukas Klein - Gijs Brouwer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lukas-klein-gijs-brouwer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lukas-klein-gijs-brouwer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lukas-klein-gijs-brouwer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lukas-klein-gijs-brouwer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:00</strong> | Tennis | ITF (M) - Monastir (TUN) - Doubles | S.Corbinais/N.Ifi - A.Chepelev/D.Klok
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-corbinais-n-ifi-a-chepelev-d-klok_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-corbinais-n-ifi-a-chepelev-d-klok_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-corbinais-n-ifi-a-chepelev-d-klok_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-corbinais-n-ifi-a-chepelev-d-klok_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:00</strong> | Tennis | ITF (M) - Monastir (TUN) - Doubles | F.Andaloro/M.Tammaro - C.Campese/F.Mazzola
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_f-andaloro-m-tammaro-c-campese-f-mazzola_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_f-andaloro-m-tammaro-c-campese-f-mazzola_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_f-andaloro-m-tammaro-c-campese-f-mazzola_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzNzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_f-andaloro-m-tammaro-c-campese-f-mazzola_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:00</strong> | Football | Georgia - Erovnuli Liga | Kolkheti Poti - Dila Gori
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kolkheti-poti-dila-gori_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kolkheti-poti-dila-gori_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kolkheti-poti-dila-gori_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzMzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kolkheti-poti-dila-gori_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:00</strong> | Tennis | ITF (M) - Nevers (FRA) - Doubles | C.Camus/L.Marionneau - R.Muller/N.Visker
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_c-camus-l-marionneau-r-muller-n-visker_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_c-camus-l-marionneau-r-muller-n-visker_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_c-camus-l-marionneau-r-muller-n-visker_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_c-camus-l-marionneau-r-muller-n-visker_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:00</strong> | Tennis | Challenger - Buenos Aires (ARG) | Hady Habib - Hugo Dellien
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_hady-habib-hugo-dellien_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_hady-habib-hugo-dellien_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_hady-habib-hugo-dellien_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_hady-habib-hugo-dellien_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:00</strong> | Football | UEFA Youth League | Arsenal U19 - Paris SG U19
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_arsenal-u19-paris-sg-u19_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport3[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport3[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_arsenal-u19-paris-sg-u19_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_arsenal-u19-paris-sg-u19_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport3[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_arsenal-u19-paris-sg-u19_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_arsenal-u19-paris-sg-u19_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/MEGOGOFootball1[UA]" readonly="">
                            <a href="https://antenasport.online/channel/MEGOGOFootball1[UA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_arsenal-u19-paris-sg-u19_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_arsenal-u19-paris-sg-u19_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/MEGOGOFootball1[UA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_arsenal-u19-paris-sg-u19_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:05</strong> | Basketball 3x3 | FIBA 3x3 - World Tour | Liman - Podgorica
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_liman-podgorica_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_liman-podgorica_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_liman-podgorica_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_liman-podgorica_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:10</strong> | Tennis | Challenger - Villena (ESP) | David Jorda Sanchis - Martin Landaluce
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_david-jorda-sanchis-martin-landaluce_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_david-jorda-sanchis-martin-landaluce_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_david-jorda-sanchis-martin-landaluce_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3NzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_david-jorda-sanchis-martin-landaluce_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:10</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Doubles | D.Egorova/A.Gasanova - U.Hashimova/S.Martianova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_d-egorova-a-gasanova-u-hashimova-s-martianova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_d-egorova-a-gasanova-u-hashimova-s-martianova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_d-egorova-a-gasanova-u-hashimova-s-martianova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_d-egorova-a-gasanova-u-hashimova-s-martianova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:11</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (OUTLAW) - Los Angeles Lakers (JACKAL)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-outlaw-los-angeles-lakers-jackal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-outlaw-los-angeles-lakers-jackal_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-outlaw-los-angeles-lakers-jackal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-outlaw-los-angeles-lakers-jackal_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:15</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) - Doubles | L.Poullain/A.Reco - R.Haase/L.Miedler
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_l-poullain-a-reco-r-haase-l-miedler_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_l-poullain-a-reco-r-haase-l-miedler_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_l-poullain-a-reco-r-haase-l-miedler_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_l-poullain-a-reco-r-haase-l-miedler_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:19</strong> |  | H2H - GG League Mixed | Boston Celtics (EXO) - Memphis Grizzlies (SABRE)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_boston-celtics-exo-memphis-grizzlies-sabre_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_boston-celtics-exo-memphis-grizzlies-sabre_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_boston-celtics-exo-memphis-grizzlies-sabre_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_boston-celtics-exo-memphis-grizzlies-sabre_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:20</strong> | Tennis | Challenger - Villena (ESP) - Doubles | S.Arends/L.Johnson - A.Merino/C.Negritu
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-arends-l-johnson-a-merino-c-negritu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-arends-l-johnson-a-merino-c-negritu_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-arends-l-johnson-a-merino-c-negritu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-arends-l-johnson-a-merino-c-negritu_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:25</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) - Doubles | A.Spadola/M.Vavassori - A.de Marchi/G.M.Ortenzi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-spadola-m-vavassori-a-de-marchi-g-m-ortenzi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-spadola-m-vavassori-a-de-marchi-g-m-ortenzi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-spadola-m-vavassori-a-de-marchi-g-m-ortenzi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-spadola-m-vavassori-a-de-marchi-g-m-ortenzi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:25</strong> | Tennis | Challenger - Braga (PRT) | Vilius Gaubas - Tomas Barrios Vera
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vilius-gaubas-tomas-barrios-vera_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vilius-gaubas-tomas-barrios-vera_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vilius-gaubas-tomas-barrios-vera_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vilius-gaubas-tomas-barrios-vera_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:27</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (AM) - Los Angeles Lakers (KJMR)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-am-los-angeles-lakers-kjmr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-am-los-angeles-lakers-kjmr_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-am-los-angeles-lakers-kjmr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-am-los-angeles-lakers-kjmr_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:30</strong> | Basketball 3x3 | FIBA 3x3 - World Tour | Lausanne - Wuxi Huishan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lausanne-wuxi-huishan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lausanne-wuxi-huishan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lausanne-wuxi-huishan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzMxMDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lausanne-wuxi-huishan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:30</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) - Doubles | P.Kaukovalta/E.Vasa - D.Graf/D.Paty
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_p-kaukovalta-e-vasa-d-graf-d-paty_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_p-kaukovalta-e-vasa-d-graf-d-paty_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_p-kaukovalta-e-vasa-d-graf-d-paty_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_p-kaukovalta-e-vasa-d-graf-d-paty_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:35</strong> | Tennis | ITF (M) - Nevers (FRA) - Doubles | E.Donnet/L.Dussin - A.Hoang/F.Musitelli
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_e-donnet-l-dussin-a-hoang-f-musitelli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_e-donnet-l-dussin-a-hoang-f-musitelli_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_e-donnet-l-dussin-a-hoang-f-musitelli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_e-donnet-l-dussin-a-hoang-f-musitelli_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:35</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | Olle Wallin - Artem Dubrivnyy
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_olle-wallin-artem-dubrivnyy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_olle-wallin-artem-dubrivnyy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_olle-wallin-artem-dubrivnyy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_olle-wallin-artem-dubrivnyy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:35</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) - Doubles | L.Gavrielides/L.Poertner - J.Krawczyk/W.Lewandowski
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_l-gavrielides-l-poertner-j-krawczyk-w-lewandowski_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_l-gavrielides-l-poertner-j-krawczyk-w-lewandowski_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_l-gavrielides-l-poertner-j-krawczyk-w-lewandowski_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_l-gavrielides-l-poertner-j-krawczyk-w-lewandowski_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:35</strong> |  | H2H - GG League Mixed | Phoenix Suns (THA KID) - Dallas Mavericks (RAMZ)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_phoenix-suns-tha-kid-dallas-mavericks-ramz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_phoenix-suns-tha-kid-dallas-mavericks-ramz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_phoenix-suns-tha-kid-dallas-mavericks-ramz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_phoenix-suns-tha-kid-dallas-mavericks-ramz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:40</strong> | Tennis | Challenger - Braga (PRT) | Emilio Nava - Pedro Araujo
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_emilio-nava-pedro-araujo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_emilio-nava-pedro-araujo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_emilio-nava-pedro-araujo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_emilio-nava-pedro-araujo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:43</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (SCORCH) - Golden State Warriors (JACKAL)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-scorch-golden-state-warriors-jackal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-scorch-golden-state-warriors-jackal_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-scorch-golden-state-warriors-jackal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-scorch-golden-state-warriors-jackal_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:45</strong> | Basketball | Lithuania - LMKL (W) | Aistes Lsu Paradis (W) - LCC University (W)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_aistes-lsu-paradis-w-lcc-university-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODAwNzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODAwNzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_aistes-lsu-paradis-w-lcc-university-w_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_aistes-lsu-paradis-w-lcc-university-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODAwNzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_aistes-lsu-paradis-w-lcc-university-w_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:45</strong> | Tennis | ITF (W) - Sharm ElSheikh (EGY) - Doubles | M.Atia/M.Gae - M.Mack/V.Sandberg
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-atia-m-gae-m-mack-v-sandberg_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-atia-m-gae-m-mack-v-sandberg_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-atia-m-gae-m-mack-v-sandberg_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-atia-m-gae-m-mack-v-sandberg_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:51</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (SABRE) - Boston Celtics (EXO)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-sabre-boston-celtics-exo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-sabre-boston-celtics-exo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-sabre-boston-celtics-exo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-sabre-boston-celtics-exo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:55</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) - Doubles | N.Basiletti/V.Paganetti - I.Dapkute/M.Poduraeva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_n-basiletti-v-paganetti-i-dapkute-m-poduraeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_n-basiletti-v-paganetti-i-dapkute-m-poduraeva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_n-basiletti-v-paganetti-i-dapkute-m-poduraeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_n-basiletti-v-paganetti-i-dapkute-m-poduraeva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:55</strong> | Basketball 3x3 | FIBA 3x3 - World Tour | Amsterdam - Dusseldorf
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_amsterdam-dusseldorf_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDI5NzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDI5NzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_amsterdam-dusseldorf_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_amsterdam-dusseldorf_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDI5NzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_amsterdam-dusseldorf_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 14:59</strong> |  | H2H - GG League Mixed | Milwaukee Bucks (TD24) - Boston Celtics (HOGGY)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milwaukee-bucks-td24-boston-celtics-hoggy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milwaukee-bucks-td24-boston-celtics-hoggy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milwaukee-bucks-td24-boston-celtics-hoggy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milwaukee-bucks-td24-boston-celtics-hoggy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:00</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Beatrice Ricci - Ksenia Laskutova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_beatrice-ricci-ksenia-laskutova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_beatrice-ricci-ksenia-laskutova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_beatrice-ricci-ksenia-laskutova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_beatrice-ricci-ksenia-laskutova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) | William Cooksey - Aristotelis Thanos
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_william-cooksey-aristotelis-thanos_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_william-cooksey-aristotelis-thanos_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_william-cooksey-aristotelis-thanos_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_william-cooksey-aristotelis-thanos_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) | Cooper Woestendick - Justin Boulais
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cooper-woestendick-justin-boulais_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cooper-woestendick-justin-boulais_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cooper-woestendick-justin-boulais_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cooper-woestendick-justin-boulais_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) | Tristan Mccormick - Gavin Young
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tristan-mccormick-gavin-young_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tristan-mccormick-gavin-young_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tristan-mccormick-gavin-young_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tristan-mccormick-gavin-young_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:00</strong> | Tennis | ITF (M) - Luque (PRY) - Qualifications | Bejnamin Torres - Tobias Franco
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_bejnamin-torres-tobias-franco_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_bejnamin-torres-tobias-franco_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_bejnamin-torres-tobias-franco_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_bejnamin-torres-tobias-franco_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) | Jagger Leach - Matt Kuhar
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jagger-leach-matt-kuhar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jagger-leach-matt-kuhar_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jagger-leach-matt-kuhar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jagger-leach-matt-kuhar_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:00</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Yuki Naito - Georgia Pedone
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yuki-naito-georgia-pedone_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yuki-naito-georgia-pedone_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yuki-naito-georgia-pedone_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yuki-naito-georgia-pedone_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:00</strong> | Football | Lithuania - A Lyga | Panevezys - Transinvest
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_panevezys-transinvest_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM3ODc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM3ODc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_panevezys-transinvest_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_panevezys-transinvest_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM3ODc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_panevezys-transinvest_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) - Doubles | S.de Stefano/F.Urgesi - M.F.Urrutia/B.Zucca
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-de-stefano-f-urgesi-m-f-urrutia-b-zucca_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-de-stefano-f-urgesi-m-f-urrutia-b-zucca_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-de-stefano-f-urgesi-m-f-urrutia-b-zucca_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1Mzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-de-stefano-f-urgesi-m-f-urrutia-b-zucca_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:05</strong> | Tennis | ITF (M) - Luque (PRY) - Qualifications | Manuel Mouilleron Salvo - Samuel Alejandro Linde Palacios
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_manuel-mouilleron-salvo-samuel-alejandro-linde-palacios_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_manuel-mouilleron-salvo-samuel-alejandro-linde-palacios_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_manuel-mouilleron-salvo-samuel-alejandro-linde-palacios_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_manuel-mouilleron-salvo-samuel-alejandro-linde-palacios_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:05</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) - Doubles | O.Krutykh/D.Sakellaridis - V.Ahti/K.Overmyer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_o-krutykh-d-sakellaridis-v-ahti-k-overmyer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_o-krutykh-d-sakellaridis-v-ahti-k-overmyer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_o-krutykh-d-sakellaridis-v-ahti-k-overmyer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_o-krutykh-d-sakellaridis-v-ahti-k-overmyer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:15</strong> | Football | Russian Cup | Lokomotiv Moscow - Orenburg
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lokomotiv-moscow-orenburg_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/MatchTV[RU]" readonly="">
                            <a href="https://antenasport.online/channel/MatchTV[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lokomotiv-moscow-orenburg_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lokomotiv-moscow-orenburg_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/MatchTV[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lokomotiv-moscow-orenburg_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:15</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (OUTLAW) - Milwaukee Bucks (SPECTER)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-outlaw-milwaukee-bucks-specter_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-outlaw-milwaukee-bucks-specter_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-outlaw-milwaukee-bucks-specter_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-outlaw-milwaukee-bucks-specter_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:15</strong> | Tennis | ITF (W) - Trnava (SVK) - Doubles | V.Lackova/E.Mravcova - N.Sevald/N.Shamenkova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_v-lackova-e-mravcova-n-sevald-n-shamenkova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_v-lackova-e-mravcova-n-sevald-n-shamenkova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_v-lackova-e-mravcova-n-sevald-n-shamenkova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_v-lackova-e-mravcova-n-sevald-n-shamenkova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:25</strong> | Tennis | ITF (W) - Trnava (SVK) - Doubles | R.M.Munk/J.C.Svendsen - G.Nanova/A.Polakovicova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_r-m-munk-j-c-svendsen-g-nanova-a-polakovicova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_r-m-munk-j-c-svendsen-g-nanova-a-polakovicova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_r-m-munk-j-c-svendsen-g-nanova-a-polakovicova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_r-m-munk-j-c-svendsen-g-nanova-a-polakovicova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:25</strong> | Tennis | ITF (M) - Trnava (SVK) - Doubles | I.Beloborodko/A.Poritskyy - G.Hornung/B.Kisantal
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_i-beloborodko-a-poritskyy-g-hornung-b-kisantal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_i-beloborodko-a-poritskyy-g-hornung-b-kisantal_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_i-beloborodko-a-poritskyy-g-hornung-b-kisantal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4OTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_i-beloborodko-a-poritskyy-g-hornung-b-kisantal_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:30</strong> | Ice Hockey | Czech Republic - Extraleague | Vítkovice - Mlada Boleslav
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_v-tkovice-mlada-boleslav_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_v-tkovice-mlada-boleslav_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_v-tkovice-mlada-boleslav_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_v-tkovice-mlada-boleslav_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:30</strong> | Ice Hockey | Finland - Liiga | Lukko Rauma - JYP Jyvaskyla
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lukko-rauma-jyp-jyvaskyla_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lukko-rauma-jyp-jyvaskyla_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lukko-rauma-jyp-jyvaskyla_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lukko-rauma-jyp-jyvaskyla_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:30</strong> | Ice Hockey | Finland - Liiga | Ilves Tampere - Vaasan Sport
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ilves-tampere-vaasan-sport_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ilves-tampere-vaasan-sport_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ilves-tampere-vaasan-sport_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ilves-tampere-vaasan-sport_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:30</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) - Doubles | G.Blancaneaux/C.Hemery - A.Escoffier/D.Masur
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_g-blancaneaux-c-hemery-a-escoffier-d-masur_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4Mjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4Mjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_g-blancaneaux-c-hemery-a-escoffier-d-masur_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_g-blancaneaux-c-hemery-a-escoffier-d-masur_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4Mjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_g-blancaneaux-c-hemery-a-escoffier-d-masur_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:30</strong> | Ice Hockey | Czech Republic - Extraleague | Litvinov - Ceske Budejovice
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_litvinov-ceske-budejovice_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODE2MjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODE2MjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_litvinov-ceske-budejovice_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_litvinov-ceske-budejovice_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODE2MjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_litvinov-ceske-budejovice_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:30</strong> | Ice Hockey | Finland - Mestis | Imatran Kettera - Kajaanin Hokki
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_imatran-kettera-kajaanin-hokki_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_imatran-kettera-kajaanin-hokki_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_imatran-kettera-kajaanin-hokki_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_imatran-kettera-kajaanin-hokki_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:30</strong> | Ice Hockey | Finland - Liiga | Kiekko-Espoo - SaiPa Lappeenranta
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kiekko-espoo-saipa-lappeenranta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kiekko-espoo-saipa-lappeenranta_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kiekko-espoo-saipa-lappeenranta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kiekko-espoo-saipa-lappeenranta_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:30</strong> | Tennis | ITF (W) - Baza (ESP) - Doubles | C.C.Ruiz/L.L.Domingo - E.G.Bayonas/S.Patil
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_c-c-ruiz-l-l-domingo-e-g-bayonas-s-patil_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_c-c-ruiz-l-l-domingo-e-g-bayonas-s-patil_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_c-c-ruiz-l-l-domingo-e-g-bayonas-s-patil_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_c-c-ruiz-l-l-domingo-e-g-bayonas-s-patil_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:30</strong> | Volleyball | PlusLiga | Slepsk Suwalki - Gdansk
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_slepsk-suwalki-gdansk_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PolsatSport[PL]" readonly="">
                            <a href="https://antenasport.online/channel/PolsatSport[PL]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_slepsk-suwalki-gdansk_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_slepsk-suwalki-gdansk_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PolsatSport[PL]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_slepsk-suwalki-gdansk_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:31</strong> |  | H2H - GG League Mixed | Milwaukee Bucks (TD24) - Memphis Grizzlies (AM)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milwaukee-bucks-td24-memphis-grizzlies-am_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milwaukee-bucks-td24-memphis-grizzlies-am_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milwaukee-bucks-td24-memphis-grizzlies-am_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milwaukee-bucks-td24-memphis-grizzlies-am_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:39</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (DIMES) - Phoenix Suns (THA KID)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-dimes-phoenix-suns-tha-kid_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-dimes-phoenix-suns-tha-kid_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-dimes-phoenix-suns-tha-kid_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-dimes-phoenix-suns-tha-kid_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:40</strong> | Tennis | Challenger - Buenos Aires (ARG) | Pedro Sakamoto - Juan Pablo Varillas
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_pedro-sakamoto-juan-pablo-varillas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_pedro-sakamoto-juan-pablo-varillas_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_pedro-sakamoto-juan-pablo-varillas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_pedro-sakamoto-juan-pablo-varillas_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:40</strong> | Tennis | Challenger - Buenos Aires (ARG) | Dmitry Popko - Nicolas Kicker
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dmitry-popko-nicolas-kicker_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4Njk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4Njk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dmitry-popko-nicolas-kicker_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dmitry-popko-nicolas-kicker_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4Njk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dmitry-popko-nicolas-kicker_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:40</strong> | Tennis | Challenger - Braga (PRT) | Raphael Collignon - Javier Barranco Cosano
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_raphael-collignon-javier-barranco-cosano_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_raphael-collignon-javier-barranco-cosano_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_raphael-collignon-javier-barranco-cosano_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_raphael-collignon-javier-barranco-cosano_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:47</strong> |  | H2H - GG League Mixed | Phoenix Suns (OUTLAW) - Cleveland Cavaliers (SCORCH)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_phoenix-suns-outlaw-cleveland-cavaliers-scorch_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_phoenix-suns-outlaw-cleveland-cavaliers-scorch_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_phoenix-suns-outlaw-cleveland-cavaliers-scorch_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_phoenix-suns-outlaw-cleveland-cavaliers-scorch_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:50</strong> | Tennis | ITF (M) - Luque (PRY) - Qualifications | Maximo Zeitune - Rocco Valente
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_maximo-zeitune-rocco-valente_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_maximo-zeitune-rocco-valente_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_maximo-zeitune-rocco-valente_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_maximo-zeitune-rocco-valente_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 15:55</strong> | Tennis | ITF (W) - Baza (ESP) | Tianmi Mi - Diana Marcinkevica
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tianmi-mi-diana-marcinkevica_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tianmi-mi-diana-marcinkevica_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tianmi-mi-diana-marcinkevica_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3MzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tianmi-mi-diana-marcinkevica_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Ice Hockey | Czech Republic - Extraleague | Kometa Brno - Dynamo Pardubice
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kometa-brno-dynamo-pardubice_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kometa-brno-dynamo-pardubice_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kometa-brno-dynamo-pardubice_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kometa-brno-dynamo-pardubice_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Ice Hockey | Poland - PHL | GKS Jastrzebie - Unia Oswiecim
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gks-jastrzebie-unia-oswiecim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODcxNTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODcxNTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gks-jastrzebie-unia-oswiecim_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gks-jastrzebie-unia-oswiecim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODcxNTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gks-jastrzebie-unia-oswiecim_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Tennis | ITF (M) - Zaragoza (ESP) - Doubles | N.Nedelchev/V.Orlov - S.Arauzo Martinez/A.Colas Sanchez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_n-nedelchev-v-orlov-s-arauzo-martinez-a-colas-sanchez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_n-nedelchev-v-orlov-s-arauzo-martinez-a-colas-sanchez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_n-nedelchev-v-orlov-s-arauzo-martinez-a-colas-sanchez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_n-nedelchev-v-orlov-s-arauzo-martinez-a-colas-sanchez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Tennis | ITF (M) - Luque (PRY) | Paulo Andre Saraiva - J.A.Hernandez Serrano
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_paulo-andre-saraiva-j-a-hernandez-serrano_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_paulo-andre-saraiva-j-a-hernandez-serrano_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_paulo-andre-saraiva-j-a-hernandez-serrano_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_paulo-andre-saraiva-j-a-hernandez-serrano_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Basketball | Champions League - Gr.E | VEF Riga - Bonn
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vef-riga-bonn_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NjExMzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NjExMzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vef-riga-bonn_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vef-riga-bonn_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NjExMzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vef-riga-bonn_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Basketball | Estonia - Cup | Tartu Ulikool - Rapla
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tartu-ulikool-rapla_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwNjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwNjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tartu-ulikool-rapla_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tartu-ulikool-rapla_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwNjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tartu-ulikool-rapla_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Ice Hockey | Czech Republic - Extraleague | Mountfield - Plzen
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mountfield-plzen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mountfield-plzen_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mountfield-plzen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mountfield-plzen_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Basketball | Estonia - Cup | Parnu - KK Viimsi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_parnu-kk-viimsi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzQzNjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzQzNjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_parnu-kk-viimsi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_parnu-kk-viimsi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzQzNjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_parnu-kk-viimsi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Basketball | EuroCup - Gr.B | Lietkabelis - Hapoel Jerusalem
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lietkabelis-hapoel-jerusalem_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lietkabelis-hapoel-jerusalem_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lietkabelis-hapoel-jerusalem_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lietkabelis-hapoel-jerusalem_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Basketball | Eurocup | Bahcesehir Koleji - Besiktas
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_bahcesehir-koleji-besiktas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub1[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub1[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_bahcesehir-koleji-besiktas_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_bahcesehir-koleji-besiktas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub1[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_bahcesehir-koleji-besiktas_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Basketball | Champions League - Gr.E | AEK Athens - Maccabi Ironi Ramat Gan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_aek-athens-maccabi-ironi-ramat-gan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_aek-athens-maccabi-ironi-ramat-gan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_aek-athens-maccabi-ironi-ramat-gan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_aek-athens-maccabi-ironi-ramat-gan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Football | AFC Cup - Gr.C | Sepahan SC - FK Istiklol
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sepahan-sc-fk-istiklol_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTExMzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTExMzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sepahan-sc-fk-istiklol_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sepahan-sc-fk-istiklol_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTExMzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sepahan-sc-fk-istiklol_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Ice Hockey | Czech Republic - Extraleague | Rytiri Kladno - Ocelari Trinec
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rytiri-kladno-ocelari-trinec_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rytiri-kladno-ocelari-trinec_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rytiri-kladno-ocelari-trinec_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rytiri-kladno-ocelari-trinec_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Football | AFC Cup - Gr.C | Sharjah - Al Wehdat
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sharjah-al-wehdat_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODE5OTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODE5OTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sharjah-al-wehdat_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sharjah-al-wehdat_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODE5OTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sharjah-al-wehdat_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Gabriel Debru - Lucas Pouille
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gabriel-debru-lucas-pouille_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gabriel-debru-lucas-pouille_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gabriel-debru-lucas-pouille_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gabriel-debru-lucas-pouille_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Tennis | Challenger - Buenos Aires (ARG) | Jesper de Jong - Facundo Mena
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jesper-de-jong-facundo-mena_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jesper-de-jong-facundo-mena_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jesper-de-jong-facundo-mena_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jesper-de-jong-facundo-mena_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Basketball | ABA League 2 - Gr.C | Pelister - Siroki
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_pelister-siroki_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_pelister-siroki_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_pelister-siroki_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_pelister-siroki_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Tennis | ITF (M) - Zaragoza (ESP) | Daniel Rincon - Inaki Monte De La Torre
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_daniel-rincon-inaki-monte-de-la-torre_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_daniel-rincon-inaki-monte-de-la-torre_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_daniel-rincon-inaki-monte-de-la-torre_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAwMjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_daniel-rincon-inaki-monte-de-la-torre_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Football | Georgia - Erovnuli Liga | Gagra - Dinamo Tbilisi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gagra-dinamo-tbilisi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gagra-dinamo-tbilisi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gagra-dinamo-tbilisi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gagra-dinamo-tbilisi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Basketball | Poland - 1. Liga | Sokol Lancut - Bydgoszcz
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sokol-lancut-bydgoszcz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDA3MTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDA3MTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sokol-lancut-bydgoszcz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sokol-lancut-bydgoszcz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDA3MTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sokol-lancut-bydgoszcz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Cricket | T20 Canada Tri-Series | Canada - Nepal A
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_canada-nepal-a_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_canada-nepal-a_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_canada-nepal-a_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_canada-nepal-a_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Basketball | Slovenia - 1. SKL (W) | Athlete Celje (W) - ZKD Ilirija (W)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_athlete-celje-w-zkd-ilirija-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIyNjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIyNjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_athlete-celje-w-zkd-ilirija-w_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_athlete-celje-w-zkd-ilirija-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIyNjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_athlete-celje-w-zkd-ilirija-w_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Ice Hockey | Czech Republic - Extraleague | Bili Tygri Liberec - Karlovy Vary
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_bili-tygri-liberec-karlovy-vary_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_bili-tygri-liberec-karlovy-vary_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_bili-tygri-liberec-karlovy-vary_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2OTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_bili-tygri-liberec-karlovy-vary_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:00</strong> | Basketball | Eurocup | Lietkabelis - Hapoel M. Jerusalem
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lietkabelis-hapoel-m-jerusalem_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub2[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub2[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lietkabelis-hapoel-m-jerusalem_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lietkabelis-hapoel-m-jerusalem_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub2[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lietkabelis-hapoel-m-jerusalem_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:03</strong> |  | H2H - GG League Mixed | Boston Celtics (HOGGY) - Memphis Grizzlies (AM)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_boston-celtics-hoggy-memphis-grizzlies-am_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxODM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxODM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_boston-celtics-hoggy-memphis-grizzlies-am_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_boston-celtics-hoggy-memphis-grizzlies-am_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxODM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_boston-celtics-hoggy-memphis-grizzlies-am_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:11</strong> |  | H2H - GG League Mixed | Dallas Mavericks (RAMZ) - Phoenix Suns (THA KID)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dallas-mavericks-ramz-phoenix-suns-tha-kid_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dallas-mavericks-ramz-phoenix-suns-tha-kid_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dallas-mavericks-ramz-phoenix-suns-tha-kid_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dallas-mavericks-ramz-phoenix-suns-tha-kid_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:19</strong> |  | H2H - GG League Mixed | Milwaukee Bucks (SPECTER) - Boston Celtics (SCORCH)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milwaukee-bucks-specter-boston-celtics-scorch_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxODg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxODg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milwaukee-bucks-specter-boston-celtics-scorch_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milwaukee-bucks-specter-boston-celtics-scorch_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxODg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milwaukee-bucks-specter-boston-celtics-scorch_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:20</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Qualifications | Lauren Davis - Brandy Walker
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lauren-davis-brandy-walker_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lauren-davis-brandy-walker_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lauren-davis-brandy-walker_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lauren-davis-brandy-walker_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:20</strong> | Tennis | ITF (W) - Trnava (SVK) - Doubles | L.M.Rothensteiner/Y.Wagner - A.Nagy/I.Sebestova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_l-m-rothensteiner-y-wagner-a-nagy-i-sebestova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_l-m-rothensteiner-y-wagner-a-nagy-i-sebestova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_l-m-rothensteiner-y-wagner-a-nagy-i-sebestova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_l-m-rothensteiner-y-wagner-a-nagy-i-sebestova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:25</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Qualifications | Martina Okalova - Gabriella Price
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_martina-okalova-gabriella-price_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_martina-okalova-gabriella-price_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_martina-okalova-gabriella-price_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_martina-okalova-gabriella-price_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:30</strong> | Basketball | Champions League - Gr.A | Wurzburg - Hapoel Holon
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_wurzburg-hapoel-holon_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_wurzburg-hapoel-holon_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_wurzburg-hapoel-holon_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_wurzburg-hapoel-holon_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:30</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Qualifications | Jada Robinson - Kailey Evans
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jada-robinson-kailey-evans_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jada-robinson-kailey-evans_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jada-robinson-kailey-evans_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jada-robinson-kailey-evans_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:30</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Qualifications | Veronica Miroshnichenko - Carolyn Campana
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_veronica-miroshnichenko-carolyn-campana_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_veronica-miroshnichenko-carolyn-campana_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_veronica-miroshnichenko-carolyn-campana_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_veronica-miroshnichenko-carolyn-campana_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:30</strong> | Ice Hockey | Poland - PHL | GKS Katowice - GKS Tychy
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gks-katowice-gks-tychy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gks-katowice-gks-tychy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gks-katowice-gks-tychy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gks-katowice-gks-tychy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:30</strong> | Basketball | Champions League - Gr.B | Wilki Morskie Szczecin - Petkim Spor
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_wilki-morskie-szczecin-petkim-spor_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NjExMzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NjExMzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_wilki-morskie-szczecin-petkim-spor_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_wilki-morskie-szczecin-petkim-spor_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NjExMzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_wilki-morskie-szczecin-petkim-spor_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:30</strong> | Football | Italy - Serie C - Gr.A | Pro Patria - Novara
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_pro-patria-novara_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDU4NjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDU4NjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_pro-patria-novara_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_pro-patria-novara_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDU4NjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_pro-patria-novara_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:30</strong> | Tennis | ITF (M) - Nevers (FRA) | Thomas Faurel - Maxence Beauge
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_thomas-faurel-maxence-beauge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_thomas-faurel-maxence-beauge_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_thomas-faurel-maxence-beauge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA4NTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_thomas-faurel-maxence-beauge_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:30</strong> | Football | Israel - Premier League | Beitar Jerusalem - Maccabi Haifa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_beitar-jerusalem-maccabi-haifa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_beitar-jerusalem-maccabi-haifa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_beitar-jerusalem-maccabi-haifa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_beitar-jerusalem-maccabi-haifa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:35</strong> |  | H2H - GG League Mixed | Los Angeles Lakers (KJMR) - Milwaukee Bucks (TD24)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_los-angeles-lakers-kjmr-milwaukee-bucks-td24_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxOTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxOTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_los-angeles-lakers-kjmr-milwaukee-bucks-td24_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_los-angeles-lakers-kjmr-milwaukee-bucks-td24_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxOTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_los-angeles-lakers-kjmr-milwaukee-bucks-td24_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:43</strong> |  | H2H - GG League Mixed | Dallas Mavericks (RAMZ) - Cleveland Cavaliers (DIMES)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dallas-mavericks-ramz-cleveland-cavaliers-dimes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxOTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxOTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dallas-mavericks-ramz-cleveland-cavaliers-dimes_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dallas-mavericks-ramz-cleveland-cavaliers-dimes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxOTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dallas-mavericks-ramz-cleveland-cavaliers-dimes_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:45</strong> | Football | Champions League | Salzburg - Brest
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_salzburg-brest_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport2[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport2[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_salzburg-brest_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_salzburg-brest_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport2[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_salzburg-brest_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_salzburg-brest_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/DigiSport2[RO]" readonly="">
                            <a href="https://antenasport.online/channel/DigiSport2[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_salzburg-brest_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_salzburg-brest_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/DigiSport2[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_salzburg-brest_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:45</strong> | Football | Champions League | VfB Stuttgart - Sparta Prague
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vfb-stuttgart-sparta-prague_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport1[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport1[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vfb-stuttgart-sparta-prague_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vfb-stuttgart-sparta-prague_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport1[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vfb-stuttgart-sparta-prague_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_vfb-stuttgart-sparta-prague_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/OkkoSport[RU]" readonly="">
                            <a href="https://antenasport.online/channel/OkkoSport[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vfb-stuttgart-sparta-prague_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vfb-stuttgart-sparta-prague_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/OkkoSport[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vfb-stuttgart-sparta-prague_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:50</strong> | Tennis | ITF (M) - Luque (PRY) | Juan Estevez - Alexander Stater
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_juan-estevez-alexander-stater_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_juan-estevez-alexander-stater_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_juan-estevez-alexander-stater_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_juan-estevez-alexander-stater_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 16:51</strong> |  | H2H - GG League Mixed | Golden State Warriors (JACKAL) - Phoenix Suns (OUTLAW)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_golden-state-warriors-jackal-phoenix-suns-outlaw_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxOTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxOTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_golden-state-warriors-jackal-phoenix-suns-outlaw_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_golden-state-warriors-jackal-phoenix-suns-outlaw_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxOTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_golden-state-warriors-jackal-phoenix-suns-outlaw_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Tennis | ITF (W) - Redding (USA) - Qualifications | Prathyusha Rachapudi - Shannon Lam
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_prathyusha-rachapudi-shannon-lam_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_prathyusha-rachapudi-shannon-lam_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_prathyusha-rachapudi-shannon-lam_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_prathyusha-rachapudi-shannon-lam_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) - Doubles | W.Cooksey/P.Hanchaikul - M.Borisiouk/R.Dickerson
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_w-cooksey-p-hanchaikul-m-borisiouk-r-dickerson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_w-cooksey-p-hanchaikul-m-borisiouk-r-dickerson_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_w-cooksey-p-hanchaikul-m-borisiouk-r-dickerson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_w-cooksey-p-hanchaikul-m-borisiouk-r-dickerson_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Ice Hockey | Sweden - SHL | HV71 - Modo
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_hv71-modo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2Mjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2Mjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_hv71-modo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_hv71-modo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2Mjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_hv71-modo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Ice Hockey | Denmark - Metal Ligaen | Rungsted Seier Capital - Herning Blue Fox
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rungsted-seier-capital-herning-blue-fox_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rungsted-seier-capital-herning-blue-fox_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rungsted-seier-capital-herning-blue-fox_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rungsted-seier-capital-herning-blue-fox_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) - Doubles | M.Oral/B.Swenson - A.Brown/E.Clark
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-oral-b-swenson-a-brown-e-clark_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-oral-b-swenson-a-brown-e-clark_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-oral-b-swenson-a-brown-e-clark_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-oral-b-swenson-a-brown-e-clark_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Ice Hockey | Sweden - SHL | Vaxjo Lakers - Linkoping
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vaxjo-lakers-linkoping_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vaxjo-lakers-linkoping_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vaxjo-lakers-linkoping_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vaxjo-lakers-linkoping_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Football | Georgia - Erovnuli Liga | Dinamo Batumi - Samtredia
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dinamo-batumi-samtredia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dinamo-batumi-samtredia_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dinamo-batumi-samtredia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dinamo-batumi-samtredia_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Basketball | Champions League - Gr.D | Galatasaray - Rasta Vechta
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_galatasaray-rasta-vechta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_galatasaray-rasta-vechta_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_galatasaray-rasta-vechta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_galatasaray-rasta-vechta_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) - Doubles | T.AL Azmeh/D.Martin - A.Nefve/J.Vance
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_t-al-azmeh-d-martin-a-nefve-j-vance_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_t-al-azmeh-d-martin-a-nefve-j-vance_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_t-al-azmeh-d-martin-a-nefve-j-vance_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_t-al-azmeh-d-martin-a-nefve-j-vance_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Tennis | ITF (W) - Redding (USA) - Qualifications | Olivia Lincer - Amanda Carolina Nava Elkin
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_olivia-lincer-amanda-carolina-nava-elkin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_olivia-lincer-amanda-carolina-nava-elkin_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_olivia-lincer-amanda-carolina-nava-elkin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_olivia-lincer-amanda-carolina-nava-elkin_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Ice Hockey | Denmark - Metal Ligaen | Aalborg Pirates - Odense Bulldogs
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_aalborg-pirates-odense-bulldogs_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_aalborg-pirates-odense-bulldogs_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_aalborg-pirates-odense-bulldogs_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_aalborg-pirates-odense-bulldogs_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Tennis | ITF (W) - Reims (FRA) - Doubles | M.Komano/E.Renard - M.Leonard/A.Tubello
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-komano-e-renard-m-leonard-a-tubello_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExMzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExMzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-komano-e-renard-m-leonard-a-tubello_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-komano-e-renard-m-leonard-a-tubello_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDExMzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-komano-e-renard-m-leonard-a-tubello_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Ice Hockey | Sweden - SHL | Lulea - Skelleftea
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lulea-skelleftea_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lulea-skelleftea_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lulea-skelleftea_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lulea-skelleftea_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Tennis | Challenger - Villena (ESP) | Darwin Blanch - Hugo Grenier
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_darwin-blanch-hugo-grenier_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_darwin-blanch-hugo-grenier_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_darwin-blanch-hugo-grenier_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE0NDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_darwin-blanch-hugo-grenier_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Ice Hockey | Sweden - SHL | Frolunda - Orebro
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_frolunda-orebro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_frolunda-orebro_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_frolunda-orebro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_frolunda-orebro_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Tennis | ITF (W) - Redding (USA) - Qualifications | Makenna Jones - Mia Kupres
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_makenna-jones-mia-kupres_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_makenna-jones-mia-kupres_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_makenna-jones-mia-kupres_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_makenna-jones-mia-kupres_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Tennis | ITF (W) - Redding (USA) - Qualifications | Melany Solange Krywoj - Sophia Biolay
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_melany-solange-krywoj-sophia-biolay_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_melany-solange-krywoj-sophia-biolay_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_melany-solange-krywoj-sophia-biolay_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_melany-solange-krywoj-sophia-biolay_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Basketball | Slovenia - Cup | Rogaska - Sentjur
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rogaska-sentjur_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODAwOTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODAwOTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rogaska-sentjur_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rogaska-sentjur_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODAwOTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rogaska-sentjur_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Ice Hockey | Czech Republic - 1. Liga | Zubr Prerov - Torax Poruba
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_zubr-prerov-torax-poruba_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_zubr-prerov-torax-poruba_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_zubr-prerov-torax-poruba_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_zubr-prerov-torax-poruba_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Basketball | ABA League | Cibona - Studentski Centar
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cibona-studentski-centar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport1[RS]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport1[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cibona-studentski-centar_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cibona-studentski-centar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport1[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cibona-studentski-centar_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Ice Hockey | Sweden - SHL | Leksands - Timra
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_leksands-timra_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_leksands-timra_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_leksands-timra_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_leksands-timra_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) - Doubles | A.Perez/J.Vance - B.T.George/P.Siekanowicz
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-perez-j-vance-b-t-george-p-siekanowicz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-perez-j-vance-b-t-george-p-siekanowicz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-perez-j-vance-b-t-george-p-siekanowicz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE5MTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-perez-j-vance-b-t-george-p-siekanowicz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Ice Hockey | Sweden - SHL | Farjestad - Brynas
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_farjestad-brynas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_farjestad-brynas_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_farjestad-brynas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2MTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_farjestad-brynas_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:00</strong> | Ice Hockey | Sweden - SHL | Rogle - Malmo Redhawks
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rogle-malmo-redhawks_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2Mjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2Mjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rogle-malmo-redhawks_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rogle-malmo-redhawks_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2Mjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rogle-malmo-redhawks_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:05</strong> | Tennis | ITF (W) - Trnava (SVK) - Doubles | M.Chudejova/M.Marusinova - A.Rajecki/S.Yardley
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-chudejova-m-marusinova-a-rajecki-s-yardley_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-chudejova-m-marusinova-a-rajecki-s-yardley_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-chudejova-m-marusinova-a-rajecki-s-yardley_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-chudejova-m-marusinova-a-rajecki-s-yardley_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:07</strong> |  | H2H - GG League Mixed | Los Angeles Lakers (KJMR) - Boston Celtics (HOGGY)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_los-angeles-lakers-kjmr-boston-celtics-hoggy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_los-angeles-lakers-kjmr-boston-celtics-hoggy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_los-angeles-lakers-kjmr-boston-celtics-hoggy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_los-angeles-lakers-kjmr-boston-celtics-hoggy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:10</strong> | Tennis | ITF (M) - Trnava (SVK) - Doubles | L.Massard/A.Nagel - V.Hnidets/J.Medved
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_l-massard-a-nagel-v-hnidets-j-medved_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_l-massard-a-nagel-v-hnidets-j-medved_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_l-massard-a-nagel-v-hnidets-j-medved_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_l-massard-a-nagel-v-hnidets-j-medved_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:15</strong> | Ice Hockey | Austria - ICE League | KAC Klagenfurt - Vienna Capitals
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kac-klagenfurt-vienna-capitals_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kac-klagenfurt-vienna-capitals_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kac-klagenfurt-vienna-capitals_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kac-klagenfurt-vienna-capitals_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:15</strong> | Tennis | ITF (M) - Trnava (SVK) - Doubles | J.Jermar/I.Zelenay - D.de Jonge/J.Opitz
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-jermar-i-zelenay-d-de-jonge-j-opitz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-jermar-i-zelenay-d-de-jonge-j-opitz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-jermar-i-zelenay-d-de-jonge-j-opitz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk4ODI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-jermar-i-zelenay-d-de-jonge-j-opitz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:15</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (DIMES) - Dallas Mavericks (RAMZ)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-dimes-dallas-mavericks-ramz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-dimes-dallas-mavericks-ramz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-dimes-dallas-mavericks-ramz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-dimes-dallas-mavericks-ramz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:15</strong> | Ice Hockey | Austria - ICE League | Black Wings Linz - Asiago
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_black-wings-linz-asiago_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MzY5ODE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MzY5ODE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_black-wings-linz-asiago_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_black-wings-linz-asiago_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MzY5ODE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_black-wings-linz-asiago_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:23</strong> |  | H2H - GG League Mixed | Los Angeles Lakers (JACKAL) - Milwaukee Bucks (SPECTER)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_los-angeles-lakers-jackal-milwaukee-bucks-specter_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_los-angeles-lakers-jackal-milwaukee-bucks-specter_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_los-angeles-lakers-jackal-milwaukee-bucks-specter_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_los-angeles-lakers-jackal-milwaukee-bucks-specter_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:30</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Leticia Garcia Vidal - Gloria Ceschi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_leticia-garcia-vidal-gloria-ceschi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_leticia-garcia-vidal-gloria-ceschi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_leticia-garcia-vidal-gloria-ceschi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_leticia-garcia-vidal-gloria-ceschi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:30</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Irene Burillo Escorihuela - Noelia Zeballos Melgar
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_irene-burillo-escorihuela-noelia-zeballos-melgar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_irene-burillo-escorihuela-noelia-zeballos-melgar_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_irene-burillo-escorihuela-noelia-zeballos-melgar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_irene-burillo-escorihuela-noelia-zeballos-melgar_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:30</strong> | Ice Hockey | Germany - DEL | Straubing Tigers - Eisbaren Berlin
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_straubing-tigers-eisbaren-berlin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_straubing-tigers-eisbaren-berlin_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_straubing-tigers-eisbaren-berlin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_straubing-tigers-eisbaren-berlin_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:30</strong> | Ice Hockey | Germany - DEL | Dusseldorfer EG - Pinguins Bremerhaven
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dusseldorfer-eg-pinguins-bremerhaven_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk0MTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk0MTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dusseldorfer-eg-pinguins-bremerhaven_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dusseldorfer-eg-pinguins-bremerhaven_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk0MTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dusseldorfer-eg-pinguins-bremerhaven_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:30</strong> | Ice Hockey | Germany - DEL | Lowen Frankfurt - Kolner Haie
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lowen-frankfurt-kolner-haie_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk0MTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk0MTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lowen-frankfurt-kolner-haie_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lowen-frankfurt-kolner-haie_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk0MTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lowen-frankfurt-kolner-haie_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:30</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Gregoire Barrere - Alexey Vatutin
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gregoire-barrere-alexey-vatutin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gregoire-barrere-alexey-vatutin_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gregoire-barrere-alexey-vatutin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gregoire-barrere-alexey-vatutin_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:30</strong> | Basketball | Eurocup | Ulm - Joventut Badalona
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ulm-joventut-badalona_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/NovaSportsStart[GR]" readonly="">
                            <a href="https://antenasport.online/channel/NovaSportsStart[GR]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ulm-joventut-badalona_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ulm-joventut-badalona_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/NovaSportsStart[GR]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ulm-joventut-badalona_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:30</strong> | Ice Hockey | Germany - DEL | Schwenninger Wild Wings - Ingolstadt
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_schwenninger-wild-wings-ingolstadt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_schwenninger-wild-wings-ingolstadt_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_schwenninger-wild-wings-ingolstadt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_schwenninger-wild-wings-ingolstadt_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:30</strong> | Basketball | Switzerland - LNA | Lausanne - Fribourg Olympic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lausanne-fribourg-olympic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lausanne-fribourg-olympic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lausanne-fribourg-olympic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lausanne-fribourg-olympic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:30</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Kristina Mladenovic - Fernanda Labrana
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kristina-mladenovic-fernanda-labrana_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kristina-mladenovic-fernanda-labrana_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kristina-mladenovic-fernanda-labrana_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kristina-mladenovic-fernanda-labrana_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Basketball | EuroCup - Gr.A | Hapoel Tel Aviv - Wolves Twinsbet
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_hapoel-tel-aviv-wolves-twinsbet_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1MzY2NDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1MzY2NDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_hapoel-tel-aviv-wolves-twinsbet_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_hapoel-tel-aviv-wolves-twinsbet_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1MzY2NDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_hapoel-tel-aviv-wolves-twinsbet_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Ice Hockey | Switzerland - NLA | SC Langenau Tigers - Lugano
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sc-langenau-tigers-lugano_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sc-langenau-tigers-lugano_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sc-langenau-tigers-lugano_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sc-langenau-tigers-lugano_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Ice Hockey | Switzerland - NLB | EHC Basel - Bellinzona Rockets
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ehc-basel-bellinzona-rockets_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ehc-basel-bellinzona-rockets_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ehc-basel-bellinzona-rockets_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ehc-basel-bellinzona-rockets_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Ice Hockey | Switzerland - NLB | HC La Chaux-de-Fonds - EHC Chur Capricorns
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_hc-la-chaux-de-fonds-ehc-chur-capricorns_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_hc-la-chaux-de-fonds-ehc-chur-capricorns_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_hc-la-chaux-de-fonds-ehc-chur-capricorns_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_hc-la-chaux-de-fonds-ehc-chur-capricorns_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Ice Hockey | Switzerland - NLA | Ambri Piotta - Davos
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ambri-piotta-davos_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2ODgwMDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2ODgwMDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ambri-piotta-davos_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ambri-piotta-davos_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2ODgwMDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ambri-piotta-davos_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Ice Hockey | Switzerland - NLB | HC Thurgau - EHC Winterthur
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_hc-thurgau-ehc-winterthur_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_hc-thurgau-ehc-winterthur_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_hc-thurgau-ehc-winterthur_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_hc-thurgau-ehc-winterthur_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Ice Hockey | Switzerland - NLA | Fribourg Gotteron - Geneve Servette
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_fribourg-gotteron-geneve-servette_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_fribourg-gotteron-geneve-servette_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_fribourg-gotteron-geneve-servette_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_fribourg-gotteron-geneve-servette_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Ice Hockey | Switzerland - NLA | ZSC Lions - Rapperswil Jona Lakers
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_zsc-lions-rapperswil-jona-lakers_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDExMDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDExMDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_zsc-lions-rapperswil-jona-lakers_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_zsc-lions-rapperswil-jona-lakers_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDExMDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_zsc-lions-rapperswil-jona-lakers_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Ice Hockey | Switzerland - NLA | Kloten - EV Zug
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kloten-ev-zug_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kloten-ev-zug_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kloten-ev-zug_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kloten-ev-zug_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Basketball | Eurocup | Hapoel Tel-Aviv - BC Wolves
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_hapoel-tel-aviv-bc-wolves_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub4[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub4[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_hapoel-tel-aviv-bc-wolves_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_hapoel-tel-aviv-bc-wolves_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub4[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_hapoel-tel-aviv-bc-wolves_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Ice Hockey | Switzerland - NLA | Lausanne - Biel Bienne
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lausanne-biel-bienne_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lausanne-biel-bienne_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lausanne-biel-bienne_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lausanne-biel-bienne_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Ice Hockey | Switzerland - NLB | EHC Visp - EHC Olten
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ehc-visp-ehc-olten_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ehc-visp-ehc-olten_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ehc-visp-ehc-olten_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ehc-visp-ehc-olten_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Football | Russian Cup | Nizhny Novgorod - CSKA Moscow
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nizhny-novgorod-cska-moscow_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/MatchTV[RU]" readonly="">
                            <a href="https://antenasport.online/channel/MatchTV[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nizhny-novgorod-cska-moscow_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nizhny-novgorod-cska-moscow_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/MatchTV[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nizhny-novgorod-cska-moscow_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:45</strong> | Ice Hockey | Switzerland - NLA | Ajoie - Schlittschuh Club Bern
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ajoie-schlittschuh-club-bern_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ajoie-schlittschuh-club-bern_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ajoie-schlittschuh-club-bern_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ajoie-schlittschuh-club-bern_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:50</strong> | Tennis | ITF (M) - Luque (PRY) | M.A.Vergara Del Puerto - Igor Gimenez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-a-vergara-del-puerto-igor-gimenez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDEzNzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDEzNzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-a-vergara-del-puerto-igor-gimenez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-a-vergara-del-puerto-igor-gimenez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDEzNzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-a-vergara-del-puerto-igor-gimenez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:50</strong> | Tennis | Challenger - Braga (PRT) | Jozef Kovalik - Clement Tabur
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jozef-kovalik-clement-tabur_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jozef-kovalik-clement-tabur_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jozef-kovalik-clement-tabur_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jozef-kovalik-clement-tabur_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:50</strong> | Tennis | Challenger - Buenos Aires (ARG) | Felipe Alves - Luciano Emanuel Ambrogi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_felipe-alves-luciano-emanuel-ambrogi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4Njg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4Njg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_felipe-alves-luciano-emanuel-ambrogi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_felipe-alves-luciano-emanuel-ambrogi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4Njg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_felipe-alves-luciano-emanuel-ambrogi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 17:55</strong> |  | H2H - GG League Mixed | Dallas Mavericks (LANES) - Cleveland Cavaliers (OREZ)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dallas-mavericks-lanes-cleveland-cavaliers-orez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dallas-mavericks-lanes-cleveland-cavaliers-orez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dallas-mavericks-lanes-cleveland-cavaliers-orez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dallas-mavericks-lanes-cleveland-cavaliers-orez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Football | AFC - Champions League - West | Al Hilal - Al Shorta
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_al-hilal-al-shorta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5NDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5NDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_al-hilal-al-shorta_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_al-hilal-al-shorta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5NDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_al-hilal-al-shorta_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Basketball | ABA League 2 -  Gr.D | Ilirija - Borac Banja Luka
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ilirija-borac-banja-luka_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ilirija-borac-banja-luka_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ilirija-borac-banja-luka_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzNDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ilirija-borac-banja-luka_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Basketball | Champions League - Gr.F | Reggiana - Rytas Vilnius
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_reggiana-rytas-vilnius_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_reggiana-rytas-vilnius_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_reggiana-rytas-vilnius_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_reggiana-rytas-vilnius_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Tennis | Challenger - Tiburon (USA) | Tristan Schoolkate - Guy Den Ouden
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tristan-schoolkate-guy-den-ouden_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTQ0MzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTQ0MzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tristan-schoolkate-guy-den-ouden_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tristan-schoolkate-guy-den-ouden_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTQ0MzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tristan-schoolkate-guy-den-ouden_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Football | Argentina - Primera A - Clausura (W) | CA Independiente (W) - CA River Plate (W)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ca-independiente-w-ca-river-plate-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MTc3MDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MTc3MDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ca-independiente-w-ca-river-plate-w_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ca-independiente-w-ca-river-plate-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MTc3MDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ca-independiente-w-ca-river-plate-w_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Basketball | EuroCup - Gr.B | Cedevita Olimpija - Venezia
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cedevita-olimpija-venezia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2Mjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2Mjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cedevita-olimpija-venezia_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cedevita-olimpija-venezia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1OTk2Mjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cedevita-olimpija-venezia_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Tennis | Challenger - Buenos Aires (ARG) | Roman Andres Burruchaga - Adolfo Daniel Vallejo
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_roman-andres-burruchaga-adolfo-daniel-vallejo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_roman-andres-burruchaga-adolfo-daniel-vallejo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_roman-andres-burruchaga-adolfo-daniel-vallejo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_roman-andres-burruchaga-adolfo-daniel-vallejo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Basketball | France - LNB Pro B | Hermine Nantes - EB Pau Orthez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_hermine-nantes-eb-pau-orthez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_hermine-nantes-eb-pau-orthez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_hermine-nantes-eb-pau-orthez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_hermine-nantes-eb-pau-orthez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Tennis | Challenger - Tiburon (USA) | Goncalo Oliveira - Alexey Zakharov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_goncalo-oliveira-alexey-zakharov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_goncalo-oliveira-alexey-zakharov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_goncalo-oliveira-alexey-zakharov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_goncalo-oliveira-alexey-zakharov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Ice Hockey | Switzerland - NLB | GCK Lions - Sierre
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gck-lions-sierre_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gck-lions-sierre_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gck-lions-sierre_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gck-lions-sierre_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Basketball | France - LNB Pro B | Denain Voltaire - Boulazac
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_denain-voltaire-boulazac_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_denain-voltaire-boulazac_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_denain-voltaire-boulazac_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_denain-voltaire-boulazac_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Basketball | Champions League - Gr.C | Saint Quentin - Kolossos Rhodes
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_saint-quentin-kolossos-rhodes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_saint-quentin-kolossos-rhodes_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_saint-quentin-kolossos-rhodes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_saint-quentin-kolossos-rhodes_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Basketball | ABA League 2 | Ilirija - Borac
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ilirija-borac_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport1[SI]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport1[SI]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ilirija-borac_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ilirija-borac_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport1[SI]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ilirija-borac_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_ilirija-borac_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport7[RS]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport7[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ilirija-borac_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ilirija-borac_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport7[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ilirija-borac_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Basketball | France - LNB Pro A | Dijon - Nancy
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dijon-nancy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dijon-nancy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dijon-nancy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dijon-nancy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Tennis | ITF (W) - Baza (ESP) | Justina Mikulskyte - Maria Kalyakina
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_justina-mikulskyte-maria-kalyakina_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3Mjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3Mjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_justina-mikulskyte-maria-kalyakina_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_justina-mikulskyte-maria-kalyakina_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDA3Mjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_justina-mikulskyte-maria-kalyakina_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Tennis | Challenger - Tiburon (USA) | Eliot Spizzirri - Ozan Baris
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_eliot-spizzirri-ozan-baris_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_eliot-spizzirri-ozan-baris_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_eliot-spizzirri-ozan-baris_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_eliot-spizzirri-ozan-baris_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Basketball | France - LNB Pro B | Caen Calvados - Hyeres Toulon
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_caen-calvados-hyeres-toulon_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_caen-calvados-hyeres-toulon_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_caen-calvados-hyeres-toulon_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_caen-calvados-hyeres-toulon_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Football | AFC - Champions League - West | Al Gharafa - Al Ain
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_al-gharafa-al-ain_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5NDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5NDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_al-gharafa-al-ain_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_al-gharafa-al-ain_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5NDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_al-gharafa-al-ain_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Football | Argentina - Copa Proyeccion Final (R) | Banfield (R) - Racing Club (R)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_banfield-r-racing-club-r_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzExNTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzExNTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_banfield-r-racing-club-r_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_banfield-r-racing-club-r_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzExNTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_banfield-r-racing-club-r_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Basketball | France - LNB Pro B | Poitiers 86 - Chalons Reims
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_poitiers-86-chalons-reims_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_poitiers-86-chalons-reims_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_poitiers-86-chalons-reims_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_poitiers-86-chalons-reims_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:00</strong> | Basketball | France - LNB Pro B | Aix Maurienne Savoie - Fos Provence
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_aix-maurienne-savoie-fos-provence_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_aix-maurienne-savoie-fos-provence_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_aix-maurienne-savoie-fos-provence_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_aix-maurienne-savoie-fos-provence_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:03</strong> |  | H2H - GG League Mixed | Los Angeles Lakers (KOBRA) - Boston Celtics (SAINT JR)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_los-angeles-lakers-kobra-boston-celtics-saint-jr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_los-angeles-lakers-kobra-boston-celtics-saint-jr_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_los-angeles-lakers-kobra-boston-celtics-saint-jr_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxNzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_los-angeles-lakers-kobra-boston-celtics-saint-jr_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:05</strong> | Tennis | ITF (W) - Sao Paulo (BRA) - Doubles | R.Ccuno/R.Pereira - V.Rodriguez/A.S.Sanchez Palau
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_r-ccuno-r-pereira-v-rodriguez-a-s-sanchez-palau_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_r-ccuno-r-pereira-v-rodriguez-a-s-sanchez-palau_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_r-ccuno-r-pereira-v-rodriguez-a-s-sanchez-palau_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_r-ccuno-r-pereira-v-rodriguez-a-s-sanchez-palau_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:05</strong> | Tennis | ITF (M) - Luque (PRY) - Qualifications | Salvador Price - Fernando Yamacita
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_salvador-price-fernando-yamacita_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_salvador-price-fernando-yamacita_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_salvador-price-fernando-yamacita_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_salvador-price-fernando-yamacita_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:10</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Ana Candiotto - Diletta Cherubini
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ana-candiotto-diletta-cherubini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ana-candiotto-diletta-cherubini_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ana-candiotto-diletta-cherubini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ana-candiotto-diletta-cherubini_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:15</strong> | Basketball | Slovenia - Cup | Nova Gorica - KK Vrhnika
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nova-gorica-kk-vrhnika_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyMjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyMjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nova-gorica-kk-vrhnika_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nova-gorica-kk-vrhnika_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyMjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nova-gorica-kk-vrhnika_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:25</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Qualifications | Solymar Colling - Maya Iyengar
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_solymar-colling-maya-iyengar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzODQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzODQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_solymar-colling-maya-iyengar_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_solymar-colling-maya-iyengar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzODQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_solymar-colling-maya-iyengar_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:25</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Qualifications | Maria Kozyreva - Lan Mi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_maria-kozyreva-lan-mi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_maria-kozyreva-lan-mi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_maria-kozyreva-lan-mi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_maria-kozyreva-lan-mi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:27</strong> |  | H2H - GG League Mixed | Dallas Mavericks (LANES) - Phoenix Suns (KARMA)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dallas-mavericks-lanes-phoenix-suns-karma_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dallas-mavericks-lanes-phoenix-suns-karma_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dallas-mavericks-lanes-phoenix-suns-karma_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAxODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dallas-mavericks-lanes-phoenix-suns-karma_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Basketball | Champions League - Gr.B | Oostende - Unicaja
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_oostende-unicaja_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_oostende-unicaja_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_oostende-unicaja_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2NjcwNDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_oostende-unicaja_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Football | Austria - 2.Liga | St. Polten - Admira Wacker
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_st-polten-admira-wacker_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDE5MTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDE5MTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_st-polten-admira-wacker_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_st-polten-admira-wacker_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDE5MTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_st-polten-admira-wacker_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Basketball | Champions League - Gr.H | Murcia - Manisa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_murcia-manisa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MDI3MzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MDI3MzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_murcia-manisa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_murcia-manisa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MDI3MzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_murcia-manisa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Qualifications | Rasheeda McAdoo - Tori Kinard
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rasheeda-mcadoo-tori-kinard_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rasheeda-mcadoo-tori-kinard_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rasheeda-mcadoo-tori-kinard_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rasheeda-mcadoo-tori-kinard_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Tennis | ITF (W) - Redding (USA) - Qualifications | Isabelle Boulais - Valentina Ivanov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_isabelle-boulais-valentina-ivanov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_isabelle-boulais-valentina-ivanov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_isabelle-boulais-valentina-ivanov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_isabelle-boulais-valentina-ivanov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Football | Austria - 2.Liga | SV Horn - First Vienna
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sv-horn-first-vienna_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDE5MTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDE5MTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sv-horn-first-vienna_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sv-horn-first-vienna_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDE5MTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sv-horn-first-vienna_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Basketball | France - LNB Pro B | Saint Chamond - UB Chartres
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_saint-chamond-ub-chartres_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_saint-chamond-ub-chartres_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_saint-chamond-ub-chartres_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_saint-chamond-ub-chartres_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Basketball | France - LNB Pro B | Antibes Sharks - SPO Rouen
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_antibes-sharks-spo-rouen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_antibes-sharks-spo-rouen_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_antibes-sharks-spo-rouen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_antibes-sharks-spo-rouen_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Snooker | International Championship - Qualifications | Neil Robertson - Alfie Burden
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_neil-robertson-alfie-burden_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_neil-robertson-alfie-burden_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_neil-robertson-alfie-burden_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_neil-robertson-alfie-burden_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Snooker | International Championship - Qualifications | Barry Hawkins - Joshua Thomond
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_barry-hawkins-joshua-thomond_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_barry-hawkins-joshua-thomond_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_barry-hawkins-joshua-thomond_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_barry-hawkins-joshua-thomond_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Football | Austria - 2.Liga | Rapid Wien II - Amstetten
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rapid-wien-ii-amstetten_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDE5MTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDE5MTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rapid-wien-ii-amstetten_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rapid-wien-ii-amstetten_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDE5MTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rapid-wien-ii-amstetten_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Snooker | International Championship - Qualifications | Robert Milkins - Stuart Carrington
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_robert-milkins-stuart-carrington_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_robert-milkins-stuart-carrington_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_robert-milkins-stuart-carrington_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzNzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_robert-milkins-stuart-carrington_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Tennis | ITF (M) - Luque (PRY) | Juan Carlos Prado Angelo - J.A.Rodriguez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_juan-carlos-prado-angelo-j-a-rodriguez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_juan-carlos-prado-angelo-j-a-rodriguez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_juan-carlos-prado-angelo-j-a-rodriguez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_juan-carlos-prado-angelo-j-a-rodriguez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Tennis | ITF (W) - Redding (USA) - Qualifications | Jessica Hinojosa Gomez - Merna Refaat
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jessica-hinojosa-gomez-merna-refaat_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jessica-hinojosa-gomez-merna-refaat_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jessica-hinojosa-gomez-merna-refaat_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jessica-hinojosa-gomez-merna-refaat_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Snooker | International Championship - Qualifications | Joe O'Connor - Robbie McGuigan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_joe-o-connor-robbie-mcguigan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzODM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzODM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_joe-o-connor-robbie-mcguigan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_joe-o-connor-robbie-mcguigan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzYzODM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_joe-o-connor-robbie-mcguigan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Tennis | ITF (W) - Redding (USA) - Qualifications | Eszter Meri - Kristina Penickova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_eszter-meri-kristina-penickova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_eszter-meri-kristina-penickova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_eszter-meri-kristina-penickova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_eszter-meri-kristina-penickova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:30</strong> | Basketball | France - LNB Pro B | ASA - Vichy Clermont
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_asa-vichy-clermont_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_asa-vichy-clermont_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_asa-vichy-clermont_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0MTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_asa-vichy-clermont_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:32</strong> | Baseball | USA - MLB - Playoff | Houston Astros - Detroit Tigers
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_houston-astros-detroit-tigers_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY4OTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY4OTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_houston-astros-detroit-tigers_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_houston-astros-detroit-tigers_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY4OTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_houston-astros-detroit-tigers_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:35</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Qualifications | Haley Giavara - Alyssa Ahn
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_haley-giavara-alyssa-ahn_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_haley-giavara-alyssa-ahn_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_haley-giavara-alyssa-ahn_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_haley-giavara-alyssa-ahn_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:35</strong> |  | H2H - GG League Mixed | Memphis Grizzlies (SPOOKY) - Milwaukee Bucks (FIVESTAR)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_memphis-grizzlies-spooky-milwaukee-bucks-fivestar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_memphis-grizzlies-spooky-milwaukee-bucks-fivestar_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_memphis-grizzlies-spooky-milwaukee-bucks-fivestar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_memphis-grizzlies-spooky-milwaukee-bucks-fivestar_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:43</strong> |  | H2H - GG League Mixed | Milwaukee Bucks (KNIGHT) - Memphis Grizzlies (BRAZEN)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milwaukee-bucks-knight-memphis-grizzlies-brazen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milwaukee-bucks-knight-memphis-grizzlies-brazen_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milwaukee-bucks-knight-memphis-grizzlies-brazen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milwaukee-bucks-knight-memphis-grizzlies-brazen_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:45</strong> | Football | England - Championship | Sunderland - Derby County
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sunderland-derby-county_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3Njc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3Njc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sunderland-derby-county_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sunderland-derby-county_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3Njc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sunderland-derby-county_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:45</strong> | Football | England - Championship | Cardiff City - Millwall
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cardiff-city-millwall_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cardiff-city-millwall_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cardiff-city-millwall_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cardiff-city-millwall_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:45</strong> | Football | England - EFL Cup | Newcastle - Wimbledon
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_newcastle-wimbledon_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NjYwMDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NjYwMDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_newcastle-wimbledon_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_newcastle-wimbledon_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NjYwMDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_newcastle-wimbledon_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:45</strong> | Football | England - Championship | Burnley - Plymouth Argyle
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_burnley-plymouth-argyle_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_burnley-plymouth-argyle_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_burnley-plymouth-argyle_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_burnley-plymouth-argyle_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:45</strong> | Football | England - Championship | Queens Park Rangers - Hull City
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_queens-park-rangers-hull-city_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_queens-park-rangers-hull-city_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_queens-park-rangers-hull-city_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_queens-park-rangers-hull-city_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:45</strong> | Football | England - Championship | Norwich City - Leeds United
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_norwich-city-leeds-united_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY0MDQ2OTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY0MDQ2OTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_norwich-city-leeds-united_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_norwich-city-leeds-united_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY0MDQ2OTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_norwich-city-leeds-united_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:45</strong> | Football | England - Championship | Coventry City - Blackburn Rovers
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_coventry-city-blackburn-rovers_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_coventry-city-blackburn-rovers_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_coventry-city-blackburn-rovers_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_coventry-city-blackburn-rovers_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:45</strong> | Football | England - Championship | Luton Town - Oxford United
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_luton-town-oxford-united_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_luton-town-oxford-united_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_luton-town-oxford-united_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3NjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_luton-town-oxford-united_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 18:59</strong> |  | H2H - GG League Mixed | Cleveland Cavaliers (OREZ) - Dallas Mavericks (LANES)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cleveland-cavaliers-orez-dallas-mavericks-lanes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cleveland-cavaliers-orez-dallas-mavericks-lanes_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cleveland-cavaliers-orez-dallas-mavericks-lanes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cleveland-cavaliers-orez-dallas-mavericks-lanes_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:00</strong> | Football | England - Championship | West Bromwich Albion - Middlesbrough
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_west-bromwich-albion-middlesbrough_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3Njg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3Njg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_west-bromwich-albion-middlesbrough_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_west-bromwich-albion-middlesbrough_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDYzOTk3Njg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_west-bromwich-albion-middlesbrough_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:00</strong> | Tennis | ITF (W) - Sao Paulo (BRA) - Doubles | B.Ricci/S.Rocchetti - L.Esteves/L.Rodrigues Daud
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_b-ricci-s-rocchetti-l-esteves-l-rodrigues-daud_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_b-ricci-s-rocchetti-l-esteves-l-rodrigues-daud_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_b-ricci-s-rocchetti-l-esteves-l-rodrigues-daud_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_b-ricci-s-rocchetti-l-esteves-l-rodrigues-daud_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:00</strong> | Football | Champions League | Inter - FK Crvena zvezda
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_inter-fk-crvena-zvezda_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/OkkoSport[RU]" readonly="">
                            <a href="https://antenasport.online/channel/OkkoSport[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_inter-fk-crvena-zvezda_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_inter-fk-crvena-zvezda_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/OkkoSport[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_inter-fk-crvena-zvezda_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:00</strong> | Football | Champions League | Barcelona - Young Boys
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_barcelona-young-boys_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/DigiSport2[RO]" readonly="">
                            <a href="https://antenasport.online/channel/DigiSport2[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_barcelona-young-boys_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_barcelona-young-boys_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/DigiSport2[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_barcelona-young-boys_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_barcelona-young-boys_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport2[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport2[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_barcelona-young-boys_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_barcelona-young-boys_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport2[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_barcelona-young-boys_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:00</strong> | Football | Champions League | Arsenal - Paris Saint Germain
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_arsenal-paris-saint-germain_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport1[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport1[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_arsenal-paris-saint-germain_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_arsenal-paris-saint-germain_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport1[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_arsenal-paris-saint-germain_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_arsenal-paris-saint-germain_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/OkkoSport[RU]" readonly="">
                            <a href="https://antenasport.online/channel/OkkoSport[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_arsenal-paris-saint-germain_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_arsenal-paris-saint-germain_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/OkkoSport[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_arsenal-paris-saint-germain_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:00</strong> | Football | Champions League | Slovan Bratislava - Manchester City
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_slovan-bratislava-manchester-city_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport4[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport4[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_slovan-bratislava-manchester-city_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_slovan-bratislava-manchester-city_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport4[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_slovan-bratislava-manchester-city_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:00</strong> | Football | Bolivia - Division Profesional - Clausura | Real Santa Cruz - Nacional Potosi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_real-santa-cruz-nacional-potosi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MDEzMzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MDEzMzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_real-santa-cruz-nacional-potosi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_real-santa-cruz-nacional-potosi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MDEzMzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_real-santa-cruz-nacional-potosi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:00</strong> | Football | Champions League | PSV - Sporting
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_psv-sporting_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/OkkoSport[RU]" readonly="">
                            <a href="https://antenasport.online/channel/OkkoSport[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_psv-sporting_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_psv-sporting_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/OkkoSport[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_psv-sporting_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:00</strong> | Football | Champions League | Bayer Leverkusen - AC Milan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_bayer-leverkusen-ac-milan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport3[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport3[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_bayer-leverkusen-ac-milan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_bayer-leverkusen-ac-milan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport3[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_bayer-leverkusen-ac-milan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:00</strong> | Football | Champions League | Dortmund - Celtic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dortmund-celtic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/OkkoSport[RU]" readonly="">
                            <a href="https://antenasport.online/channel/OkkoSport[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dortmund-celtic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dortmund-celtic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/OkkoSport[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dortmund-celtic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:00</strong> | Football | Championship | West Brom - Middlesbrough
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_west-brom-middlesbrough_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/SkySportsFootball[UK]" readonly="">
                            <a href="https://antenasport.online/channel/SkySportsFootball[UK]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_west-brom-middlesbrough_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_west-brom-middlesbrough_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/SkySportsFootball[UK]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_west-brom-middlesbrough_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_west-brom-middlesbrough_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/SkySportsMainEvent[UK]" readonly="">
                            <a href="https://antenasport.online/channel/SkySportsMainEvent[UK]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_west-brom-middlesbrough_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_west-brom-middlesbrough_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/SkySportsMainEvent[UK]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_west-brom-middlesbrough_1&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_west-brom-middlesbrough_2" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport5[RS]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport5[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_west-brom-middlesbrough_2&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_west-brom-middlesbrough_2" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport5[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_west-brom-middlesbrough_2&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:07</strong> |  | H2H - GG League Mixed | Los Angeles Lakers (KOBRA) - Memphis Grizzlies (SPOOKY)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_los-angeles-lakers-kobra-memphis-grizzlies-spooky_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_los-angeles-lakers-kobra-memphis-grizzlies-spooky_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_los-angeles-lakers-kobra-memphis-grizzlies-spooky_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_los-angeles-lakers-kobra-memphis-grizzlies-spooky_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:10</strong> | Tennis | Challenger - Buenos Aires (ARG) | Genaro Alberto Olivieri - Gonzalo Villanueva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_genaro-alberto-olivieri-gonzalo-villanueva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4NzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4NzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_genaro-alberto-olivieri-gonzalo-villanueva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_genaro-alberto-olivieri-gonzalo-villanueva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4NzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_genaro-alberto-olivieri-gonzalo-villanueva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:15</strong> |  | H2H - GG League Mixed | Dallas Mavericks (KNIGHT) - Golden State Warriors (KOBOLD)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dallas-mavericks-knight-golden-state-warriors-kobold_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dallas-mavericks-knight-golden-state-warriors-kobold_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dallas-mavericks-knight-golden-state-warriors-kobold_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAyMjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dallas-mavericks-knight-golden-state-warriors-kobold_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:20</strong> | Tennis | Challenger - Tiburon (USA) | Abedallah Shelbayh - Edas Butvilas
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_abedallah-shelbayh-edas-butvilas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI2OTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI2OTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_abedallah-shelbayh-edas-butvilas_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_abedallah-shelbayh-edas-butvilas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI2OTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_abedallah-shelbayh-edas-butvilas_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:20</strong> | Tennis | ITF (M) - Luque (PRY) | Eduardo Ribeiro - Alvaro Ariel Frutos Alonso
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_eduardo-ribeiro-alvaro-ariel-frutos-alonso_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDEzOTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDEzOTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_eduardo-ribeiro-alvaro-ariel-frutos-alonso_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_eduardo-ribeiro-alvaro-ariel-frutos-alonso_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDEzOTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_eduardo-ribeiro-alvaro-ariel-frutos-alonso_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:30</strong> | Tennis | ITF (W) - Redding (USA) | B.Passola - Lea Ma
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_b-passola-lea-ma_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_b-passola-lea-ma_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_b-passola-lea-ma_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_b-passola-lea-ma_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:30</strong> | Tennis | Challenger - Tiburon (USA) | Govind Nanda - Learner Tien
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_govind-nanda-learner-tien_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_govind-nanda-learner-tien_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_govind-nanda-learner-tien_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_govind-nanda-learner-tien_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:35</strong> | Tennis | Challenger - Tiburon (USA) | Micah Braswell - Dane Sweeny
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_micah-braswell-dane-sweeny_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_micah-braswell-dane-sweeny_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_micah-braswell-dane-sweeny_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_micah-braswell-dane-sweeny_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 19:55</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) | Elvina Kalieva - Katarzyna Kawa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_elvina-kalieva-katarzyna-kawa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_elvina-kalieva-katarzyna-kawa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_elvina-kalieva-katarzyna-kawa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_elvina-kalieva-katarzyna-kawa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:00</strong> | Tennis | ITF (M) - Luque (PRY) - Doubles | J.Cundom/S.Hess - D.Dutra Da Silva/J.Pereira
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-cundom-s-hess-d-dutra-da-silva-j-pereira_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-cundom-s-hess-d-dutra-da-silva-j-pereira_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-cundom-s-hess-d-dutra-da-silva-j-pereira_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-cundom-s-hess-d-dutra-da-silva-j-pereira_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:00</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) | Iryna Shymanovich - Hanna Chang
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_iryna-shymanovich-hanna-chang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_iryna-shymanovich-hanna-chang_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_iryna-shymanovich-hanna-chang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_iryna-shymanovich-hanna-chang_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:00</strong> | Tennis | ITF (W) - Sao Paulo (BRA) - Doubles | J.L.Estable/F.Labrana - N.Fossa Huergo/Z.Kulambayeva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-l-estable-f-labrana-n-fossa-huergo-z-kulambayeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-l-estable-f-labrana-n-fossa-huergo-z-kulambayeva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-l-estable-f-labrana-n-fossa-huergo-z-kulambayeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-l-estable-f-labrana-n-fossa-huergo-z-kulambayeva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:00</strong> | Tennis | ITF (W) - Redding (USA) | Kaylah Mcphee - Alana Smith
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kaylah-mcphee-alana-smith_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kaylah-mcphee-alana-smith_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kaylah-mcphee-alana-smith_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kaylah-mcphee-alana-smith_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:00</strong> | Tennis | ITF (W) - Redding (USA) | Jamie Loeb - Lucciana Perez Alarcon
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jamie-loeb-lucciana-perez-alarcon_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jamie-loeb-lucciana-perez-alarcon_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jamie-loeb-lucciana-perez-alarcon_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jamie-loeb-lucciana-perez-alarcon_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:00</strong> | Tennis | ITF (W) - Redding (USA) | Clervie Ngounoue - Michaela Bayerlova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_clervie-ngounoue-michaela-bayerlova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_clervie-ngounoue-michaela-bayerlova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_clervie-ngounoue-michaela-bayerlova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_clervie-ngounoue-michaela-bayerlova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:05</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) | Ashley Kratzer - Carson Branstine
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ashley-kratzer-carson-branstine_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ashley-kratzer-carson-branstine_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ashley-kratzer-carson-branstine_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ashley-kratzer-carson-branstine_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:08</strong> | Baseball | USA - MLB - Playoff | Baltimore Orioles - Kansas City Royals
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_baltimore-orioles-kansas-city-royals_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY4OTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY4OTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_baltimore-orioles-kansas-city-royals_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_baltimore-orioles-kansas-city-royals_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY4OTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_baltimore-orioles-kansas-city-royals_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:10</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) | Julieta Pareja - Elizabeth Mandlik
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_julieta-pareja-elizabeth-mandlik_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_julieta-pareja-elizabeth-mandlik_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_julieta-pareja-elizabeth-mandlik_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_julieta-pareja-elizabeth-mandlik_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:25</strong> | Tennis | ITF (M) - Luque (PRY) - Doubles | V.Basel/F.Ribero - F.G.Gonzalez Benitez/F.M.Martinez Morel
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_v-basel-f-ribero-f-g-gonzalez-benitez-f-m-martinez-morel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0Mzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0Mzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_v-basel-f-ribero-f-g-gonzalez-benitez-f-m-martinez-morel_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_v-basel-f-ribero-f-g-gonzalez-benitez-f-m-martinez-morel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0Mzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_v-basel-f-ribero-f-g-gonzalez-benitez-f-m-martinez-morel_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:30</strong> | Football | Ecuador - Serie B | Gualaceo - Leones del Norte
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gualaceo-leones-del-norte_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzE0NTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzE0NTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gualaceo-leones-del-norte_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gualaceo-leones-del-norte_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzE0NTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gualaceo-leones-del-norte_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:30</strong> | Tennis | Challenger - Buenos Aires (ARG) | Tomas Farjat - Andrea Collarini
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tomas-farjat-andrea-collarini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4NzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4NzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tomas-farjat-andrea-collarini_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tomas-farjat-andrea-collarini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4NzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tomas-farjat-andrea-collarini_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:40</strong> | Tennis | Challenger - Tiburon (USA) | Ethan Quinn - Alexis Galarneau
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ethan-quinn-alexis-galarneau_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTQ0Mzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTQ0Mzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ethan-quinn-alexis-galarneau_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ethan-quinn-alexis-galarneau_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTQ0Mzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ethan-quinn-alexis-galarneau_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:50</strong> | Tennis | Challenger - Tiburon (USA) | Nishesh Basavareddy - Bernard Tomic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nishesh-basavareddy-bernard-tomic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI3MDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI3MDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nishesh-basavareddy-bernard-tomic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nishesh-basavareddy-bernard-tomic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI3MDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nishesh-basavareddy-bernard-tomic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:50</strong> | Tennis | ITF (M) - Luque (PRY) - Doubles | L.Pinto/L.Rodrigues - L.A.Falabella/J.M.La Serna
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_l-pinto-l-rodrigues-l-a-falabella-j-m-la-serna_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_l-pinto-l-rodrigues-l-a-falabella-j-m-la-serna_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_l-pinto-l-rodrigues-l-a-falabella-j-m-la-serna_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_l-pinto-l-rodrigues-l-a-falabella-j-m-la-serna_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 20:55</strong> | Tennis | Challenger - Tiburon (USA) | Nicolas Mejia - Christian Langmo
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nicolas-mejia-christian-langmo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nicolas-mejia-christian-langmo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nicolas-mejia-christian-langmo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nicolas-mejia-christian-langmo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 21:00</strong> | Tennis | ITF (W) - Redding (USA) - Doubles | B.Chiu/P.Rachapudi - A.H.Linana/M.S.Krywoj
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_b-chiu-p-rachapudi-a-h-linana-m-s-krywoj_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_b-chiu-p-rachapudi-a-h-linana-m-s-krywoj_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_b-chiu-p-rachapudi-a-h-linana-m-s-krywoj_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4ODc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_b-chiu-p-rachapudi-a-h-linana-m-s-krywoj_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 21:00</strong> | Football | Paraguay - Cup | Sportivo Iteno - Carapegua
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sportivo-iteno-carapegua_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODQ0MTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODQ0MTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sportivo-iteno-carapegua_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sportivo-iteno-carapegua_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODQ0MTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sportivo-iteno-carapegua_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 21:00</strong> | Tennis | Challenger - Buenos Aires (ARG) | Juan Manuel Cerundolo - Federico Agustin Gomez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_juan-manuel-cerundolo-federico-agustin-gomez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_juan-manuel-cerundolo-federico-agustin-gomez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_juan-manuel-cerundolo-federico-agustin-gomez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_juan-manuel-cerundolo-federico-agustin-gomez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 21:25</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Doubles | M.Lewis/B.Walker - L.Chirico/M.Joint
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-lewis-b-walker-l-chirico-m-joint_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-lewis-b-walker-l-chirico-m-joint_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-lewis-b-walker-l-chirico-m-joint_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-lewis-b-walker-l-chirico-m-joint_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 21:30</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Doubles | S.Colling/K.Evans - V.Miroshnichenko/M.Sieg
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-colling-k-evans-v-miroshnichenko-m-sieg_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-colling-k-evans-v-miroshnichenko-m-sieg_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-colling-k-evans-v-miroshnichenko-m-sieg_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-colling-k-evans-v-miroshnichenko-m-sieg_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 21:30</strong> | Football | Argentina - Liga Profesional | CA Tigre - CA Independiente
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ca-tigre-ca-independiente_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDc5NDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDc5NDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ca-tigre-ca-independiente_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ca-tigre-ca-independiente_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NDc5NDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ca-tigre-ca-independiente_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 21:30</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Aurora Zantedeschi - Thaisa Grana Pedretti
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_aurora-zantedeschi-thaisa-grana-pedretti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_aurora-zantedeschi-thaisa-grana-pedretti_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_aurora-zantedeschi-thaisa-grana-pedretti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_aurora-zantedeschi-thaisa-grana-pedretti_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 21:30</strong> | Tennis | ITF (M) - Luque (PRY) - Doubles | L.Britto/D.S.Saraiva - A.O.Alvarado Berrospi/R.Fishback
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_l-britto-d-s-saraiva-a-o-alvarado-berrospi-r-fishback_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_l-britto-d-s-saraiva-a-o-alvarado-berrospi-r-fishback_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_l-britto-d-s-saraiva-a-o-alvarado-berrospi-r-fishback_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0NDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_l-britto-d-s-saraiva-a-o-alvarado-berrospi-r-fishback_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 21:32</strong> | Baseball | USA - MLB - Playoff | Milwaukee Brewers - New York Mets
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_milwaukee-brewers-new-york-mets_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_milwaukee-brewers-new-york-mets_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_milwaukee-brewers-new-york-mets_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_milwaukee-brewers-new-york-mets_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 21:35</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Doubles | C.Campana/E.Deming - S.Leon/M.Okalova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_c-campana-e-deming-s-leon-m-okalova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_c-campana-e-deming-s-leon-m-okalova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_c-campana-e-deming-s-leon-m-okalova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_c-campana-e-deming-s-leon-m-okalova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 21:40</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Doubles | H.Giavara/R.McAdoo - A.Osborne/L.Tararudee
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_h-giavara-r-mcadoo-a-osborne-l-tararudee_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_h-giavara-r-mcadoo-a-osborne-l-tararudee_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_h-giavara-r-mcadoo-a-osborne-l-tararudee_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwNTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_h-giavara-r-mcadoo-a-osborne-l-tararudee_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 21:50</strong> | Tennis | ITF (W) - Redding (USA) - Doubles | O.Lincer/C.Vlasselaer - K.Cross/V.Mboko
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_o-lincer-c-vlasselaer-k-cross-v-mboko_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_o-lincer-c-vlasselaer-k-cross-v-mboko_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_o-lincer-c-vlasselaer-k-cross-v-mboko_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_o-lincer-c-vlasselaer-k-cross-v-mboko_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 22:00</strong> | Tennis | Challenger - Tiburon (USA) | Andres Andrade - Brandon Holt
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_andres-andrade-brandon-holt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI2OTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI2OTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_andres-andrade-brandon-holt_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_andres-andrade-brandon-holt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI2OTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_andres-andrade-brandon-holt_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 22:10</strong> | Tennis | ITF (W) - Redding (USA) - Doubles | A.Goncharova/M.Tattini - D.Hewitt/T.Moore
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-goncharova-m-tattini-d-hewitt-t-moore_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-goncharova-m-tattini-d-hewitt-t-moore_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-goncharova-m-tattini-d-hewitt-t-moore_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-goncharova-m-tattini-d-hewitt-t-moore_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 22:10</strong> | Tennis | ITF (W) - Redding (USA) - Doubles | A.Akli/E.Cayetano - R.Bhosale/E.Burgic Bucko
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-akli-e-cayetano-r-bhosale-e-burgic-bucko_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-akli-e-cayetano-r-bhosale-e-burgic-bucko_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-akli-e-cayetano-r-bhosale-e-burgic-bucko_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE4OTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-akli-e-cayetano-r-bhosale-e-burgic-bucko_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 22:15</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | R.Bertola/G.Den Ouden - P.Kypson/E.Spizzirri
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_r-bertola-g-den-ouden-p-kypson-e-spizzirri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_r-bertola-g-den-ouden-p-kypson-e-spizzirri_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_r-bertola-g-den-ouden-p-kypson-e-spizzirri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_r-bertola-g-den-ouden-p-kypson-e-spizzirri_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 22:20</strong> | Tennis | Challenger - Buenos Aires (ARG) | Gonzalo Bueno - Francisco Comesana
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gonzalo-bueno-francisco-comesana_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gonzalo-bueno-francisco-comesana_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gonzalo-bueno-francisco-comesana_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTIxNjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gonzalo-bueno-francisco-comesana_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 22:30</strong> | Football | USA - USL League One | One Knoxville - Forward Madison
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_one-knoxville-forward-madison_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0ODE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0ODE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_one-knoxville-forward-madison_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_one-knoxville-forward-madison_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0ODE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_one-knoxville-forward-madison_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 23:00</strong> | Ice Hockey | USA - NHL - Preseason | Boston Bruins - Philadelphia Flyers
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_boston-bruins-philadelphia-flyers_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0ODI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0ODI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_boston-bruins-philadelphia-flyers_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_boston-bruins-philadelphia-flyers_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0ODI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_boston-bruins-philadelphia-flyers_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 23:00</strong> | Basketball | Brazil - FPB - Divisao Especial A1 - Playoff | Franca - Paulistano
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_franca-paulistano_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2MTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2MTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_franca-paulistano_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_franca-paulistano_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2MTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_franca-paulistano_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 23:00</strong> | Basketball | Brazil - FPB - Divisao Especial A1 - Playoff | Sao Paulo - Sao Jose
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sao-paulo-sao-jose_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2MDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2MDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sao-paulo-sao-jose_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sao-paulo-sao-jose_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2MDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sao-paulo-sao-jose_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 23:00</strong> | Ice Hockey | USA - NHL - Preseason | Montreal Canadiens - Ottawa Senators
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_montreal-canadiens-ottawa-senators_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0ODQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0ODQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_montreal-canadiens-ottawa-senators_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_montreal-canadiens-ottawa-senators_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjY0ODQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_montreal-canadiens-ottawa-senators_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 23:30</strong> | Basketball | USA - WNBA (W) - Playoff | New York Liberty (W) - Las Vegas Aces (W)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_new-york-liberty-w-las-vegas-aces-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzQ5ODQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzQ5ODQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_new-york-liberty-w-las-vegas-aces-w_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_new-york-liberty-w-las-vegas-aces-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3NzQ5ODQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_new-york-liberty-w-las-vegas-aces-w_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 23:30</strong> | Football | Liga Profesional | Rosario Central - Velez Sarsfield
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rosario-central-velez-sarsfield_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport1[RS]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport1[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rosario-central-velez-sarsfield_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rosario-central-velez-sarsfield_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport1[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rosario-central-velez-sarsfield_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 23:30</strong> | Tennis | Challenger - Tiburon (USA) | Dominic Stephan Stricker - Jeffrey John Wolf
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dominic-stephan-stricker-jeffrey-john-wolf_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI3MDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI3MDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dominic-stephan-stricker-jeffrey-john-wolf_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dominic-stephan-stricker-jeffrey-john-wolf_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTI3MDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dominic-stephan-stricker-jeffrey-john-wolf_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>01.10.2024 - 23:56</strong> | Football | CONCACAF Caribbean Cup | Grenades - Moca
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_grenades-moca_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/FoxSoccerPlus[USA]" readonly="">
                            <a href="https://antenasport.online/channel/FoxSoccerPlus[USA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_grenades-moca_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_grenades-moca_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/FoxSoccerPlus[USA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_grenades-moca_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 00:00</strong> | Tennis | ITF (W) - Cairns (AUS) | Georgia Campbell - Monique Barry
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_georgia-campbell-monique-barry_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_georgia-campbell-monique-barry_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_georgia-campbell-monique-barry_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_georgia-campbell-monique-barry_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 00:00</strong> | Tennis | ITF (W) - Cairns (AUS) | Alana Subasic - Natalie Gaft
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alana-subasic-natalie-gaft_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alana-subasic-natalie-gaft_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alana-subasic-natalie-gaft_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alana-subasic-natalie-gaft_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 00:00</strong> | Tennis | ITF (W) - Cairns (AUS) - Doubles | Chikarai./Katsumi - S.McDonald/S.Rokusek
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_chikarai-katsumi-s-mcdonald-s-rokusek_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_chikarai-katsumi-s-mcdonald-s-rokusek_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_chikarai-katsumi-s-mcdonald-s-rokusek_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_chikarai-katsumi-s-mcdonald-s-rokusek_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 00:00</strong> | Tennis | ITF (M) - Cairns (AUS) | Lawrence Bataljin - Joshua Charlton
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lawrence-bataljin-joshua-charlton_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lawrence-bataljin-joshua-charlton_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lawrence-bataljin-joshua-charlton_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lawrence-bataljin-joshua-charlton_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 00:00</strong> | Tennis | ITF (M) - Cairns (AUS) | Finley Hall - Blake Ellis
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_finley-hall-blake-ellis_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_finley-hall-blake-ellis_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_finley-hall-blake-ellis_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_finley-hall-blake-ellis_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 00:00</strong> | Tennis | ITF (W) - Cairns (AUS) | Sakura Hosogi - Anastasia Berezov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sakura-hosogi-anastasia-berezov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sakura-hosogi-anastasia-berezov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sakura-hosogi-anastasia-berezov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sakura-hosogi-anastasia-berezov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 00:00</strong> | Tennis | ITF (M) - Cairns (AUS) | Tibo Colson - Corban Crowther
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tibo-colson-corban-crowther_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Njk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Njk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tibo-colson-corban-crowther_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tibo-colson-corban-crowther_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Njk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tibo-colson-corban-crowther_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 00:00</strong> | Tennis | ITF (M) - Cairns (AUS) | Taketo Takamisawa - Zachary Adam-Gedge
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_taketo-takamisawa-zachary-adam-gedge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_taketo-takamisawa-zachary-adam-gedge_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_taketo-takamisawa-zachary-adam-gedge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_taketo-takamisawa-zachary-adam-gedge_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 00:00</strong> | MMA | Dana White Contender Series | Carlos Calderon - Alberto MontesThe Promise
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_carlos-calderon-alberto-montesthe-promise_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportsnet360[CA]" readonly="">
                            <a href="https://antenasport.online/channel/Sportsnet360[CA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_carlos-calderon-alberto-montesthe-promise_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_carlos-calderon-alberto-montesthe-promise_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportsnet360[CA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_carlos-calderon-alberto-montesthe-promise_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 00:00</strong> | Tennis | ITF (M) - Cairns (AUS) - Doubles | T.Colson/T.Loof - C.Gaal/T.E.Papac
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_t-colson-t-loof-c-gaal-t-e-papac_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_t-colson-t-loof-c-gaal-t-e-papac_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_t-colson-t-loof-c-gaal-t-e-papac_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_t-colson-t-loof-c-gaal-t-e-papac_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 00:00</strong> | Ice Hockey | USA - NHL - Preseason | Minnesota Wild - Chicago Blackhawks
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_minnesota-wild-chicago-blackhawks_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwNjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwNjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_minnesota-wild-chicago-blackhawks_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_minnesota-wild-chicago-blackhawks_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEwNjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_minnesota-wild-chicago-blackhawks_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 00:00</strong> | Tennis | ITF (W) - Cairns (AUS) | Emerson Jones - Belle Thompson
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_emerson-jones-belle-thompson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Njg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Njg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_emerson-jones-belle-thompson_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_emerson-jones-belle-thompson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Njg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_emerson-jones-belle-thompson_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 00:38</strong> | Baseball | USA - MLB - Playoff | San Diego Padres - Atlanta Braves
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_san-diego-padres-atlanta-braves_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_san-diego-padres-atlanta-braves_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_san-diego-padres-atlanta-braves_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIwMzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_san-diego-padres-atlanta-braves_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:00</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Boyoung Jeong - Qiu Yu Ye
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_boyoung-jeong-qiu-yu-ye_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_boyoung-jeong-qiu-yu-ye_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_boyoung-jeong-qiu-yu-ye_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_boyoung-jeong-qiu-yu-ye_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:00</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Eunji Lim - Yu Jin Ahn
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_eunji-lim-yu-jin-ahn_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_eunji-lim-yu-jin-ahn_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_eunji-lim-yu-jin-ahn_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_eunji-lim-yu-jin-ahn_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:00</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Madeleine Jessup - Ying Zhang
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_madeleine-jessup-ying-zhang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_madeleine-jessup-ying-zhang_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_madeleine-jessup-ying-zhang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_madeleine-jessup-ying-zhang_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:00</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Sumin Kim - Yuhan Liu
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sumin-kim-yuhan-liu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sumin-kim-yuhan-liu_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sumin-kim-yuhan-liu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sumin-kim-yuhan-liu_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:00</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Carol Lee - Xichen Zhao
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_carol-lee-xichen-zhao_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_carol-lee-xichen-zhao_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_carol-lee-xichen-zhao_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_carol-lee-xichen-zhao_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:30</strong> | Tennis | ITF (W) - Cairns (AUS) | Carolann Delaunay - Petra Hule
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_carolann-delaunay-petra-hule_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_carolann-delaunay-petra-hule_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_carolann-delaunay-petra-hule_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_carolann-delaunay-petra-hule_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:30</strong> | Tennis | ITF (W) - Cairns (AUS) | Tenika Mcgiffin - Cara Korhonen
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tenika-mcgiffin-cara-korhonen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tenika-mcgiffin-cara-korhonen_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tenika-mcgiffin-cara-korhonen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tenika-mcgiffin-cara-korhonen_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:30</strong> | Tennis | ITF (W) - Cairns (AUS) | Alicia Smith - Maddison Inglis
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alicia-smith-maddison-inglis_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alicia-smith-maddison-inglis_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alicia-smith-maddison-inglis_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alicia-smith-maddison-inglis_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:30</strong> | Tennis | ITF (M) - Cairns (AUS) | Blake Mott - Hugh Winter
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_blake-mott-hugh-winter_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_blake-mott-hugh-winter_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_blake-mott-hugh-winter_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_blake-mott-hugh-winter_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:30</strong> | Tennis | ITF (M) - Cairns (AUS) | Alexander Klintcharov - Tai Sach
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alexander-klintcharov-tai-sach_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alexander-klintcharov-tai-sach_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alexander-klintcharov-tai-sach_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alexander-klintcharov-tai-sach_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:30</strong> | Tennis | ITF (W) - Cairns (AUS) | Audrey Aulia - Yui Chikaraishi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_audrey-aulia-yui-chikaraishi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_audrey-aulia-yui-chikaraishi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_audrey-aulia-yui-chikaraishi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_audrey-aulia-yui-chikaraishi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:30</strong> | Tennis | ITF (M) - Cairns (AUS) | Arjun Mehrotra - Colin Sinclair
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_arjun-mehrotra-colin-sinclair_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_arjun-mehrotra-colin-sinclair_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_arjun-mehrotra-colin-sinclair_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_arjun-mehrotra-colin-sinclair_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:30</strong> | Basketball | USA - WNBA (W) - Playoff | Minnesota Lynx (W) - Connecticut Sun (W)
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_minnesota-lynx-w-connecticut-sun-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODA5ODc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODA5ODc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_minnesota-lynx-w-connecticut-sun-w_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_minnesota-lynx-w-connecticut-sun-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3ODA5ODc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_minnesota-lynx-w-connecticut-sun-w_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 01:30</strong> | Tennis | ITF (W) - Cairns (AUS) | I. Wen Wan - Sarah Rokusek
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_i-wen-wan-sarah-rokusek_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_i-wen-wan-sarah-rokusek_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_i-wen-wan-sarah-rokusek_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_i-wen-wan-sarah-rokusek_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Mattia Bellucci - Billy Harris
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mattia-bellucci-billy-harris_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwODY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwODY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mattia-bellucci-billy-harris_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mattia-bellucci-billy-harris_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwODY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mattia-bellucci-billy-harris_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Li Tu - Marcos Giron
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_li-tu-marcos-giron_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_li-tu-marcos-giron_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_li-tu-marcos-giron_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_li-tu-marcos-giron_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Stan Wawrinka - Giovanni M.Perricard
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_stan-wawrinka-giovanni-m-perricard_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_stan-wawrinka-giovanni-m-perricard_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_stan-wawrinka-giovanni-m-perricard_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_stan-wawrinka-giovanni-m-perricard_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | WTA - Beijing (CHN) - Doubles | S.Errani/J.Paolini - B.Haddad Maia/L.Siegemund
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-errani-j-paolini-b-haddad-maia-l-siegemund_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-errani-j-paolini-b-haddad-maia-l-siegemund_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-errani-j-paolini-b-haddad-maia-l-siegemund_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-errani-j-paolini-b-haddad-maia-l-siegemund_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | WTA - Beijing (CHN) - Doubles | E.Cocciaretto/L.Samsonova - Q.Tang/Y.Yuan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_e-cocciaretto-l-samsonova-q-tang-y-yuan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2NjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2NjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_e-cocciaretto-l-samsonova-q-tang-y-yuan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_e-cocciaretto-l-samsonova-q-tang-y-yuan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2NjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_e-cocciaretto-l-samsonova-q-tang-y-yuan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Tallon Griekspoor - Facundo Diaz Acosta
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tallon-griekspoor-facundo-diaz-acosta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tallon-griekspoor-facundo-diaz-acosta_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tallon-griekspoor-facundo-diaz-acosta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tallon-griekspoor-facundo-diaz-acosta_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Alex Michelsen - Bu Yunchaokete
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alex-michelsen-bu-yunchaokete_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alex-michelsen-bu-yunchaokete_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alex-michelsen-bu-yunchaokete_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alex-michelsen-bu-yunchaokete_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Elena-Gabriela Ruse - Ajla Tomljanovic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_elena-gabriela-ruse-ajla-tomljanovic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwNzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwNzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_elena-gabriela-ruse-ajla-tomljanovic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_elena-gabriela-ruse-ajla-tomljanovic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwNzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_elena-gabriela-ruse-ajla-tomljanovic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Jakub Mensik - Pedro Martinez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jakub-mensik-pedro-martinez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jakub-mensik-pedro-martinez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jakub-mensik-pedro-martinez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jakub-mensik-pedro-martinez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | David Goffin - James Duckworth
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_david-goffin-james-duckworth_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_david-goffin-james-duckworth_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_david-goffin-james-duckworth_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_david-goffin-james-duckworth_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | WTA - Beijing (CHN) | Shuai Zhang - Paula Badosa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_shuai-zhang-paula-badosa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwNzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwNzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_shuai-zhang-paula-badosa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_shuai-zhang-paula-badosa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwNzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_shuai-zhang-paula-badosa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Mananchaya Sawangkaew - Mccartney Kessler
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mananchaya-sawangkaew-mccartney-kessler_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM5NzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM5NzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mananchaya-sawangkaew-mccartney-kessler_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mananchaya-sawangkaew-mccartney-kessler_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM5NzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mananchaya-sawangkaew-mccartney-kessler_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Yoshihito Nishioka - Yi Zhou
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yoshihito-nishioka-yi-zhou_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yoshihito-nishioka-yi-zhou_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yoshihito-nishioka-yi-zhou_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yoshihito-nishioka-yi-zhou_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Christopher O'Connell - Matteo Berrettini
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_christopher-o-connell-matteo-berrettini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_christopher-o-connell-matteo-berrettini_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_christopher-o-connell-matteo-berrettini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_christopher-o-connell-matteo-berrettini_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Miomir Kecmanovic - Rinky Hijikata
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_miomir-kecmanovic-rinky-hijikata_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_miomir-kecmanovic-rinky-hijikata_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_miomir-kecmanovic-rinky-hijikata_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_miomir-kecmanovic-rinky-hijikata_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Zhizhen Zhang - Zizou Bergs
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_zhizhen-zhang-zizou-bergs_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_zhizhen-zhang-zizou-bergs_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_zhizhen-zhang-zizou-bergs_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_zhizhen-zhang-zizou-bergs_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Jaume Munar - Hugo Gaston
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jaume-munar-hugo-gaston_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jaume-munar-hugo-gaston_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jaume-munar-hugo-gaston_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jaume-munar-hugo-gaston_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Pavel Kotov - Yosuke Watanuki
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_pavel-kotov-yosuke-watanuki_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwNjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwNjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_pavel-kotov-yosuke-watanuki_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_pavel-kotov-yosuke-watanuki_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwNjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_pavel-kotov-yosuke-watanuki_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:30</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Onyu Choi - Ramu Ueda
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_onyu-choi-ramu-ueda_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_onyu-choi-ramu-ueda_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_onyu-choi-ramu-ueda_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_onyu-choi-ramu-ueda_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:30</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Dabin Kim - Pei-Chi Lee
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dabin-kim-pei-chi-lee_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dabin-kim-pei-chi-lee_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dabin-kim-pei-chi-lee_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dabin-kim-pei-chi-lee_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:30</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Gaeul Jang - Eunchae Kim
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gaeul-jang-eunchae-kim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gaeul-jang-eunchae-kim_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gaeul-jang-eunchae-kim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gaeul-jang-eunchae-kim_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 02:30</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Dayeon Back - Sonja Zhenikhova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dayeon-back-sonja-zhenikhova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dayeon-back-sonja-zhenikhova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dayeon-back-sonja-zhenikhova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dayeon-back-sonja-zhenikhova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 03:00</strong> | Tennis | ITF (W) - Cairns (AUS) | Alexandra Bozovic - Kyoka Okamura
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alexandra-bozovic-kyoka-okamura_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alexandra-bozovic-kyoka-okamura_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alexandra-bozovic-kyoka-okamura_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alexandra-bozovic-kyoka-okamura_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 03:00</strong> | Tennis | ITF (M) - Cairns (AUS) | Edward Winter - Cooper Kose
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_edward-winter-cooper-kose_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_edward-winter-cooper-kose_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_edward-winter-cooper-kose_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_edward-winter-cooper-kose_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 03:00</strong> | Tennis | ITF (W) - Cairns (AUS) | Haruka Kaji - Alana Parnaby
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_haruka-kaji-alana-parnaby_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1ODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1ODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_haruka-kaji-alana-parnaby_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_haruka-kaji-alana-parnaby_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1ODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_haruka-kaji-alana-parnaby_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 03:00</strong> | Tennis | ITF (W) - Cairns (AUS) | Tahlia Kokkinis - Janice Tjen
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tahlia-kokkinis-janice-tjen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tahlia-kokkinis-janice-tjen_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tahlia-kokkinis-janice-tjen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tahlia-kokkinis-janice-tjen_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 03:00</strong> | Tennis | ITF (M) - Cairns (AUS) | Jake Delaney - Moerani Bouzige
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jake-delaney-moerani-bouzige_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jake-delaney-moerani-bouzige_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jake-delaney-moerani-bouzige_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jake-delaney-moerani-bouzige_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 03:00</strong> | Tennis | ITF (M) - Cairns (AUS) | Enzo Aguiard - Ajeet Rai
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_enzo-aguiard-ajeet-rai_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_enzo-aguiard-ajeet-rai_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_enzo-aguiard-ajeet-rai_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_enzo-aguiard-ajeet-rai_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 04:00</strong> | Tennis | WTA - Beijing (CHN) | Aryna Sabalenka - Madison Keys
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_aryna-sabalenka-madison-keys_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyMDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyMDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_aryna-sabalenka-madison-keys_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_aryna-sabalenka-madison-keys_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyMDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_aryna-sabalenka-madison-keys_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 04:00</strong> | Tennis | ITF (W) - Yeongwol (KOR) | Sebin Eom - Eunhye Lee
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sebin-eom-eunhye-lee_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sebin-eom-eunhye-lee_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sebin-eom-eunhye-lee_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sebin-eom-eunhye-lee_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 04:00</strong> | Tennis | ITF (W) - Yeongwol (KOR) - Doubles | E.OH/H.Wi - N.R.Kim/Q.Y.Ye
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_e-oh-h-wi-n-r-kim-q-y-ye_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_e-oh-h-wi-n-r-kim-q-y-ye_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_e-oh-h-wi-n-r-kim-q-y-ye_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxNjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_e-oh-h-wi-n-r-kim-q-y-ye_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 04:30</strong> | Tennis | ATP - Shanghai (CHN) | Reilly Opelka - Arthur Rinderknech
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_reilly-opelka-arthur-rinderknech_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_reilly-opelka-arthur-rinderknech_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_reilly-opelka-arthur-rinderknech_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_reilly-opelka-arthur-rinderknech_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 04:30</strong> | Tennis | ATP - Shanghai (CHN) | Yibing Wu - Sumit Nagal
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yibing-wu-sumit-nagal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yibing-wu-sumit-nagal_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yibing-wu-sumit-nagal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yibing-wu-sumit-nagal_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 04:30</strong> | Tennis | ATP - Shanghai (CHN) | Luca Nardi - Alexandre Muller
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_luca-nardi-alexandre-muller_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_luca-nardi-alexandre-muller_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_luca-nardi-alexandre-muller_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_luca-nardi-alexandre-muller_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 04:30</strong> | Tennis | ATP - Shanghai (CHN) | Pablo Carreno-Busta - Botic van de Zandschulp
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_pablo-carreno-busta-botic-van-de-zandschulp_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_pablo-carreno-busta-botic-van-de-zandschulp_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_pablo-carreno-busta-botic-van-de-zandschulp_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_pablo-carreno-busta-botic-van-de-zandschulp_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 04:30</strong> | Tennis | ITF (M) - Cairns (AUS) | Jesse Delaney - Jacob Bradshaw
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jesse-delaney-jacob-bradshaw_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jesse-delaney-jacob-bradshaw_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jesse-delaney-jacob-bradshaw_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jesse-delaney-jacob-bradshaw_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 04:30</strong> | Tennis | ITF (W) - Cairns (AUS) | Talia Gibson - Ya Yi Yang
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_talia-gibson-ya-yi-yang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Nzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Nzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_talia-gibson-ya-yi-yang_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_talia-gibson-ya-yi-yang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Nzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_talia-gibson-ya-yi-yang_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 04:30</strong> | Tennis | ITF (M) - Cairns (AUS) | Sam Ryan Ziegann - Hiroki Moriya
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sam-ryan-ziegann-hiroki-moriya_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sam-ryan-ziegann-hiroki-moriya_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sam-ryan-ziegann-hiroki-moriya_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sam-ryan-ziegann-hiroki-moriya_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 04:30</strong> | Tennis | ITF (M) - Cairns (AUS) | Jayden Court - Hayden Jones
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jayden-court-hayden-jones_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jayden-court-hayden-jones_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jayden-court-hayden-jones_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jayden-court-hayden-jones_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 04:30</strong> | Tennis | ITF (M) - Cairns (AUS) | Thijmen Loof - Matthew Hulme
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_thijmen-loof-matthew-hulme_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_thijmen-loof-matthew-hulme_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_thijmen-loof-matthew-hulme_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_thijmen-loof-matthew-hulme_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 04:30</strong> | Tennis | ITF (W) - Cairns (AUS) - Doubles | M.Aikawa/L.Khan - S.Hupfeld/J.Williams-Phillips
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-aikawa-l-khan-s-hupfeld-j-williams-phillips_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-aikawa-l-khan-s-hupfeld-j-williams-phillips_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-aikawa-l-khan-s-hupfeld-j-williams-phillips_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-aikawa-l-khan-s-hupfeld-j-williams-phillips_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 05:30</strong> | Tennis | ITF (W) - Yeongwol (KOR) - Doubles | Ya Hsin Lee/Fang An Lin - Yifan Sun/Xichen Zhao
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ya-hsin-lee-fang-an-lin-yifan-sun-xichen-zhao_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ya-hsin-lee-fang-an-lin-yifan-sun-xichen-zhao_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ya-hsin-lee-fang-an-lin-yifan-sun-xichen-zhao_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ya-hsin-lee-fang-an-lin-yifan-sun-xichen-zhao_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 05:50</strong> | Tennis | ATP - Shanghai (CHN) | Fabio Fognini - Luciano Darderi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_fabio-fognini-luciano-darderi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_fabio-fognini-luciano-darderi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_fabio-fognini-luciano-darderi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_fabio-fognini-luciano-darderi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 05:50</strong> | Tennis | ATP - Shanghai (CHN) | Marin Cilic - Arthur Cazaux
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_marin-cilic-arthur-cazaux_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_marin-cilic-arthur-cazaux_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_marin-cilic-arthur-cazaux_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_marin-cilic-arthur-cazaux_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 05:50</strong> | Tennis | ATP - Shanghai (CHN) | Roberto Bautista Agut - Roberto Carballes Baena
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_roberto-bautista-agut-roberto-carballes-baena_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_roberto-bautista-agut-roberto-carballes-baena_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_roberto-bautista-agut-roberto-carballes-baena_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_roberto-bautista-agut-roberto-carballes-baena_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 05:50</strong> | Tennis | ATP - Shanghai (CHN) | Gael Monfils - Damir Dzumhur
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gael-monfils-damir-dzumhur_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gael-monfils-damir-dzumhur_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gael-monfils-damir-dzumhur_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gael-monfils-damir-dzumhur_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 06:00</strong> | Tennis | ITF (M) - Cairns (AUS) - Doubles | J.Charlton/B.Ellis - C.Crowther/T.Sach
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-charlton-b-ellis-c-crowther-t-sach_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-charlton-b-ellis-c-crowther-t-sach_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-charlton-b-ellis-c-crowther-t-sach_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1NzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-charlton-b-ellis-c-crowther-t-sach_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 06:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Emina Bektas - Dalma Galfi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_emina-bektas-dalma-galfi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_emina-bektas-dalma-galfi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_emina-bektas-dalma-galfi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_emina-bektas-dalma-galfi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 06:00</strong> | Rugby Union | Bunnings NPC | Tasman - Auckland
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tasman-auckland_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/SkySport2[NZ]" readonly="">
                            <a href="https://antenasport.online/channel/SkySport2[NZ]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tasman-auckland_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tasman-auckland_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/SkySport2[NZ]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tasman-auckland_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 06:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Clara Tauson - Martina Trevisan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_clara-tauson-martina-trevisan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_clara-tauson-martina-trevisan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_clara-tauson-martina-trevisan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_clara-tauson-martina-trevisan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 06:00</strong> | Tennis | ITF (W) - Cairns (AUS) - Doubles | B.Compuesto/J.Cvijanovic - M.Horvit/T.McGiffin
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_b-compuesto-j-cvijanovic-m-horvit-t-mcgiffin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Nzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Nzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_b-compuesto-j-cvijanovic-m-horvit-t-mcgiffin_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_b-compuesto-j-cvijanovic-m-horvit-t-mcgiffin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Nzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_b-compuesto-j-cvijanovic-m-horvit-t-mcgiffin_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 06:00</strong> | Tennis | ATP - Beijing (CHN) - Doubles | S.Bolelli/A.Vavassori - H.Heliovaara/H.Patten
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-bolelli-a-vavassori-h-heliovaara-h-patten_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMzNzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMzNzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-bolelli-a-vavassori-h-heliovaara-h-patten_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-bolelli-a-vavassori-h-heliovaara-h-patten_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMzNzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-bolelli-a-vavassori-h-heliovaara-h-patten_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 06:00</strong> | Tennis | ITF (W) - Cairns (AUS) - Doubles | E.Jones/E.Micic - M.Barry/A.Smith
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_e-jones-e-micic-m-barry-a-smith_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Njc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Njc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_e-jones-e-micic-m-barry-a-smith_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_e-jones-e-micic-m-barry-a-smith_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Njc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_e-jones-e-micic-m-barry-a-smith_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 06:00</strong> | Tennis | ITF (M) - Cairns (AUS) - Doubles | T.Gray/S.Jones - E.Cook/A.Klintcharov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_t-gray-s-jones-e-cook-a-klintcharov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Nzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Nzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_t-gray-s-jones-e-cook-a-klintcharov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_t-gray-s-jones-e-cook-a-klintcharov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1Nzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_t-gray-s-jones-e-cook-a-klintcharov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 06:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) - Doubles | M.Niculescu/E.G.Ruse - K.Birrell/S.Hsieh
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-niculescu-e-g-ruse-k-birrell-s-hsieh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-niculescu-e-g-ruse-k-birrell-s-hsieh_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-niculescu-e-g-ruse-k-birrell-s-hsieh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-niculescu-e-g-ruse-k-birrell-s-hsieh_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 06:00</strong> | Netball | Taini Jamison Trophy | New Zealand W - England W
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_new-zealand-w-england-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/SkySport1[NZ]" readonly="">
                            <a href="https://antenasport.online/channel/SkySport1[NZ]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_new-zealand-w-england-w_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_new-zealand-w-england-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/SkySport1[NZ]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_new-zealand-w-england-w_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 06:30</strong> | Tennis | ITF (W) - Yeongwol (KOR) - Doubles | Feier Hu/Himari Sato - Gaeul Jang/Jiale Zhang
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_feier-hu-himari-sato-gaeul-jang-jiale-zhang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_feier-hu-himari-sato-gaeul-jang-jiale-zhang_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_feier-hu-himari-sato-gaeul-jang-jiale-zhang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_feier-hu-himari-sato-gaeul-jang-jiale-zhang_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 06:30</strong> | Tennis | ITF (W) - Yeongwol (KOR) - Doubles | Boyoung Jeong/Cherry Kim - J.H.Choi/P.C.Lee
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_boyoung-jeong-cherry-kim-j-h-choi-p-c-lee_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_boyoung-jeong-cherry-kim-j-h-choi-p-c-lee_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_boyoung-jeong-cherry-kim-j-h-choi-p-c-lee_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_boyoung-jeong-cherry-kim-j-h-choi-p-c-lee_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 06:30</strong> | Tennis | WTA - Beijing (CHN) | Cristina Bucsa - Karolina Muchova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_cristina-bucsa-karolina-muchova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1ODI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1ODI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_cristina-bucsa-karolina-muchova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_cristina-bucsa-karolina-muchova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTc1ODI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_cristina-bucsa-karolina-muchova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 07:00</strong> | Tennis | ITF (W) - Trnava (SVK) | Nina Vargova - Denise Hrdinkova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nina-vargova-denise-hrdinkova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nina-vargova-denise-hrdinkova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nina-vargova-denise-hrdinkova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nina-vargova-denise-hrdinkova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 07:00</strong> | Tennis | ITF (W) - Yeongwol (KOR) - Doubles | Onyu Choi/Yujin Kim - Yujin Ahn/Ying Zhang
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_onyu-choi-yujin-kim-yujin-ahn-ying-zhang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_onyu-choi-yujin-kim-yujin-ahn-ying-zhang_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_onyu-choi-yujin-kim-yujin-ahn-ying-zhang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTgzMjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_onyu-choi-yujin-kim-yujin-ahn-ying-zhang_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 07:00</strong> | Aussie rules | AFL Women | Hawthorn Hawks W - Gold Coast Suns W
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_hawthorn-hawks-w-gold-coast-suns-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/TNTSports1[UK]" readonly="">
                            <a href="https://antenasport.online/channel/TNTSports1[UK]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_hawthorn-hawks-w-gold-coast-suns-w_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_hawthorn-hawks-w-gold-coast-suns-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/TNTSports1[UK]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_hawthorn-hawks-w-gold-coast-suns-w_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_hawthorn-hawks-w-gold-coast-suns-w_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/FoxSoccerPlus[USA]" readonly="">
                            <a href="https://antenasport.online/channel/FoxSoccerPlus[USA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_hawthorn-hawks-w-gold-coast-suns-w_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_hawthorn-hawks-w-gold-coast-suns-w_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/FoxSoccerPlus[USA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_hawthorn-hawks-w-gold-coast-suns-w_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 07:00</strong> | Tennis | ITF (M) - Trnava (SVK) | Jan Kupcic - Oliver Petr Burda
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jan-kupcic-oliver-petr-burda_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jan-kupcic-oliver-petr-burda_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jan-kupcic-oliver-petr-burda_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jan-kupcic-oliver-petr-burda_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 07:00</strong> | Tennis | ITF (M) - Trnava (SVK) | Leonardo Rossi - Adam Jilly
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_leonardo-rossi-adam-jilly_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_leonardo-rossi-adam-jilly_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_leonardo-rossi-adam-jilly_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_leonardo-rossi-adam-jilly_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 07:00</strong> | Tennis | ITF (W) - Trnava (SVK) | Martina Marusinova - Barbora Michalkova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_martina-marusinova-barbora-michalkova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_martina-marusinova-barbora-michalkova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_martina-marusinova-barbora-michalkova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_martina-marusinova-barbora-michalkova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 07:00</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | Karim-Mohamed Maamoun - Michael Bassem Sobhy
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_karim-mohamed-maamoun-michael-bassem-sobhy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_karim-mohamed-maamoun-michael-bassem-sobhy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_karim-mohamed-maamoun-michael-bassem-sobhy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_karim-mohamed-maamoun-michael-bassem-sobhy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 07:00</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | Alexandr Binda - Saveliy Ivanov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alexandr-binda-saveliy-ivanov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alexandr-binda-saveliy-ivanov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alexandr-binda-saveliy-ivanov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alexandr-binda-saveliy-ivanov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 07:00</strong> | Tennis | ITF (M) - Trnava (SVK) | Arthur Nagel - Dax Donders
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_arthur-nagel-dax-donders_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_arthur-nagel-dax-donders_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_arthur-nagel-dax-donders_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_arthur-nagel-dax-donders_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Calvin Hemery - Lucas Pouille
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_calvin-hemery-lucas-pouille_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDYwMDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDYwMDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_calvin-hemery-lucas-pouille_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_calvin-hemery-lucas-pouille_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDYwMDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_calvin-hemery-lucas-pouille_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Yasmine Kabbaj - Jennifer Ruggeri
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yasmine-kabbaj-jennifer-ruggeri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yasmine-kabbaj-jennifer-ruggeri_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yasmine-kabbaj-jennifer-ruggeri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yasmine-kabbaj-jennifer-ruggeri_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - Kigali (RWA) | Corentin Denolly - Rafael Ymer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_corentin-denolly-rafael-ymer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_corentin-denolly-rafael-ymer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_corentin-denolly-rafael-ymer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_corentin-denolly-rafael-ymer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - Sibenik (HRV) | Gabriela Ce - Raluca Georgiana Serban
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gabriela-ce-raluca-georgiana-serban_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gabriela-ce-raluca-georgiana-serban_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gabriela-ce-raluca-georgiana-serban_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gabriela-ce-raluca-georgiana-serban_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - Kigali (RWA) | Mattias Southcombe - B.N.Kumaran
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mattias-southcombe-b-n-kumaran_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mattias-southcombe-b-n-kumaran_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mattias-southcombe-b-n-kumaran_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mattias-southcombe-b-n-kumaran_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - Sibenik (HRV) | Panna Udvardy - Aneta Kucmova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_panna-udvardy-aneta-kucmova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_panna-udvardy-aneta-kucmova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_panna-udvardy-aneta-kucmova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_panna-udvardy-aneta-kucmova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - Sibenik (HRV) | Tara Wurth - Selena Janicijevic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tara-wurth-selena-janicijevic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tara-wurth-selena-janicijevic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tara-wurth-selena-janicijevic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tara-wurth-selena-janicijevic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - Zaragoza (ESP) | Iliyan Radulov - Ignasi Forcano
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_iliyan-radulov-ignasi-forcano_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_iliyan-radulov-ignasi-forcano_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_iliyan-radulov-ignasi-forcano_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_iliyan-radulov-ignasi-forcano_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - Nevers (FRA) | Nicolas Colne - Antoine Hoang
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nicolas-colne-antoine-hoang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nicolas-colne-antoine-hoang_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nicolas-colne-antoine-hoang_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nicolas-colne-antoine-hoang_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - Nevers (FRA) | Robinson Le Meur - Valentin Lapalu
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_robinson-le-meur-valentin-lapalu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_robinson-le-meur-valentin-lapalu_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_robinson-le-meur-valentin-lapalu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_robinson-le-meur-valentin-lapalu_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | Jasza Szajrych - Marcus Walters
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jasza-szajrych-marcus-walters_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jasza-szajrych-marcus-walters_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jasza-szajrych-marcus-walters_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jasza-szajrych-marcus-walters_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Matilde Mariani - Anastasia Ganja
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_matilde-mariani-anastasia-ganja_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_matilde-mariani-anastasia-ganja_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_matilde-mariani-anastasia-ganja_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_matilde-mariani-anastasia-ganja_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - Zaragoza (ESP) | Carlos Lopez Montagud - Alex Marti Pujolras
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_carlos-lopez-montagud-alex-marti-pujolras_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_carlos-lopez-montagud-alex-marti-pujolras_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_carlos-lopez-montagud-alex-marti-pujolras_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_carlos-lopez-montagud-alex-marti-pujolras_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - Sibenik (HRV) | Nuria Brancaccio - Anca Alexia Todoni
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nuria-brancaccio-anca-alexia-todoni_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nuria-brancaccio-anca-alexia-todoni_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nuria-brancaccio-anca-alexia-todoni_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nuria-brancaccio-anca-alexia-todoni_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - Reims (FRA) | Celine Naef - Sarah Beth Grey
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_celine-naef-sarah-beth-grey_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_celine-naef-sarah-beth-grey_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_celine-naef-sarah-beth-grey_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_celine-naef-sarah-beth-grey_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - Reims (FRA) | Ekaterina Ovcharenko - Amarni Banks
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ekaterina-ovcharenko-amarni-banks_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ekaterina-ovcharenko-amarni-banks_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ekaterina-ovcharenko-amarni-banks_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ekaterina-ovcharenko-amarni-banks_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - Sibenik (HRV) | Ziva Falkner - Amarissa Kiara Toth
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ziva-falkner-amarissa-kiara-toth_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ziva-falkner-amarissa-kiara-toth_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ziva-falkner-amarissa-kiara-toth_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ziva-falkner-amarissa-kiara-toth_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - Sibenik (HRV) | Sara Bejlek - Oleksandra Oliynykova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sara-bejlek-oleksandra-oliynykova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sara-bejlek-oleksandra-oliynykova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sara-bejlek-oleksandra-oliynykova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sara-bejlek-oleksandra-oliynykova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - Nevers (FRA) | Enzo Wallart - Tanguy Genier
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_enzo-wallart-tanguy-genier_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_enzo-wallart-tanguy-genier_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_enzo-wallart-tanguy-genier_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_enzo-wallart-tanguy-genier_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Manuel Guinard - Elias Ymer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_manuel-guinard-elias-ymer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_manuel-guinard-elias-ymer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_manuel-guinard-elias-ymer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_manuel-guinard-elias-ymer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Julia Grabher - Alice Rame
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_julia-grabher-alice-rame_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_julia-grabher-alice-rame_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_julia-grabher-alice-rame_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_julia-grabher-alice-rame_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - Zaragoza (ESP) | Nicolas Alvarez Varona - Keoni Puig McCallan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nicolas-alvarez-varona-keoni-puig-mccallan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nicolas-alvarez-varona-keoni-puig-mccallan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nicolas-alvarez-varona-keoni-puig-mccallan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nicolas-alvarez-varona-keoni-puig-mccallan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Anna Klasen - Jennifer Ruggeri
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_anna-klasen-jennifer-ruggeri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_anna-klasen-jennifer-ruggeri_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_anna-klasen-jennifer-ruggeri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_anna-klasen-jennifer-ruggeri_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - Reims (FRA) | Jenny Lim - Manon Leonard
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jenny-lim-manon-leonard_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jenny-lim-manon-leonard_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jenny-lim-manon-leonard_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jenny-lim-manon-leonard_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Anastasia Abbagnato - Katerina Tsygourova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_anastasia-abbagnato-katerina-tsygourova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_anastasia-abbagnato-katerina-tsygourova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_anastasia-abbagnato-katerina-tsygourova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_anastasia-abbagnato-katerina-tsygourova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | David Poljak - Harry Wendelken
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_david-poljak-harry-wendelken_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_david-poljak-harry-wendelken_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_david-poljak-harry-wendelken_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_david-poljak-harry-wendelken_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) - Doubles | J.Aney/L.Papadakis - S.Aoyama/E.Hozumi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-aney-l-papadakis-s-aoyama-e-hozumi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-aney-l-papadakis-s-aoyama-e-hozumi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-aney-l-papadakis-s-aoyama-e-hozumi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-aney-l-papadakis-s-aoyama-e-hozumi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Irene Lavino - Tina Nadine Smith
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_irene-lavino-tina-nadine-smith_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_irene-lavino-tina-nadine-smith_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_irene-lavino-tina-nadine-smith_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_irene-lavino-tina-nadine-smith_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Oleksandr Ovcharenko - Daniele Rapagnetta
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_oleksandr-ovcharenko-daniele-rapagnetta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3MzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3MzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_oleksandr-ovcharenko-daniele-rapagnetta_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_oleksandr-ovcharenko-daniele-rapagnetta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTY3MzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_oleksandr-ovcharenko-daniele-rapagnetta_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Kimmer Coppejans - Nicolai Budkov Kjaer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kimmer-coppejans-nicolai-budkov-kjaer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUzNjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUzNjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kimmer-coppejans-nicolai-budkov-kjaer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kimmer-coppejans-nicolai-budkov-kjaer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUzNjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kimmer-coppejans-nicolai-budkov-kjaer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Emma Navarro - Viktorija Golubic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_emma-navarro-viktorija-golubic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_emma-navarro-viktorija-golubic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_emma-navarro-viktorija-golubic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_emma-navarro-viktorija-golubic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - Kigali (RWA) | Brandon Perez - Aziz Ouakaa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_brandon-perez-aziz-ouakaa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_brandon-perez-aziz-ouakaa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_brandon-perez-aziz-ouakaa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_brandon-perez-aziz-ouakaa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Federico Iannaccone - Oleksii Krutykh
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_federico-iannaccone-oleksii-krutykh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_federico-iannaccone-oleksii-krutykh_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_federico-iannaccone-oleksii-krutykh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_federico-iannaccone-oleksii-krutykh_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Sascha Wayenburg - Antoine Escoffier
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sascha-wayenburg-antoine-escoffier_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sascha-wayenburg-antoine-escoffier_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sascha-wayenburg-antoine-escoffier_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sascha-wayenburg-antoine-escoffier_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Anna Bondar - Suzan Lamens
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_anna-bondar-suzan-lamens_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg5OTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg5OTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_anna-bondar-suzan-lamens_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_anna-bondar-suzan-lamens_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg5OTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_anna-bondar-suzan-lamens_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) | Madelief Hageman - Anastasia Mozgaleva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_madelief-hageman-anastasia-mozgaleva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_madelief-hageman-anastasia-mozgaleva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_madelief-hageman-anastasia-mozgaleva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_madelief-hageman-anastasia-mozgaleva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) | Andre Lukosiute - Daria Yesypchuk
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_andre-lukosiute-daria-yesypchuk_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_andre-lukosiute-daria-yesypchuk_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_andre-lukosiute-daria-yesypchuk_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_andre-lukosiute-daria-yesypchuk_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) | Julia Adams - Gina Marie Dittmann
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_julia-adams-gina-marie-dittmann_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_julia-adams-gina-marie-dittmann_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_julia-adams-gina-marie-dittmann_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_julia-adams-gina-marie-dittmann_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | Faris Zakaryia - Michael Zhu
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_faris-zakaryia-michael-zhu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_faris-zakaryia-michael-zhu_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_faris-zakaryia-michael-zhu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_faris-zakaryia-michael-zhu_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) | Vicky van de Peer - Aaddi Gupta
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vicky-van-de-peer-aaddi-gupta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vicky-van-de-peer-aaddi-gupta_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vicky-van-de-peer-aaddi-gupta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vicky-van-de-peer-aaddi-gupta_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (W) - Trnava (SVK) | Summer Yardley - Natalia Krockova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_summer-yardley-natalia-krockova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_summer-yardley-natalia-krockova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_summer-yardley-natalia-krockova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_summer-yardley-natalia-krockova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (M) - Monastir (TUN) | Peter Sallay - Constantin Bittoun Kouzmine
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_peter-sallay-constantin-bittoun-kouzmine_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_peter-sallay-constantin-bittoun-kouzmine_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_peter-sallay-constantin-bittoun-kouzmine_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_peter-sallay-constantin-bittoun-kouzmine_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | Matteo Fondriest - Maximus Jones
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_matteo-fondriest-maximus-jones_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3Mzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3Mzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_matteo-fondriest-maximus-jones_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_matteo-fondriest-maximus-jones_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3Mzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_matteo-fondriest-maximus-jones_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (M) - Trnava (SVK) | Aleksandr Braynin - Milos Karol
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_aleksandr-braynin-milos-karol_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_aleksandr-braynin-milos-karol_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_aleksandr-braynin-milos-karol_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_aleksandr-braynin-milos-karol_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) | Anja Wildgruber - Jordyn McBride
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_anja-wildgruber-jordyn-mcbride_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_anja-wildgruber-jordyn-mcbride_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_anja-wildgruber-jordyn-mcbride_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_anja-wildgruber-jordyn-mcbride_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (M) - Monastir (TUN) | Simon Beaupain - Mikhail Gorokhov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_simon-beaupain-mikhail-gorokhov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_simon-beaupain-mikhail-gorokhov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_simon-beaupain-mikhail-gorokhov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_simon-beaupain-mikhail-gorokhov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (W) - Trnava (SVK) | Elizara Yaneva - Stella Kovacicova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_elizara-yaneva-stella-kovacicova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_elizara-yaneva-stella-kovacicova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_elizara-yaneva-stella-kovacicova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_elizara-yaneva-stella-kovacicova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (W) - Trnava (SVK) | Aneta Laboutkova - Radka Zelnickova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_aneta-laboutkova-radka-zelnickova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_aneta-laboutkova-radka-zelnickova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_aneta-laboutkova-radka-zelnickova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_aneta-laboutkova-radka-zelnickova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | James Story - Amr Elsayed
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_james-story-amr-elsayed_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3Mzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3Mzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_james-story-amr-elsayed_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_james-story-amr-elsayed_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3Mzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_james-story-amr-elsayed_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (W) - Trnava (SVK) | Jeline Vandromme - Katarina Kuzmova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jeline-vandromme-katarina-kuzmova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jeline-vandromme-katarina-kuzmova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jeline-vandromme-katarina-kuzmova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jeline-vandromme-katarina-kuzmova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (W) - Monastir (TUN) | Alexandra Vasilyeva - Lauryn John-Baptiste
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alexandra-vasilyeva-lauryn-john-baptiste_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alexandra-vasilyeva-lauryn-john-baptiste_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alexandra-vasilyeva-lauryn-john-baptiste_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alexandra-vasilyeva-lauryn-john-baptiste_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | Evan Bynoe - Fryderyk Lechno-Wasiutynski
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_evan-bynoe-fryderyk-lechno-wasiutynski_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_evan-bynoe-fryderyk-lechno-wasiutynski_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_evan-bynoe-fryderyk-lechno-wasiutynski_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_evan-bynoe-fryderyk-lechno-wasiutynski_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | WTA - Beijing (CHN) | Magda Linette - Mirra Andreeva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_magda-linette-mirra-andreeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg1OTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg1OTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_magda-linette-mirra-andreeva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_magda-linette-mirra-andreeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg1OTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_magda-linette-mirra-andreeva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) - Doubles | M.Guinard/G.Jacq - J.Eysseric/A.Reymond
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-guinard-g-jacq-j-eysseric-a-reymond_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-guinard-g-jacq-j-eysseric-a-reymond_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-guinard-g-jacq-j-eysseric-a-reymond_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-guinard-g-jacq-j-eysseric-a-reymond_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 08:30</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Daniel Masur - Alexis Gautier
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_daniel-masur-alexis-gautier_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM4MzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM4MzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_daniel-masur-alexis-gautier_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_daniel-masur-alexis-gautier_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM4MzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_daniel-masur-alexis-gautier_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:00</strong> | Tennis | ATP - Beijing (CHN) | Jannik Sinner - Carlos Alcaraz
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jannik-sinner-carlos-alcaraz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ0MjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ0MjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jannik-sinner-carlos-alcaraz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jannik-sinner-carlos-alcaraz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ0MjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jannik-sinner-carlos-alcaraz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:00</strong> | Tennis | Challenger - Braga (PRT) | Joao Domingues - Daniel Elahi Galan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_joao-domingues-daniel-elahi-galan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5OTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5OTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_joao-domingues-daniel-elahi-galan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_joao-domingues-daniel-elahi-galan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5OTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_joao-domingues-daniel-elahi-galan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:00</strong> | Tennis | Challenger - Braga (PRT) | Thiago Agustin Tirante - Lukas Neumayer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_thiago-agustin-tirante-lukas-neumayer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Njk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Njk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_thiago-agustin-tirante-lukas-neumayer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_thiago-agustin-tirante-lukas-neumayer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Njk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_thiago-agustin-tirante-lukas-neumayer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:00</strong> | Tennis | ITF (W) - Baza (ESP) | Lucia Llinares Domingo - Nahia Berecoechea
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lucia-llinares-domingo-nahia-berecoechea_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lucia-llinares-domingo-nahia-berecoechea_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lucia-llinares-domingo-nahia-berecoechea_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lucia-llinares-domingo-nahia-berecoechea_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:00</strong> | Tennis | Challenger - Braga (PRT) - Doubles | N.Oberleitner/A.Virgili - F.Bergevi/M.Veldheer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_n-oberleitner-a-virgili-f-bergevi-m-veldheer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_n-oberleitner-a-virgili-f-bergevi-m-veldheer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_n-oberleitner-a-virgili-f-bergevi-m-veldheer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_n-oberleitner-a-virgili-f-bergevi-m-veldheer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:00</strong> | Tennis | Challenger - Braga (PRT) | Carlos Taberner - Hynek Barton
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_carlos-taberner-hynek-barton_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_carlos-taberner-hynek-barton_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_carlos-taberner-hynek-barton_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDAzOTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_carlos-taberner-hynek-barton_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:00</strong> | Aussie rules | AFL Women | Essendon Bombers W - Sydney Swans W
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_essendon-bombers-w-sydney-swans-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/TNTSports1[UK]" readonly="">
                            <a href="https://antenasport.online/channel/TNTSports1[UK]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_essendon-bombers-w-sydney-swans-w_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_essendon-bombers-w-sydney-swans-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/TNTSports1[UK]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_essendon-bombers-w-sydney-swans-w_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_essendon-bombers-w-sydney-swans-w_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/SkySport9[NZ]" readonly="">
                            <a href="https://antenasport.online/channel/SkySport9[NZ]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_essendon-bombers-w-sydney-swans-w_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_essendon-bombers-w-sydney-swans-w_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/SkySport9[NZ]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_essendon-bombers-w-sydney-swans-w_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:00</strong> | Tennis | Challenger - Braga (PRT) | Jan Choinski - Cristian Garin
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jan-choinski-cristian-garin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jan-choinski-cristian-garin_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jan-choinski-cristian-garin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jan-choinski-cristian-garin_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:00</strong> | Tennis | ITF (W) - Baza (ESP) | Alice Gillan - Yeon Woo Ku
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alice-gillan-yeon-woo-ku_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alice-gillan-yeon-woo-ku_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alice-gillan-yeon-woo-ku_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alice-gillan-yeon-woo-ku_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:00</strong> | Tennis | Challenger - Braga (PRT) | Vit Kopriva - Ignacio Buse
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vit-kopriva-ignacio-buse_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vit-kopriva-ignacio-buse_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vit-kopriva-ignacio-buse_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vit-kopriva-ignacio-buse_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:00</strong> | Tennis | ITF (W) - Baza (ESP) | Merel Hoedt - Alina Charaeva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_merel-hoedt-alina-charaeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_merel-hoedt-alina-charaeva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_merel-hoedt-alina-charaeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_merel-hoedt-alina-charaeva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:00</strong> | Tennis | Challenger - Braga (PRT) | Elmer Moeller - Francesco Passaro
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_elmer-moeller-francesco-passaro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_elmer-moeller-francesco-passaro_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_elmer-moeller-francesco-passaro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_elmer-moeller-francesco-passaro_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (W) - Sibenik (HRV) | Ipek Oz - Noma Akugue Noha
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ipek-oz-noma-akugue-noha_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ipek-oz-noma-akugue-noha_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ipek-oz-noma-akugue-noha_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ipek-oz-noma-akugue-noha_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Andrea Guerrieri - Giovanni Oradini
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_andrea-guerrieri-giovanni-oradini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_andrea-guerrieri-giovanni-oradini_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_andrea-guerrieri-giovanni-oradini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_andrea-guerrieri-giovanni-oradini_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | Martyn Pawelski - Luke Simkiss
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_martyn-pawelski-luke-simkiss_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_martyn-pawelski-luke-simkiss_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_martyn-pawelski-luke-simkiss_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_martyn-pawelski-luke-simkiss_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (W) - Sibenik (HRV) | Petra Martic - Veronika Erjavec
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_petra-martic-veronika-erjavec_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_petra-martic-veronika-erjavec_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_petra-martic-veronika-erjavec_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_petra-martic-veronika-erjavec_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Federica Urgesi - Noemi Basiletti
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_federica-urgesi-noemi-basiletti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_federica-urgesi-noemi-basiletti_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_federica-urgesi-noemi-basiletti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_federica-urgesi-noemi-basiletti_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Alberto Bronzetti - Marcello Serafini
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alberto-bronzetti-marcello-serafini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3ODY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3ODY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alberto-bronzetti-marcello-serafini_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alberto-bronzetti-marcello-serafini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3ODY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alberto-bronzetti-marcello-serafini_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - Kigali (RWA) | Rishi Reddy - Paul Barbier Gazeu
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rishi-reddy-paul-barbier-gazeu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rishi-reddy-paul-barbier-gazeu_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rishi-reddy-paul-barbier-gazeu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rishi-reddy-paul-barbier-gazeu_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Daria Kuczer - Carlota Martinez Cirez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_daria-kuczer-carlota-martinez-cirez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_daria-kuczer-carlota-martinez-cirez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_daria-kuczer-carlota-martinez-cirez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_daria-kuczer-carlota-martinez-cirez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | Jan Hrazdil - Eero Vasa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jan-hrazdil-eero-vasa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jan-hrazdil-eero-vasa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jan-hrazdil-eero-vasa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jan-hrazdil-eero-vasa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - Zaragoza (ESP) | Miguel Damas - Oscar Jose Gutierrez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_miguel-damas-oscar-jose-gutierrez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_miguel-damas-oscar-jose-gutierrez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_miguel-damas-oscar-jose-gutierrez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_miguel-damas-oscar-jose-gutierrez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - Nevers (FRA) | Leo Raquillet - Lucas Bouquet
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_leo-raquillet-lucas-bouquet_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_leo-raquillet-lucas-bouquet_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_leo-raquillet-lucas-bouquet_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_leo-raquillet-lucas-bouquet_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - Nevers (FRA) | Liam Branger - Daniil Glinka
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_liam-branger-daniil-glinka_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_liam-branger-daniil-glinka_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_liam-branger-daniil-glinka_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_liam-branger-daniil-glinka_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (W) - Reims (FRA) | Elise Renard - Emma Lene
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_elise-renard-emma-lene_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_elise-renard-emma-lene_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_elise-renard-emma-lene_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_elise-renard-emma-lene_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - Kigali (RWA) | Max Houkes - Yuvan Nandal
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_max-houkes-yuvan-nandal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_max-houkes-yuvan-nandal_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_max-houkes-yuvan-nandal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_max-houkes-yuvan-nandal_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Jiri Barnat - Gabriele Piraino
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jiri-barnat-gabriele-piraino_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3ODc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3ODc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jiri-barnat-gabriele-piraino_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jiri-barnat-gabriele-piraino_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3ODc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jiri-barnat-gabriele-piraino_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | Challenger - Villena (ESP) | Jerome Kym - Valentin Royer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jerome-kym-valentin-royer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jerome-kym-valentin-royer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jerome-kym-valentin-royer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1MDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jerome-kym-valentin-royer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Sara Cakarevic - Iveta Dapkute
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sara-cakarevic-iveta-dapkute_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Mjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Mjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sara-cakarevic-iveta-dapkute_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sara-cakarevic-iveta-dapkute_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Mjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sara-cakarevic-iveta-dapkute_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Hanne Vandewinkel - L.Tagger
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_hanne-vandewinkel-l-tagger_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_hanne-vandewinkel-l-tagger_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_hanne-vandewinkel-l-tagger_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_hanne-vandewinkel-l-tagger_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (W) - Reims (FRA) | Ayla Aksu - Selina Dal
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ayla-aksu-selina-dal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ayla-aksu-selina-dal_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ayla-aksu-selina-dal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ayla-aksu-selina-dal_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | Kacper Szymkowiak - Yannik Kelm
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kacper-szymkowiak-yannik-kelm_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kacper-szymkowiak-yannik-kelm_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kacper-szymkowiak-yannik-kelm_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kacper-szymkowiak-yannik-kelm_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (W) - Reims (FRA) | Veronika Podrez - Yaroslava Bartashevich
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_veronika-podrez-yaroslava-bartashevich_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_veronika-podrez-yaroslava-bartashevich_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_veronika-podrez-yaroslava-bartashevich_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_veronika-podrez-yaroslava-bartashevich_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - Kigali (RWA) | Maik Steiner - Courtney John Lock
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_maik-steiner-courtney-john-lock_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_maik-steiner-courtney-john-lock_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_maik-steiner-courtney-john-lock_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_maik-steiner-courtney-john-lock_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (W) - Sibenik (HRV) | Lola Radivojevic - Chloe Paquet
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lola-radivojevic-chloe-paquet_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lola-radivojevic-chloe-paquet_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lola-radivojevic-chloe-paquet_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lola-radivojevic-chloe-paquet_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | Challenger - Villena (ESP) - Doubles | R.Bertrand/B.Paire - J.Nedunchezhiyan/V.Prashanth
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_r-bertrand-b-paire-j-nedunchezhiyan-v-prashanth_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_r-bertrand-b-paire-j-nedunchezhiyan-v-prashanth_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_r-bertrand-b-paire-j-nedunchezhiyan-v-prashanth_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_r-bertrand-b-paire-j-nedunchezhiyan-v-prashanth_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - Kigali (RWA) | Sai Karteek Reddy Ganta - Adil Kalyanpur
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sai-karteek-reddy-ganta-adil-kalyanpur_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sai-karteek-reddy-ganta-adil-kalyanpur_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sai-karteek-reddy-ganta-adil-kalyanpur_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sai-karteek-reddy-ganta-adil-kalyanpur_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Gianluca Cadenasso - Alexander Weis
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gianluca-cadenasso-alexander-weis_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3ODU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3ODU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gianluca-cadenasso-alexander-weis_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gianluca-cadenasso-alexander-weis_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3ODU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gianluca-cadenasso-alexander-weis_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - Zaragoza (ESP) | Pablo Alcaya - Ryan Nijboer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_pablo-alcaya-ryan-nijboer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_pablo-alcaya-ryan-nijboer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_pablo-alcaya-ryan-nijboer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_pablo-alcaya-ryan-nijboer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - Nevers (FRA) | Etienne Donnet - Viktor Durasovic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_etienne-donnet-viktor-durasovic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_etienne-donnet-viktor-durasovic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_etienne-donnet-viktor-durasovic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_etienne-donnet-viktor-durasovic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:30</strong> | Tennis | ITF (M) - Zaragoza (ESP) | Carlos Giraldi - Yaroslav Demin
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_carlos-giraldi-yaroslav-demin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_carlos-giraldi-yaroslav-demin_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_carlos-giraldi-yaroslav-demin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_carlos-giraldi-yaroslav-demin_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 09:50</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Alexandre Reco - Harold Mayot
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alexandre-reco-harold-mayot_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alexandre-reco-harold-mayot_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alexandre-reco-harold-mayot_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alexandre-reco-harold-mayot_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Football | AFC - Champions League - East | Vissel Kobe - Shandong Taishan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vissel-kobe-shandong-taishan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5NDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5NDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vissel-kobe-shandong-taishan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vissel-kobe-shandong-taishan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5NDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vissel-kobe-shandong-taishan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) - Doubles | D.Stevenson/M.Willis - M.Janvier/A.Vatutin
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_d-stevenson-m-willis-m-janvier-a-vatutin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_d-stevenson-m-willis-m-janvier-a-vatutin_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_d-stevenson-m-willis-m-janvier-a-vatutin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_d-stevenson-m-willis-m-janvier-a-vatutin_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (W) - Monastir (TUN) | Ciara Moore - Katya Townsend
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ciara-moore-katya-townsend_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ciara-moore-katya-townsend_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ciara-moore-katya-townsend_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ciara-moore-katya-townsend_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | Marek Gengel - Karim Ibrahim
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_marek-gengel-karim-ibrahim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3MzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3MzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_marek-gengel-karim-ibrahim_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_marek-gengel-karim-ibrahim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3MzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_marek-gengel-karim-ibrahim_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (M) - Trnava (SVK) | Tomas Lanik - Loann Massard
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tomas-lanik-loann-massard_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tomas-lanik-loann-massard_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tomas-lanik-loann-massard_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tomas-lanik-loann-massard_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | Guillaume Dalmasso - Oscar Galimardanov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_guillaume-dalmasso-oscar-galimardanov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_guillaume-dalmasso-oscar-galimardanov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_guillaume-dalmasso-oscar-galimardanov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_guillaume-dalmasso-oscar-galimardanov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (W) - Monastir (TUN) | Sofia E.C.Dominguez - Ioana Zvonaru
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sofia-e-c-dominguez-ioana-zvonaru_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sofia-e-c-dominguez-ioana-zvonaru_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sofia-e-c-dominguez-ioana-zvonaru_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sofia-e-c-dominguez-ioana-zvonaru_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | A.Andrade/A.Shelbayh - R.Cash/J.Tracy
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-andrade-a-shelbayh-r-cash-j-tracy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-andrade-a-shelbayh-r-cash-j-tracy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-andrade-a-shelbayh-r-cash-j-tracy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-andrade-a-shelbayh-r-cash-j-tracy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (M) - Trnava (SVK) | Abel Forger - Boris Pokotilov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_abel-forger-boris-pokotilov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_abel-forger-boris-pokotilov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_abel-forger-boris-pokotilov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_abel-forger-boris-pokotilov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (M) - Monastir (TUN) | Mert Alkaya - Matas Vasiliauskas
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mert-alkaya-matas-vasiliauskas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mert-alkaya-matas-vasiliauskas_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mert-alkaya-matas-vasiliauskas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mert-alkaya-matas-vasiliauskas_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (M) - Trnava (SVK) | Lukas Pokorny - Robin Catry
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lukas-pokorny-robin-catry_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lukas-pokorny-robin-catry_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lukas-pokorny-robin-catry_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lukas-pokorny-robin-catry_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (M) - Monastir (TUN) | Maxence Rivet - Stephan Iserath
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_maxence-rivet-stephan-iserath_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_maxence-rivet-stephan-iserath_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_maxence-rivet-stephan-iserath_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_maxence-rivet-stephan-iserath_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) - Doubles | P.Plipuech/W.Zheng - N.Hibino/M.Ninomiya
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_p-plipuech-w-zheng-n-hibino-m-ninomiya_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_p-plipuech-w-zheng-n-hibino-m-ninomiya_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_p-plipuech-w-zheng-n-hibino-m-ninomiya_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_p-plipuech-w-zheng-n-hibino-m-ninomiya_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | Maxwell Mckennon - G.Lomakin
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_maxwell-mckennon-g-lomakin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_maxwell-mckennon-g-lomakin_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_maxwell-mckennon-g-lomakin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_maxwell-mckennon-g-lomakin_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | Daniel Khazime - Robert Strombachs
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_daniel-khazime-robert-strombachs_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3MzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3MzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_daniel-khazime-robert-strombachs_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_daniel-khazime-robert-strombachs_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3MzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_daniel-khazime-robert-strombachs_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | M.Kiger/P.Trhac - B.Holt/N.Mejia
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-kiger-p-trhac-b-holt-n-mejia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-kiger-p-trhac-b-holt-n-mejia_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-kiger-p-trhac-b-holt-n-mejia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-kiger-p-trhac-b-holt-n-mejia_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) - Doubles | U.Eikeri/F.S.Wu - E.W.Chong/H.Y.C.Wong
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_u-eikeri-f-s-wu-e-w-chong-h-y-c-wong_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_u-eikeri-f-s-wu-e-w-chong-h-y-c-wong_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_u-eikeri-f-s-wu-e-w-chong-h-y-c-wong_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcyNjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_u-eikeri-f-s-wu-e-w-chong-h-y-c-wong_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Football | AFC Champions League | Kobe - Shandong Taishan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kobe-shandong-taishan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/OkkoSport[RU]" readonly="">
                            <a href="https://antenasport.online/channel/OkkoSport[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kobe-shandong-taishan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kobe-shandong-taishan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/OkkoSport[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kobe-shandong-taishan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | C.Puttergill/D.Sweeny - L.Saville/T.Schoolkate
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_c-puttergill-d-sweeny-l-saville-t-schoolkate_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_c-puttergill-d-sweeny-l-saville-t-schoolkate_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_c-puttergill-d-sweeny-l-saville-t-schoolkate_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_c-puttergill-d-sweeny-l-saville-t-schoolkate_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | C.Langmo/B.Tomic - T.Dean/C.E.Overbeck
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_c-langmo-b-tomic-t-dean-c-e-overbeck_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_c-langmo-b-tomic-t-dean-c-e-overbeck_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_c-langmo-b-tomic-t-dean-c-e-overbeck_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_c-langmo-b-tomic-t-dean-c-e-overbeck_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (W) - Monastir (TUN) | Chiraz Bechri - Anna Hertel
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_chiraz-bechri-anna-hertel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_chiraz-bechri-anna-hertel_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_chiraz-bechri-anna-hertel_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_chiraz-bechri-anna-hertel_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | T.Hilderbrand/A.Lawson - N.Godsick/E.Quinn
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_t-hilderbrand-a-lawson-n-godsick-e-quinn_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_t-hilderbrand-a-lawson-n-godsick-e-quinn_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_t-hilderbrand-a-lawson-n-godsick-e-quinn_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_t-hilderbrand-a-lawson-n-godsick-e-quinn_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Football | Portugal - Liga Revelacao U23 - Serie B | Mafra U23 - Santa Clara U23
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mafra-u23-santa-clara-u23_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2OTIzMTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2OTIzMTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mafra-u23-santa-clara-u23_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mafra-u23-santa-clara-u23_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2OTIzMTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mafra-u23-santa-clara-u23_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | G.Sidney/T.Whiting - G.Oliveira/K.Stevenson
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_g-sidney-t-whiting-g-oliveira-k-stevenson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_g-sidney-t-whiting-g-oliveira-k-stevenson_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_g-sidney-t-whiting-g-oliveira-k-stevenson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_g-sidney-t-whiting-g-oliveira-k-stevenson_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | Challenger - Tiburon (USA) - Doubles | K.Pearson/J.Sheehy - M.Daniell/H.Hach Verdugo
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_k-pearson-j-sheehy-m-daniell-h-hach-verdugo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_k-pearson-j-sheehy-m-daniell-h-hach-verdugo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_k-pearson-j-sheehy-m-daniell-h-hach-verdugo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTYyMTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_k-pearson-j-sheehy-m-daniell-h-hach-verdugo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Football | AFC - Champions League - East | Yokohama F. Marinos - Ulsan HD
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yokohama-f-marinos-ulsan-hd_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5NDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5NDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yokohama-f-marinos-ulsan-hd_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yokohama-f-marinos-ulsan-hd_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MDQ5NDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yokohama-f-marinos-ulsan-hd_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Football | AFC Champions League | Yokohama Marines - Ulsan Hyundai
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yokohama-marines-ulsan-hyundai_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/OkkoSport[RU]" readonly="">
                            <a href="https://antenasport.online/channel/OkkoSport[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yokohama-marines-ulsan-hyundai_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yokohama-marines-ulsan-hyundai_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/OkkoSport[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yokohama-marines-ulsan-hyundai_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (M) - Monastir (TUN) | Chris Rodesch - Ammar Elamin
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_chris-rodesch-ammar-elamin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_chris-rodesch-ammar-elamin_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_chris-rodesch-ammar-elamin_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_chris-rodesch-ammar-elamin_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:00</strong> | Tennis | ITF (W) - Monastir (TUN) | Claudia Hoste Ferrer - Marie Villet
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_claudia-hoste-ferrer-marie-villet_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_claudia-hoste-ferrer-marie-villet_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_claudia-hoste-ferrer-marie-villet_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_claudia-hoste-ferrer-marie-villet_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:10</strong> | Basketball | EASL - Gr.A | San Miguel Beermen - Suwon Sonicboom
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_san-miguel-beermen-suwon-sonicboom_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MTg5OTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MTg5OTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_san-miguel-beermen-suwon-sonicboom_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_san-miguel-beermen-suwon-sonicboom_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MTg5OTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_san-miguel-beermen-suwon-sonicboom_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:20</strong> | Tennis | Challenger - Braga (PRT) - Doubles | S.Martos Gornes/S.Walkow - T.Pereira/D.Vale
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-martos-gornes-s-walkow-t-pereira-d-vale_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-martos-gornes-s-walkow-t-pereira-d-vale_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-martos-gornes-s-walkow-t-pereira-d-vale_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-martos-gornes-s-walkow-t-pereira-d-vale_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:20</strong> | Tennis | Challenger - Braga (PRT) - Doubles | G.Ricca/F.Romano - M.A.Jecan/I.Liutarevich
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_g-ricca-f-romano-m-a-jecan-i-liutarevich_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_g-ricca-f-romano-m-a-jecan-i-liutarevich_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_g-ricca-f-romano-m-a-jecan-i-liutarevich_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_g-ricca-f-romano-m-a-jecan-i-liutarevich_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:30</strong> | Tennis | ITF (W) - Baza (ESP) | Ana Konjuh - Geerlings Martinez Ariana
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ana-konjuh-geerlings-martinez-ariana_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ana-konjuh-geerlings-martinez-ariana_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ana-konjuh-geerlings-martinez-ariana_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ana-konjuh-geerlings-martinez-ariana_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:30</strong> | Tennis | ITF (W) - Baza (ESP) | Leonie Kung - Sonja Zhiyenbayeva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_leonie-kung-sonja-zhiyenbayeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_leonie-kung-sonja-zhiyenbayeva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_leonie-kung-sonja-zhiyenbayeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_leonie-kung-sonja-zhiyenbayeva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:30</strong> | Tennis | WTA - Beijing (CHN) - Doubles | G.Dabrowski/E.Routliffe - T.Mihalikova/O.Nicholls
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_g-dabrowski-e-routliffe-t-mihalikova-o-nicholls_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTMwNDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTMwNDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_g-dabrowski-e-routliffe-t-mihalikova-o-nicholls_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_g-dabrowski-e-routliffe-t-mihalikova-o-nicholls_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTMwNDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_g-dabrowski-e-routliffe-t-mihalikova-o-nicholls_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:30</strong> | Tennis | ITF (W) - Baza (ESP) | Susan Bandecchi - Tayisiya Morderger
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_susan-bandecchi-tayisiya-morderger_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_susan-bandecchi-tayisiya-morderger_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_susan-bandecchi-tayisiya-morderger_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_susan-bandecchi-tayisiya-morderger_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:30</strong> | Tennis | ATP - Shanghai (CHN) | Juncheng Shang - Chak Lam Coleman Wong
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_juncheng-shang-chak-lam-coleman-wong_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_juncheng-shang-chak-lam-coleman-wong_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_juncheng-shang-chak-lam-coleman-wong_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_juncheng-shang-chak-lam-coleman-wong_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:50</strong> | Tennis | Challenger - Villena (ESP) | Nicolas Moreno de Alboran - Jules Marie
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nicolas-moreno-de-alboran-jules-marie_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5NjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5NjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nicolas-moreno-de-alboran-jules-marie_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nicolas-moreno-de-alboran-jules-marie_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5NjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nicolas-moreno-de-alboran-jules-marie_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:50</strong> | Tennis | Challenger - Villena (ESP) - Doubles | D.Blanch/C.Hernandez - R.Arneodo/I.Cervantes Huegun
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_d-blanch-c-hernandez-r-arneodo-i-cervantes-huegun_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_d-blanch-c-hernandez-r-arneodo-i-cervantes-huegun_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_d-blanch-c-hernandez-r-arneodo-i-cervantes-huegun_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_d-blanch-c-hernandez-r-arneodo-i-cervantes-huegun_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 10:50</strong> | Tennis | Challenger - Villena (ESP) - Doubles | K.Drzewiecki/P.Matuszewski - D.Sharan/S.Travaglia
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_k-drzewiecki-p-matuszewski-d-sharan-s-travaglia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_k-drzewiecki-p-matuszewski-d-sharan-s-travaglia_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_k-drzewiecki-p-matuszewski-d-sharan-s-travaglia_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_k-drzewiecki-p-matuszewski-d-sharan-s-travaglia_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | Igor Piasek - Leyton Rivera
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_igor-piasek-leyton-rivera_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_igor-piasek-leyton-rivera_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_igor-piasek-leyton-rivera_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_igor-piasek-leyton-rivera_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Tennis | ITF (W) - Reims (FRA) | Julia Avdeeva - Caroline Romeo
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_julia-avdeeva-caroline-romeo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_julia-avdeeva-caroline-romeo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_julia-avdeeva-caroline-romeo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_julia-avdeeva-caroline-romeo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Tennis | ITF (W) - Sibenik (HRV) | Gabriela Lee - Lucija Ciric-Bagaric
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gabriela-lee-lucija-ciric-bagaric_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gabriela-lee-lucija-ciric-bagaric_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gabriela-lee-lucija-ciric-bagaric_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gabriela-lee-lucija-ciric-bagaric_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Tennis | ITF (W) - Reims (FRA) | Barbora Palicova - Ella Mcdonald
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_barbora-palicova-ella-mcdonald_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_barbora-palicova-ella-mcdonald_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_barbora-palicova-ella-mcdonald_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_barbora-palicova-ella-mcdonald_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) | Giuseppe La Vela - Gilles Arnaud Bailly
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_giuseppe-la-vela-gilles-arnaud-bailly_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_giuseppe-la-vela-gilles-arnaud-bailly_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_giuseppe-la-vela-gilles-arnaud-bailly_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_giuseppe-la-vela-gilles-arnaud-bailly_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Tennis | ITF (M) - St. Margherita di Pula (ITA) - Doubles | O.Krutykh/D.Sakellaridis - V.Ahti/K.Overmyer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_o-krutykh-d-sakellaridis-v-ahti-k-overmyer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_o-krutykh-d-sakellaridis-v-ahti-k-overmyer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_o-krutykh-d-sakellaridis-v-ahti-k-overmyer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk1NDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_o-krutykh-d-sakellaridis-v-ahti-k-overmyer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) - Doubles | J.Bryson/K.Rothacker - M.Matoula/G.Vilar
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-bryson-k-rothacker-m-matoula-g-vilar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-bryson-k-rothacker-m-matoula-g-vilar_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-bryson-k-rothacker-m-matoula-g-vilar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-bryson-k-rothacker-m-matoula-g-vilar_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Tennis | ITF (W) - Sibenik (HRV) - Doubles | D.Pavlou/M.Vogt - Z.Falkner/A.K.Toth
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_d-pavlou-m-vogt-z-falkner-a-k-toth_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_d-pavlou-m-vogt-z-falkner-a-k-toth_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_d-pavlou-m-vogt-z-falkner-a-k-toth_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_d-pavlou-m-vogt-z-falkner-a-k-toth_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Cricket | One Day International | Ireland - South Africa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ireland-south-africa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/TNTSports4[UK]" readonly="">
                            <a href="https://antenasport.online/channel/TNTSports4[UK]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ireland-south-africa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ireland-south-africa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/TNTSports4[UK]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ireland-south-africa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | Filip Pieczonka - Zachary Mintz
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_filip-pieczonka-zachary-mintz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_filip-pieczonka-zachary-mintz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_filip-pieczonka-zachary-mintz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_filip-pieczonka-zachary-mintz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | Daniel Siniakov - Michael Agwi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_daniel-siniakov-michael-agwi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_daniel-siniakov-michael-agwi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_daniel-siniakov-michael-agwi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_daniel-siniakov-michael-agwi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Michaela Laki - Lisa Zaar
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_michaela-laki-lisa-zaar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_michaela-laki-lisa-zaar_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_michaela-laki-lisa-zaar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_michaela-laki-lisa-zaar_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Fiona Ganz - Camilla Gennaro
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_fiona-ganz-camilla-gennaro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_fiona-ganz-camilla-gennaro_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_fiona-ganz-camilla-gennaro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_fiona-ganz-camilla-gennaro_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:00</strong> | Tennis | ITF (W) - Reims (FRA) | Helena Stevic - Kajsa Rinaldo Persson
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_helena-stevic-kajsa-rinaldo-persson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_helena-stevic-kajsa-rinaldo-persson_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_helena-stevic-kajsa-rinaldo-persson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_helena-stevic-kajsa-rinaldo-persson_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:10</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Buvaysar Gadamauri - Clement Chidekh
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_buvaysar-gadamauri-clement-chidekh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_buvaysar-gadamauri-clement-chidekh_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_buvaysar-gadamauri-clement-chidekh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_buvaysar-gadamauri-clement-chidekh_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:20</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) - Doubles | C.Broom/M.Hermans - M.Demoliner/C.Harrison
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_c-broom-m-hermans-m-demoliner-c-harrison_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_c-broom-m-hermans-m-demoliner-c-harrison_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_c-broom-m-hermans-m-demoliner-c-harrison_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_c-broom-m-hermans-m-demoliner-c-harrison_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:30</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | Yuta Kikuchi - Anmar Faleh Alhogbani
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yuta-kikuchi-anmar-faleh-alhogbani_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3MzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3MzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yuta-kikuchi-anmar-faleh-alhogbani_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yuta-kikuchi-anmar-faleh-alhogbani_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3MzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yuta-kikuchi-anmar-faleh-alhogbani_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:30</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | Nino Ehrenschneider - Luke Hooper
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nino-ehrenschneider-luke-hooper_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nino-ehrenschneider-luke-hooper_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nino-ehrenschneider-luke-hooper_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nino-ehrenschneider-luke-hooper_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:30</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | Ludovico Vaccari - Emirhan Bulut
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ludovico-vaccari-emirhan-bulut_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ludovico-vaccari-emirhan-bulut_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ludovico-vaccari-emirhan-bulut_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ludovico-vaccari-emirhan-bulut_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:30</strong> | Tennis | ITF (M) - Trnava (SVK) | Jakub Nicod - Maxim Mrva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jakub-nicod-maxim-mrva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jakub-nicod-maxim-mrva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jakub-nicod-maxim-mrva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jakub-nicod-maxim-mrva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:30</strong> | Tennis | ITF (W) - Trnava (SVK) | Denisa Hindova - Amelie Drukerova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_denisa-hindova-amelie-drukerova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_denisa-hindova-amelie-drukerova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_denisa-hindova-amelie-drukerova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_denisa-hindova-amelie-drukerova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:30</strong> | Tennis | ITF (M) - Zaragoza (ESP) | Mathys Erhard - Diego Fernandez Flores
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mathys-erhard-diego-fernandez-flores_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mathys-erhard-diego-fernandez-flores_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mathys-erhard-diego-fernandez-flores_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIxOTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mathys-erhard-diego-fernandez-flores_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:30</strong> | Tennis | ITF (M) - Sharm ElSheikh (EGY) | Luca Castagnola - Joe Leather
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_luca-castagnola-joe-leather_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_luca-castagnola-joe-leather_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_luca-castagnola-joe-leather_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ3NDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_luca-castagnola-joe-leather_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:30</strong> | Tennis | ITF (W) - Trnava (SVK) | Johanne Christine Svendsen - Eliska Tichackova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_johanne-christine-svendsen-eliska-tichackova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_johanne-christine-svendsen-eliska-tichackova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_johanne-christine-svendsen-eliska-tichackova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_johanne-christine-svendsen-eliska-tichackova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:30</strong> | Tennis | ITF (M) - Trnava (SVK) | Yanis Ghazouani Durand - Jannik Opitz
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yanis-ghazouani-durand-jannik-opitz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yanis-ghazouani-durand-jannik-opitz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yanis-ghazouani-durand-jannik-opitz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yanis-ghazouani-durand-jannik-opitz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:30</strong> | Tennis | ITF (M) - Trnava (SVK) | Illya Beloborodko - Daniel de Jonge
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_illya-beloborodko-daniel-de-jonge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_illya-beloborodko-daniel-de-jonge_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_illya-beloborodko-daniel-de-jonge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_illya-beloborodko-daniel-de-jonge_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:40</strong> | Tennis | Challenger - Braga (PRT) - Doubles | M.Bortolotti/D.Cukierman - D.E.Galan/C.Taberner
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-bortolotti-d-cukierman-d-e-galan-c-taberner_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-bortolotti-d-cukierman-d-e-galan-c-taberner_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-bortolotti-d-cukierman-d-e-galan-c-taberner_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-bortolotti-d-cukierman-d-e-galan-c-taberner_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:40</strong> | Tennis | Challenger - Braga (PRT) - Doubles | G.Goldhoff/F.Romboli - I.Sabanov/M.Sabanov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_g-goldhoff-f-romboli-i-sabanov-m-sabanov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_g-goldhoff-f-romboli-i-sabanov-m-sabanov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_g-goldhoff-f-romboli-i-sabanov-m-sabanov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_g-goldhoff-f-romboli-i-sabanov-m-sabanov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 11:50</strong> | Tennis | ATP - Shanghai (CHN) | Kei Nishikori - Mariano Navone
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kei-nishikori-mariano-navone_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kei-nishikori-mariano-navone_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kei-nishikori-mariano-navone_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kei-nishikori-mariano-navone_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:00</strong> | Football | UEFA Youth League | Shakhtar Donetsk U19 - Atalanta U19
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_shakhtar-donetsk-u19-atalanta-u19_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/MEGOGOFootball1[UA]" readonly="">
                            <a href="https://antenasport.online/channel/MEGOGOFootball1[UA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_shakhtar-donetsk-u19-atalanta-u19_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_shakhtar-donetsk-u19-atalanta-u19_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/MEGOGOFootball1[UA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_shakhtar-donetsk-u19-atalanta-u19_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:00</strong> | Football | UEFA Youth League | Girona U19 - Feyenoord U19
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_girona-u19-feyenoord-u19_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ElevenSports2[PT]" readonly="">
                            <a href="https://antenasport.online/channel/ElevenSports2[PT]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_girona-u19-feyenoord-u19_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_girona-u19-feyenoord-u19_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ElevenSports2[PT]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_girona-u19-feyenoord-u19_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_girona-u19-feyenoord-u19_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Canal11[PT]" readonly="">
                            <a href="https://antenasport.online/channel/Canal11[PT]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_girona-u19-feyenoord-u19_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_girona-u19-feyenoord-u19_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Canal11[PT]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_girona-u19-feyenoord-u19_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:00</strong> | Football | AFC Cup - Gr.G | Nam Dinh - Bangkok United
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nam-dinh-bangkok-united_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODIwMzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODIwMzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nam-dinh-bangkok-united_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nam-dinh-bangkok-united_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODIwMzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nam-dinh-bangkok-united_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:00</strong> | Football | AFC Champions League 2 | Nam Dinh - Bangkok Utd
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nam-dinh-bangkok-utd_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub4[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub4[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nam-dinh-bangkok-utd_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nam-dinh-bangkok-utd_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub4[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nam-dinh-bangkok-utd_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:00</strong> | Football | AFC Champions League 2 | Tampines - Lee Man Warriors
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tampines-lee-man-warriors_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub3[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub3[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tampines-lee-man-warriors_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tampines-lee-man-warriors_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub3[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tampines-lee-man-warriors_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:00</strong> | Tennis | Challenger - Braga (PRT) | Emilio Nava - Pedro Araujo
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_emilio-nava-pedro-araujo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_emilio-nava-pedro-araujo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_emilio-nava-pedro-araujo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_emilio-nava-pedro-araujo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Simona Halep - Arina Rodionova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_simona-halep-arina-rodionova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_simona-halep-arina-rodionova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_simona-halep-arina-rodionova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_simona-halep-arina-rodionova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:00</strong> | Football | AFC Cup - Gr.G | Tampines Rovers - Lee Man
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tampines-rovers-lee-man_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODIwMzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODIwMzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tampines-rovers-lee-man_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tampines-rovers-lee-man_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODIwMzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tampines-rovers-lee-man_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:00</strong> | Tennis | WTA - Beijing (CHN) | Amanda Anisimova - Qinwen Zheng
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_amanda-anisimova-qinwen-zheng_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3MzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3MzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_amanda-anisimova-qinwen-zheng_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_amanda-anisimova-qinwen-zheng_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg3MzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_amanda-anisimova-qinwen-zheng_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:10</strong> | Tennis | Challenger - Villena (ESP) - Doubles | J.Kym/R.Molleker - Barreto S./Manzanera
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-kym-r-molleker-barreto-s-manzanera_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-kym-r-molleker-barreto-s-manzanera_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-kym-r-molleker-barreto-s-manzanera_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-kym-r-molleker-barreto-s-manzanera_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:10</strong> | Tennis | Challenger - Villena (ESP) - Doubles | M.Geerts/P.Niklas-Salminen - C.Cretu/V.Royer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-geerts-p-niklas-salminen-c-cretu-v-royer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-geerts-p-niklas-salminen-c-cretu-v-royer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-geerts-p-niklas-salminen-c-cretu-v-royer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-geerts-p-niklas-salminen-c-cretu-v-royer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:10</strong> | Tennis | Challenger - Villena (ESP) | Justin Engel - Luca Van Assche
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_justin-engel-luca-van-assche_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_justin-engel-luca-van-assche_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_justin-engel-luca-van-assche_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_justin-engel-luca-van-assche_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:10</strong> | Basketball | EASL - Gr.B | Meralco Bolts - Macau B.Bears
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_meralco-bolts-macau-b-bears_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MTg5OTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MTg5OTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_meralco-bolts-macau-b-bears_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_meralco-bolts-macau-b-bears_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MTg5OTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_meralco-bolts-macau-b-bears_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:30</strong> | Tennis | ITF (W) - Sibenik (HRV) - Doubles | N.Brancaccio/L.Romero Gormaz - R.G.Serban/A.A.Todoni
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_n-brancaccio-l-romero-gormaz-r-g-serban-a-a-todoni_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5Nzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5Nzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_n-brancaccio-l-romero-gormaz-r-g-serban-a-a-todoni_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_n-brancaccio-l-romero-gormaz-r-g-serban-a-a-todoni_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5Nzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_n-brancaccio-l-romero-gormaz-r-g-serban-a-a-todoni_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:30</strong> | Tennis | ITF (M) - Monastir (TUN) | Sebastian Gima - Niccolo Ciavarella
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sebastian-gima-niccolo-ciavarella_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sebastian-gima-niccolo-ciavarella_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sebastian-gima-niccolo-ciavarella_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sebastian-gima-niccolo-ciavarella_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:30</strong> | Tennis | ITF (W) - Monastir (TUN) | Isabelle Lacy - Daria Frayman
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_isabelle-lacy-daria-frayman_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_isabelle-lacy-daria-frayman_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_isabelle-lacy-daria-frayman_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_isabelle-lacy-daria-frayman_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:30</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | Jakub Krawczyk - Jack Loge
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jakub-krawczyk-jack-loge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jakub-krawczyk-jack-loge_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jakub-krawczyk-jack-loge_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jakub-krawczyk-jack-loge_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:30</strong> | Tennis | ITF (W) - Monastir (TUN) | Lois Newberry - Tanisha Kashyap
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lois-newberry-tanisha-kashyap_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lois-newberry-tanisha-kashyap_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lois-newberry-tanisha-kashyap_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lois-newberry-tanisha-kashyap_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:30</strong> | Tennis | ITF (W) - Sibenik (HRV) - Doubles | E.Chiesa/T.C.Grant - V.Erjavec/D.Semenistaja
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_e-chiesa-t-c-grant-v-erjavec-d-semenistaja_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_e-chiesa-t-c-grant-v-erjavec-d-semenistaja_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_e-chiesa-t-c-grant-v-erjavec-d-semenistaja_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_e-chiesa-t-c-grant-v-erjavec-d-semenistaja_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:30</strong> | Tennis | ITF (M) - Monastir (TUN) | Samir Hamza Reguig - Alexandre Aubriot
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_samir-hamza-reguig-alexandre-aubriot_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_samir-hamza-reguig-alexandre-aubriot_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_samir-hamza-reguig-alexandre-aubriot_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_samir-hamza-reguig-alexandre-aubriot_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:30</strong> | Tennis | ITF (M) - Monastir (TUN) | Branko Djuric - Sergio Callejon Hernando
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_branko-djuric-sergio-callejon-hernando_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_branko-djuric-sergio-callejon-hernando_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_branko-djuric-sergio-callejon-hernando_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_branko-djuric-sergio-callejon-hernando_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:30</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | Szymon Kielan - Josip Simundza
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_szymon-kielan-josip-simundza_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_szymon-kielan-josip-simundza_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_szymon-kielan-josip-simundza_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_szymon-kielan-josip-simundza_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:30</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Mathias Bourgue - Jelle Sels
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mathias-bourgue-jelle-sels_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mathias-bourgue-jelle-sels_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mathias-bourgue-jelle-sels_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTk5MDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mathias-bourgue-jelle-sels_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:30</strong> | Tennis | ITF (M) - Monastir (TUN) | A.Orlov - S Mert Ozdemir
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-orlov-s-mert-ozdemir_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-orlov-s-mert-ozdemir_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-orlov-s-mert-ozdemir_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyOTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-orlov-s-mert-ozdemir_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 12:40</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) - Doubles | A.Garcian/H.Mayot - G.Debru/M.Martineau
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-garcian-h-mayot-g-debru-m-martineau_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4Mjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4Mjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-garcian-h-mayot-g-debru-m-martineau_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-garcian-h-mayot-g-debru-m-martineau_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4Mjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-garcian-h-mayot-g-debru-m-martineau_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) - Doubles | B.Arias/F.Zeballos - G.A.Olivieri/C.Ugo C.
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_b-arias-f-zeballos-g-a-olivieri-c-ugo-c_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_b-arias-f-zeballos-g-a-olivieri-c-ugo-c_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_b-arias-f-zeballos-g-a-olivieri-c-ugo-c_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_b-arias-f-zeballos-g-a-olivieri-c-ugo-c_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Football | Russian Cup | Khimki - FK Rostov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_khimki-fk-rostov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/MatchTV[RU]" readonly="">
                            <a href="https://antenasport.online/channel/MatchTV[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_khimki-fk-rostov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_khimki-fk-rostov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/MatchTV[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_khimki-fk-rostov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) - Doubles | F.A.Gomez/L.D.Martinez - L.E.Ambrogi/M.Del Pino
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_f-a-gomez-l-d-martinez-l-e-ambrogi-m-del-pino_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_f-a-gomez-l-d-martinez-l-e-ambrogi-m-del-pino_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_f-a-gomez-l-d-martinez-l-e-ambrogi-m-del-pino_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_f-a-gomez-l-d-martinez-l-e-ambrogi-m-del-pino_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) - Doubles | F.Meligeni Alves/M.Zormann - M.Alves/O.Luz
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_f-meligeni-alves-m-zormann-m-alves-o-luz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_f-meligeni-alves-m-zormann-m-alves-o-luz_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_f-meligeni-alves-m-zormann-m-alves-o-luz_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_f-meligeni-alves-m-zormann-m-alves-o-luz_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) | Camilo Ugo Carabelli - Murkel Dellien Velasco
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_camilo-ugo-carabelli-murkel-dellien-velasco_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5OTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5OTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_camilo-ugo-carabelli-murkel-dellien-velasco_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_camilo-ugo-carabelli-murkel-dellien-velasco_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5OTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_camilo-ugo-carabelli-murkel-dellien-velasco_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) - Doubles | G.Heide/J.L.Reis Da Silva - M.Dellien/F.Mena
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_g-heide-j-l-reis-da-silva-m-dellien-f-mena_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_g-heide-j-l-reis-da-silva-m-dellien-f-mena_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_g-heide-j-l-reis-da-silva-m-dellien-f-mena_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_g-heide-j-l-reis-da-silva-m-dellien-f-mena_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | ITF (W) - Trnava (SVK) - Doubles | V.Artemeva/A.Hnidets - D.Pirohova/M.Zhabrailova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_v-artemeva-a-hnidets-d-pirohova-m-zhabrailova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_v-artemeva-a-hnidets-d-pirohova-m-zhabrailova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_v-artemeva-a-hnidets-d-pirohova-m-zhabrailova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_v-artemeva-a-hnidets-d-pirohova-m-zhabrailova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | ITF (W) - Trnava (SVK) | Liel Rothensteiner - Rebecca Munk Mortensen
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_liel-rothensteiner-rebecca-munk-mortensen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_liel-rothensteiner-rebecca-munk-mortensen_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_liel-rothensteiner-rebecca-munk-mortensen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_liel-rothensteiner-rebecca-munk-mortensen_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | ITF (W) - Reims (FRA) - Doubles | S.B.Grey/M.Xu - A.Firman/O.Gram
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-b-grey-m-xu-a-firman-o-gram_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4Mzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4Mzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-b-grey-m-xu-a-firman-o-gram_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-b-grey-m-xu-a-firman-o-gram_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4Mzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-b-grey-m-xu-a-firman-o-gram_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | ITF (W) - Baza (ESP) | Yasmin Mansouri - Amandine Monnot
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yasmin-mansouri-amandine-monnot_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yasmin-mansouri-amandine-monnot_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yasmin-mansouri-amandine-monnot_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yasmin-mansouri-amandine-monnot_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) - Doubles | H.Habib/D.Popko - S.Duncan/H.Reese
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_h-habib-d-popko-s-duncan-h-reese_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_h-habib-d-popko-s-duncan-h-reese_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_h-habib-d-popko-s-duncan-h-reese_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_h-habib-d-popko-s-duncan-h-reese_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | ITF (W) - Trnava (SVK) - Doubles | M.Pohankova/J.Vandromme - S.Kovacicova/J.Kusy Alzugaray
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-pohankova-j-vandromme-s-kovacicova-j-kusy-alzugaray_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-pohankova-j-vandromme-s-kovacicova-j-kusy-alzugaray_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-pohankova-j-vandromme-s-kovacicova-j-kusy-alzugaray_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-pohankova-j-vandromme-s-kovacicova-j-kusy-alzugaray_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | ITF (W) - Trnava (SVK) | Sofia Milatova - Karolina Vlckova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sofia-milatova-karolina-vlckova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sofia-milatova-karolina-vlckova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sofia-milatova-karolina-vlckova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sofia-milatova-karolina-vlckova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | Challenger - Braga (PRT) - Doubles | P.Araujo/J.Domingues - A.Gea/F.Passaro
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_p-araujo-j-domingues-a-gea-f-passaro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_p-araujo-j-domingues-a-gea-f-passaro_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_p-araujo-j-domingues-a-gea-f-passaro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_p-araujo-j-domingues-a-gea-f-passaro_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) - Doubles | A.Collarini/R.Olivo - G.Andreozzi/M.Kestelboim
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-collarini-r-olivo-g-andreozzi-m-kestelboim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-collarini-r-olivo-g-andreozzi-m-kestelboim_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-collarini-r-olivo-g-andreozzi-m-kestelboim_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTUzMTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-collarini-r-olivo-g-andreozzi-m-kestelboim_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | ITF (W) - Baza (ESP) - Doubles | M.Mettraux/C.Simunyu - N.Berecoechea/A.Charaeva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-mettraux-c-simunyu-n-berecoechea-a-charaeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-mettraux-c-simunyu-n-berecoechea-a-charaeva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-mettraux-c-simunyu-n-berecoechea-a-charaeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-mettraux-c-simunyu-n-berecoechea-a-charaeva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | Challenger - Buenos Aires (ARG) | Enzo Couacaud - Gustavo Heide
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_enzo-couacaud-gustavo-heide_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5OTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5OTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_enzo-couacaud-gustavo-heide_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_enzo-couacaud-gustavo-heide_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5OTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_enzo-couacaud-gustavo-heide_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | ITF (W) - Trnava (SVK) | Marie Weckerle - Ivana Sebestova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_marie-weckerle-ivana-sebestova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_marie-weckerle-ivana-sebestova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_marie-weckerle-ivana-sebestova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_marie-weckerle-ivana-sebestova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:00</strong> | Tennis | ITF (W) - Reims (FRA) - Doubles | Y.Bartashevich/J.Lim - E.Ovcharenko/E.Webley-Smith
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_y-bartashevich-j-lim-e-ovcharenko-e-webley-smith_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4Mzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4Mzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_y-bartashevich-j-lim-e-ovcharenko-e-webley-smith_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_y-bartashevich-j-lim-e-ovcharenko-e-webley-smith_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4Mzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_y-bartashevich-j-lim-e-ovcharenko-e-webley-smith_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:15</strong> | Tennis | ITF (M) - Nevers (FRA) | Niels Visker - Pierre Antoine Tailleu
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_niels-visker-pierre-antoine-tailleu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_niels-visker-pierre-antoine-tailleu_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_niels-visker-pierre-antoine-tailleu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_niels-visker-pierre-antoine-tailleu_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:15</strong> | Tennis | ITF (M) - Nevers (FRA) | Louis Dussin - James Mackinlay
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_louis-dussin-james-mackinlay_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_louis-dussin-james-mackinlay_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_louis-dussin-james-mackinlay_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_louis-dussin-james-mackinlay_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:15</strong> | Tennis | ITF (M) - Nevers (FRA) - Doubles | D.Moreno/J.Seeman - L.Lagarrigue/V.Lapalu
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_d-moreno-j-seeman-l-lagarrigue-v-lapalu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_d-moreno-j-seeman-l-lagarrigue-v-lapalu_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_d-moreno-j-seeman-l-lagarrigue-v-lapalu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_d-moreno-j-seeman-l-lagarrigue-v-lapalu_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:20</strong> | Tennis | Challenger - Braga (PRT) | Albert Ramos Vinolas - Jaime Faria
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_albert-ramos-vinolas-jaime-faria_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_albert-ramos-vinolas-jaime-faria_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_albert-ramos-vinolas-jaime-faria_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTE1MTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_albert-ramos-vinolas-jaime-faria_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 13:30</strong> | Tennis | Challenger - Villena (ESP) - Doubles | J.Paul/M.Vocel - Z.Babic/N.Moreno de Alboran
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-paul-m-vocel-z-babic-n-moreno-de-alboran_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-paul-m-vocel-z-babic-n-moreno-de-alboran_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-paul-m-vocel-z-babic-n-moreno-de-alboran_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4NjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-paul-m-vocel-z-babic-n-moreno-de-alboran_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Football | Portugal - Liga Revelacao U23 - Serie A | Vizela U23 - Academico Viseu U23
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vizela-u23-academico-viseu-u23_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2OTIzMDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2OTIzMDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vizela-u23-academico-viseu-u23_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vizela-u23-academico-viseu-u23_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2OTIzMDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vizela-u23-academico-viseu-u23_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Football | AFC Cup - Gr.B | Altyn Asyr - Al Khalidiyah
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_altyn-asyr-al-khalidiyah_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODE5Nzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODE5Nzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_altyn-asyr-al-khalidiyah_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_altyn-asyr-al-khalidiyah_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODE5Nzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_altyn-asyr-al-khalidiyah_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) - Doubles | H.Bladelius/O.Wallin - T.Hands/H.Wendelken
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_h-bladelius-o-wallin-t-hands-h-wendelken_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_h-bladelius-o-wallin-t-hands-h-wendelken_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_h-bladelius-o-wallin-t-hands-h-wendelken_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_h-bladelius-o-wallin-t-hands-h-wendelken_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Luque (PRY) | Juan Manuel La Serna - Pedro Boscardin Dias
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_juan-manuel-la-serna-pedro-boscardin-dias_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_juan-manuel-la-serna-pedro-boscardin-dias_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_juan-manuel-la-serna-pedro-boscardin-dias_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_juan-manuel-la-serna-pedro-boscardin-dias_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Football | India - Super League | Mumbai City - Bengaluru
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mumbai-city-bengaluru_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MjE5MjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MjE5MjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mumbai-city-bengaluru_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mumbai-city-bengaluru_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MjE5MjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mumbai-city-bengaluru_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Football | Portugal - Liga Revelacao U23 - Serie A | Gil Vicente U23 - Rio Ave U23
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gil-vicente-u23-rio-ave-u23_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2OTIzMDQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2OTIzMDQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gil-vicente-u23-rio-ave-u23_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gil-vicente-u23-rio-ave-u23_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2OTIzMDQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gil-vicente-u23-rio-ave-u23_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Luque (PRY) - Doubles | H.J.Escurra Isnardi/M.Vergara Del Puerto - E.Ribeiro/F.Yamacita
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_h-j-escurra-isnardi-m-vergara-del-puerto-e-ribeiro-f-yamacita_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_h-j-escurra-isnardi-m-vergara-del-puerto-e-ribeiro-f-yamacita_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_h-j-escurra-isnardi-m-vergara-del-puerto-e-ribeiro-f-yamacita_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_h-j-escurra-isnardi-m-vergara-del-puerto-e-ribeiro-f-yamacita_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) | Patorn Hanchaikul - William Grant
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_patorn-hanchaikul-william-grant_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_patorn-hanchaikul-william-grant_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_patorn-hanchaikul-william-grant_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_patorn-hanchaikul-william-grant_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) | Taha Baadi - Bjorn Swenson
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_taha-baadi-bjorn-swenson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_taha-baadi-bjorn-swenson_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_taha-baadi-bjorn-swenson_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_taha-baadi-bjorn-swenson_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Luque (PRY) - Doubles | B.Braga/V.Braga - A.A.Frutos Alonso/M.Zeitune
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_b-braga-v-braga-a-a-frutos-alonso-m-zeitune_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_b-braga-v-braga-a-a-frutos-alonso-m-zeitune_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_b-braga-v-braga-a-a-frutos-alonso-m-zeitune_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_b-braga-v-braga-a-a-frutos-alonso-m-zeitune_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) - Doubles | N.Barrientos/S.Mansouri - A.Holmgren/J.Ingildsen
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_n-barrientos-s-mansouri-a-holmgren-j-ingildsen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_n-barrientos-s-mansouri-a-holmgren-j-ingildsen_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_n-barrientos-s-mansouri-a-holmgren-j-ingildsen_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM4MzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_n-barrientos-s-mansouri-a-holmgren-j-ingildsen_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | Challenger - Villena (ESP) | Jiri Vesely - Kamil Majchrzak
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jiri-vesely-kamil-majchrzak_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2NjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2NjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jiri-vesely-kamil-majchrzak_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jiri-vesely-kamil-majchrzak_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2NjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jiri-vesely-kamil-majchrzak_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Football | UEFA Youth League | Benfica U19 - Atl. Madrid U19
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_benfica-u19-atl-madrid-u19_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ElevenSports2[PT]" readonly="">
                            <a href="https://antenasport.online/channel/ElevenSports2[PT]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_benfica-u19-atl-madrid-u19_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_benfica-u19-atl-madrid-u19_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ElevenSports2[PT]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_benfica-u19-atl-madrid-u19_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) - Doubles | H.Lieberman/M.Thomson - J.Leach/C.Woestendick
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_h-lieberman-m-thomson-j-leach-c-woestendick_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_h-lieberman-m-thomson-j-leach-c-woestendick_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_h-lieberman-m-thomson-j-leach-c-woestendick_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_h-lieberman-m-thomson-j-leach-c-woestendick_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) | Benjamin Thomas George - Benjamin Kittay
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_benjamin-thomas-george-benjamin-kittay_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_benjamin-thomas-george-benjamin-kittay_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_benjamin-thomas-george-benjamin-kittay_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_benjamin-thomas-george-benjamin-kittay_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Luque (PRY) - Doubles | M.Barreiros Reyes/I.Gimenez - F.Cavallo/M.Mouilleron Salvo
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-barreiros-reyes-i-gimenez-f-cavallo-m-mouilleron-salvo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-barreiros-reyes-i-gimenez-f-cavallo-m-mouilleron-salvo_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-barreiros-reyes-i-gimenez-f-cavallo-m-mouilleron-salvo_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-barreiros-reyes-i-gimenez-f-cavallo-m-mouilleron-salvo_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Football | AFC Champions League 2 | Nasaf Qarshi - Shabab Al-Ahli Dubai
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nasaf-qarshi-shabab-al-ahli-dubai_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/OkkoSport[RU]" readonly="">
                            <a href="https://antenasport.online/channel/OkkoSport[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nasaf-qarshi-shabab-al-ahli-dubai_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nasaf-qarshi-shabab-al-ahli-dubai_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/OkkoSport[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nasaf-qarshi-shabab-al-ahli-dubai_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Luque (PRY) | Lautaro Agustin Falabella - Victor Lilov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lautaro-agustin-falabella-victor-lilov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lautaro-agustin-falabella-victor-lilov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lautaro-agustin-falabella-victor-lilov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lautaro-agustin-falabella-victor-lilov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Football | AFC Cup - Gr.D | Nasaf Qarshi - Shabab Al Ahli
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nasaf-qarshi-shabab-al-ahli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODIwMDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODIwMDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nasaf-qarshi-shabab-al-ahli_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nasaf-qarshi-shabab-al-ahli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODIwMDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nasaf-qarshi-shabab-al-ahli_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) | Martin Borisiouk - Adhithya Ganesan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_martin-borisiouk-adhithya-ganesan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_martin-borisiouk-adhithya-ganesan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_martin-borisiouk-adhithya-ganesan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_martin-borisiouk-adhithya-ganesan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | Challenger - Villena (ESP) | Duje Ajdukovic - Robin Bertrand
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_duje-ajdukovic-robin-bertrand_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Mzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Mzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_duje-ajdukovic-robin-bertrand_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_duje-ajdukovic-robin-bertrand_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Mzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_duje-ajdukovic-robin-bertrand_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Football | AFC Cup - Gr.A | Ravshan Kulob - Al Wakrah
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ravshan-kulob-al-wakrah_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODE5NjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODE5NjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ravshan-kulob-al-wakrah_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ravshan-kulob-al-wakrah_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODE5NjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ravshan-kulob-al-wakrah_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Luque (PRY) | Jose Pereira - Mateo Barreiros Reyes
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jose-pereira-mateo-barreiros-reyes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jose-pereira-mateo-barreiros-reyes_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jose-pereira-mateo-barreiros-reyes_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jose-pereira-mateo-barreiros-reyes_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (W) - Monastir (TUN) - Doubles | A.Koller/E.Vanlangendonck - S.V.M.Nita/C.van Zonneveld
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-koller-e-vanlangendonck-s-v-m-nita-c-van-zonneveld_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-koller-e-vanlangendonck-s-v-m-nita-c-van-zonneveld_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-koller-e-vanlangendonck-s-v-m-nita-c-van-zonneveld_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMDA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-koller-e-vanlangendonck-s-v-m-nita-c-van-zonneveld_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Ann Arbor (USA) | Fabien Salle - Axel Nefve
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_fabien-salle-axel-nefve_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_fabien-salle-axel-nefve_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_fabien-salle-axel-nefve_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_fabien-salle-axel-nefve_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Football | Portugal - Liga Revelacao U23 - Serie A | Leixoes U23 - Famalicao U23
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_leixoes-u23-famalicao-u23_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2OTIzMDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2OTIzMDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_leixoes-u23-famalicao-u23_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_leixoes-u23-famalicao-u23_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2OTIzMDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_leixoes-u23-famalicao-u23_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Luque (PRY) | Sean Hess - Federico Gaston Gonzalez Benitez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sean-hess-federico-gaston-gonzalez-benitez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sean-hess-federico-gaston-gonzalez-benitez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sean-hess-federico-gaston-gonzalez-benitez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNDU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sean-hess-federico-gaston-gonzalez-benitez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Tennis | ITF (M) - Grodzisk Mazowiecki (POL) | Zdenek Kolar - Daniel Paty
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_zdenek-kolar-daniel-paty_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_zdenek-kolar-daniel-paty_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_zdenek-kolar-daniel-paty_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMDE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_zdenek-kolar-daniel-paty_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:00</strong> | Football | AFC Champions League 2 | Ravshan - Al Wakra
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ravshan-al-wakra_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub3[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub3[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ravshan-al-wakra_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ravshan-al-wakra_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub3[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ravshan-al-wakra_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:30</strong> | Football | Europa Conference League | Guimaraes - Celje
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_guimaraes-celje_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/MEGOGOFootball3[UA]" readonly="">
                            <a href="https://antenasport.online/channel/MEGOGOFootball3[UA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_guimaraes-celje_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_guimaraes-celje_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/MEGOGOFootball3[UA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_guimaraes-celje_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:30</strong> | Tennis | ITF (W) - Reims (FRA) - Doubles | E.Dartron/M.Rouvroy - A.Aksu/J.Avdeeva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_e-dartron-m-rouvroy-a-aksu-j-avdeeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_e-dartron-m-rouvroy-a-aksu-j-avdeeva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_e-dartron-m-rouvroy-a-aksu-j-avdeeva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_e-dartron-m-rouvroy-a-aksu-j-avdeeva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:30</strong> | Tennis | ITF (W) - Baza (ESP) | Alba Rey Garcia - Wozuko Mdlulwa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alba-rey-garcia-wozuko-mdlulwa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alba-rey-garcia-wozuko-mdlulwa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alba-rey-garcia-wozuko-mdlulwa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alba-rey-garcia-wozuko-mdlulwa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:30</strong> | Football | Europa Conference League | Basaksehir - Rapid Vienna
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_basaksehir-rapid-vienna_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/DigiSport2[RO]" readonly="">
                            <a href="https://antenasport.online/channel/DigiSport2[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_basaksehir-rapid-vienna_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_basaksehir-rapid-vienna_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/DigiSport2[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_basaksehir-rapid-vienna_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_basaksehir-rapid-vienna_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport1[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport1[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_basaksehir-rapid-vienna_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_basaksehir-rapid-vienna_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport1[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_basaksehir-rapid-vienna_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:30</strong> | Tennis | ITF (M) - Trnava (SVK) - Doubles | M.W.Donald/V.Kalina - L.Pokorny/K.Wehnelt
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-w-donald-v-kalina-l-pokorny-k-wehnelt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-w-donald-v-kalina-l-pokorny-k-wehnelt_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-w-donald-v-kalina-l-pokorny-k-wehnelt_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-w-donald-v-kalina-l-pokorny-k-wehnelt_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:30</strong> | Tennis | ITF (W) - Trnava (SVK) - Doubles | N.Krockova/K.Stresnakova - D.Hrdinkova/L.Svatikova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_n-krockova-k-stresnakova-d-hrdinkova-l-svatikova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_n-krockova-k-stresnakova-d-hrdinkova-l-svatikova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_n-krockova-k-stresnakova-d-hrdinkova-l-svatikova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_n-krockova-k-stresnakova-d-hrdinkova-l-svatikova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:30</strong> | Tennis | ITF (M) - Trnava (SVK) - Doubles | M.Karol/T.Lanik - L.Rossi/L.Rottoli
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-karol-t-lanik-l-rossi-l-rottoli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-karol-t-lanik-l-rossi-l-rottoli_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-karol-t-lanik-l-rossi-l-rottoli_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMzQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-karol-t-lanik-l-rossi-l-rottoli_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:40</strong> | Tennis | Challenger - Braga (PRT) - Doubles | V.Kirkov/E.Nava - T.Arribage/F.Cabral
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_v-kirkov-e-nava-t-arribage-f-cabral_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_v-kirkov-e-nava-t-arribage-f-cabral_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_v-kirkov-e-nava-t-arribage-f-cabral_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTM5ODY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_v-kirkov-e-nava-t-arribage-f-cabral_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 14:50</strong> | Futsal | Futsal World Cup | Ukraine - Brazil
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ukraine-brazil_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/UNIVERSO[USA]" readonly="">
                            <a href="https://antenasport.online/channel/UNIVERSO[USA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ukraine-brazil_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ukraine-brazil_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/UNIVERSO[USA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ukraine-brazil_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_ukraine-brazil_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/FOXSports2[USA]" readonly="">
                            <a href="https://antenasport.online/channel/FOXSports2[USA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ukraine-brazil_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ukraine-brazil_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/FOXSports2[USA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ukraine-brazil_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 15:00</strong> | Basketball | VTB United League | Astana - CSKA Moscow
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_astana-cska-moscow_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaPremium3[RS]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaPremium3[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_astana-cska-moscow_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_astana-cska-moscow_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaPremium3[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_astana-cska-moscow_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 15:15</strong> | Football | Russian Cup | Dynamo Moscow - Spartak Moscow
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dynamo-moscow-spartak-moscow_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/MatchTV[RU]" readonly="">
                            <a href="https://antenasport.online/channel/MatchTV[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dynamo-moscow-spartak-moscow_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dynamo-moscow-spartak-moscow_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/MatchTV[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dynamo-moscow-spartak-moscow_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 15:30</strong> | Volleyball | PlusLiga | Politechnika Lublin - Belchatow
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_politechnika-lublin-belchatow_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PolsatSport[PL]" readonly="">
                            <a href="https://antenasport.online/channel/PolsatSport[PL]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_politechnika-lublin-belchatow_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_politechnika-lublin-belchatow_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PolsatSport[PL]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_politechnika-lublin-belchatow_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 15:30</strong> | Tennis | ITF (M) - Nevers (FRA) - Doubles | M.Beauge/L.Bouquet - L.Branger/M.Epee
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-beauge-l-bouquet-l-branger-m-epee_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-beauge-l-bouquet-l-branger-m-epee_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-beauge-l-bouquet-l-branger-m-epee_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyNzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-beauge-l-bouquet-l-branger-m-epee_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:00</strong> | Football | AFC Cup - Gr.D | Al Hussein Irbid - Al Kuwait
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_al-hussein-irbid-al-kuwait_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODIwMDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODIwMDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_al-hussein-irbid-al-kuwait_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_al-hussein-irbid-al-kuwait_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODIwMDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_al-hussein-irbid-al-kuwait_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:00</strong> | Basketball | Champions League | Prometheus - Nymburk
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_prometheus-nymburk_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/CosmoteSport5[GR]" readonly="">
                            <a href="https://antenasport.online/channel/CosmoteSport5[GR]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_prometheus-nymburk_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_prometheus-nymburk_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/CosmoteSport5[GR]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_prometheus-nymburk_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:00</strong> | Volleyball | Champions League | Olympiakos - Guaguas
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_olympiakos-guaguas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/CosmoteSport9[GR]" readonly="">
                            <a href="https://antenasport.online/channel/CosmoteSport9[GR]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_olympiakos-guaguas_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_olympiakos-guaguas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/CosmoteSport9[GR]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_olympiakos-guaguas_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_olympiakos-guaguas_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/SportTV2[PT]" readonly="">
                            <a href="https://antenasport.online/channel/SportTV2[PT]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_olympiakos-guaguas_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_olympiakos-guaguas_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/SportTV2[PT]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_olympiakos-guaguas_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:00</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Daria Lodikova - Ana Sofia Sanchez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_daria-lodikova-ana-sofia-sanchez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_daria-lodikova-ana-sofia-sanchez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_daria-lodikova-ana-sofia-sanchez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_daria-lodikova-ana-sofia-sanchez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:00</strong> | Basketball | ABA League 2 | GKK Sibenik - Zlatibor Cajetina
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_gkk-sibenik-zlatibor-cajetina_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport1[SI]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport1[SI]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_gkk-sibenik-zlatibor-cajetina_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_gkk-sibenik-zlatibor-cajetina_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport1[SI]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_gkk-sibenik-zlatibor-cajetina_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:00</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Richard Gasquet - Dino Prizmic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_richard-gasquet-dino-prizmic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_richard-gasquet-dino-prizmic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_richard-gasquet-dino-prizmic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5MjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_richard-gasquet-dino-prizmic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:00</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Julia Konishi Camargo Silva - Carolina Meligeni Alves
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_julia-konishi-camargo-silva-carolina-meligeni-alves_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_julia-konishi-camargo-silva-carolina-meligeni-alves_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_julia-konishi-camargo-silva-carolina-meligeni-alves_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_julia-konishi-camargo-silva-carolina-meligeni-alves_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:00</strong> | Football | AFC Champions League 2 | Tractor - Mohun Bagan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tractor-mohun-bagan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub2[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub2[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tractor-mohun-bagan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tractor-mohun-bagan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub2[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tractor-mohun-bagan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:00</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Sofia Rocchetti - Valeriya Strakhova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sofia-rocchetti-valeriya-strakhova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sofia-rocchetti-valeriya-strakhova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sofia-rocchetti-valeriya-strakhova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sofia-rocchetti-valeriya-strakhova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:30</strong> | Tennis | ITF (W) - Reims (FRA) | Vitalia Diatchenko - Aravane Rezai
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vitalia-diatchenko-aravane-rezai_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vitalia-diatchenko-aravane-rezai_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vitalia-diatchenko-aravane-rezai_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyODE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vitalia-diatchenko-aravane-rezai_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:30</strong> | Tennis | Challenger - Villena (ESP) | Christoph Negritu - Constant Lestienne
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_christoph-negritu-constant-lestienne_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_christoph-negritu-constant-lestienne_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_christoph-negritu-constant-lestienne_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_christoph-negritu-constant-lestienne_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:30</strong> | Basketball | Champions League | Igokea - Nanterre
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_igokea-nanterre_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport2[SI]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport2[SI]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_igokea-nanterre_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_igokea-nanterre_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport2[SI]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_igokea-nanterre_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_igokea-nanterre_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport2[RS]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport2[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_igokea-nanterre_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_igokea-nanterre_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport2[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_igokea-nanterre_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:45</strong> | Football | Champions League | Girona - Feyenoord
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_girona-feyenoord_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/DigiSport2[RO]" readonly="">
                            <a href="https://antenasport.online/channel/DigiSport2[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_girona-feyenoord_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_girona-feyenoord_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/DigiSport2[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_girona-feyenoord_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_girona-feyenoord_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport2[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport2[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_girona-feyenoord_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_girona-feyenoord_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport2[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_girona-feyenoord_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 16:45</strong> | Football | Champions League | Shakhtar Donetsk - Atalanta
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_shakhtar-donetsk-atalanta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport1[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport1[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_shakhtar-donetsk-atalanta_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_shakhtar-donetsk-atalanta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport1[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_shakhtar-donetsk-atalanta_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) | Anastasiya Lopata - Katherine Sebov
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_anastasiya-lopata-katherine-sebov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_anastasiya-lopata-katherine-sebov_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_anastasiya-lopata-katherine-sebov_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_anastasiya-lopata-katherine-sebov_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Tennis | ITF (W) - Redding (USA) | Dalayna Hewitt - Mary Stoiana
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dalayna-hewitt-mary-stoiana_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dalayna-hewitt-mary-stoiana_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dalayna-hewitt-mary-stoiana_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dalayna-hewitt-mary-stoiana_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Doubles | J.Defalco/G.Price - E.Kalieva/K.Kawa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_j-defalco-g-price-e-kalieva-k-kawa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_j-defalco-g-price-e-kalieva-k-kawa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_j-defalco-g-price-e-kalieva-k-kawa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_j-defalco-g-price-e-kalieva-k-kawa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) - Doubles | A.Ahn/J.Pareja - M.Kononova/M.Kozyreva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_a-ahn-j-pareja-m-kononova-m-kozyreva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_a-ahn-j-pareja-m-kononova-m-kozyreva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_a-ahn-j-pareja-m-kononova-m-kozyreva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_a-ahn-j-pareja-m-kononova-m-kozyreva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Volleyball | Champions League Women | Rabotnicki Skopje W - Voluntari W
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rabotnicki-skopje-w-voluntari-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport7[RS]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport7[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rabotnicki-skopje-w-voluntari-w_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rabotnicki-skopje-w-voluntari-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport7[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rabotnicki-skopje-w-voluntari-w_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Tennis | ITF (W) - Redding (USA) | Usue Maitane Arconada - Tara Moore
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_usue-maitane-arconada-tara-moore_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_usue-maitane-arconada-tara-moore_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_usue-maitane-arconada-tara-moore_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_usue-maitane-arconada-tara-moore_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Basketball | Eurocup | Aris - Turk Telekom
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_aris-turk-telekom_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub3[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub3[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_aris-turk-telekom_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_aris-turk-telekom_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub3[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_aris-turk-telekom_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Tennis | ITF (W) - Sao Paulo (BRA) - Doubles | E.Christofi/A.Zantedeschi - G.Ceschi/M.Toma
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_e-christofi-a-zantedeschi-g-ceschi-m-toma_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_e-christofi-a-zantedeschi-g-ceschi-m-toma_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_e-christofi-a-zantedeschi-g-ceschi-m-toma_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_e-christofi-a-zantedeschi-g-ceschi-m-toma_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) | Madison Sieg - Kayla Day
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_madison-sieg-kayla-day_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_madison-sieg-kayla-day_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_madison-sieg-kayla-day_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_madison-sieg-kayla-day_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Football | Super Liga | Vojvodina - Novi Pazar
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vojvodina-novi-pazar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport1[RS]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport1[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vojvodina-novi-pazar_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vojvodina-novi-pazar_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport1[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vojvodina-novi-pazar_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) | Iva Jovic - Victoria Hu
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_iva-jovic-victoria-hu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_iva-jovic-victoria-hu_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_iva-jovic-victoria-hu_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_iva-jovic-victoria-hu_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Tennis | ITF (W) - Redding (USA) - Doubles | M.Kupres/M.Stoiana - V.Ivanov/B.Passola
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_m-kupres-m-stoiana-v-ivanov-b-passola_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNzI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNzI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_m-kupres-m-stoiana-v-ivanov-b-passola_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_m-kupres-m-stoiana-v-ivanov-b-passola_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNzI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_m-kupres-m-stoiana-v-ivanov-b-passola_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Tennis | ITF (W) - Redding (USA) | Alexis Nguyen - Victoria Mboko
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alexis-nguyen-victoria-mboko_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alexis-nguyen-victoria-mboko_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alexis-nguyen-victoria-mboko_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alexis-nguyen-victoria-mboko_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Tennis | ITF (W) - Redding (USA) | Maria Mateas - Whitney Osuigwe
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_maria-mateas-whitney-osuigwe_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_maria-mateas-whitney-osuigwe_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_maria-mateas-whitney-osuigwe_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_maria-mateas-whitney-osuigwe_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Tennis | ITF (W) - Rancho Santa Fe (USA) | Dejana Radanovic - Annika Penickova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dejana-radanovic-annika-penickova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dejana-radanovic-annika-penickova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dejana-radanovic-annika-penickova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzNjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dejana-radanovic-annika-penickova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Basketball | Eurocup | Buducnost - Gran Canaria
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_buducnost-gran-canaria_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub1[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub1[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_buducnost-gran-canaria_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_buducnost-gran-canaria_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub1[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_buducnost-gran-canaria_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Tennis | Challenger - Tiburon (USA) | Remy Bertola - Colton Smith
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_remy-bertola-colton-smith_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDI0MDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDI0MDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_remy-bertola-colton-smith_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_remy-bertola-colton-smith_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDI0MDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_remy-bertola-colton-smith_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:00</strong> | Football | USA - USL League One | Union Omaha - Spokane Velocity
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_union-omaha-spokane-velocity_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEyNzg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEyNzg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_union-omaha-spokane-velocity_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_union-omaha-spokane-velocity_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MzEyNzg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_union-omaha-spokane-velocity_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:15</strong> | Ice Hockey | Austria - ICE League | RB Salzburg - Pustertal Wolfe
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rb-salzburg-pustertal-wolfe_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rb-salzburg-pustertal-wolfe_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rb-salzburg-pustertal-wolfe_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3MjYzOTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rb-salzburg-pustertal-wolfe_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:20</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Quentin Halys - Mark Lajal
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_quentin-halys-mark-lajal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MzE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MzE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_quentin-halys-mark-lajal_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_quentin-halys-mark-lajal_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDE0MzE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_quentin-halys-mark-lajal_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:30</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Zhibek Kulambayeva - Leolia Jeanjean
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_zhibek-kulambayeva-leolia-jeanjean_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_zhibek-kulambayeva-leolia-jeanjean_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_zhibek-kulambayeva-leolia-jeanjean_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_zhibek-kulambayeva-leolia-jeanjean_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:30</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Nicole Fossa Huergo - Carolina Bohrer Martins
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nicole-fossa-huergo-carolina-bohrer-martins_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nicole-fossa-huergo-carolina-bohrer-martins_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nicole-fossa-huergo-carolina-bohrer-martins_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nicole-fossa-huergo-carolina-bohrer-martins_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:30</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Camilla Bossi - Victoria Rodriguez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_camilla-bossi-victoria-rodriguez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_camilla-bossi-victoria-rodriguez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_camilla-bossi-victoria-rodriguez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_camilla-bossi-victoria-rodriguez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 17:30</strong> | Basketball | Eurocup | JL Bourg - Cluj Napoca
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jl-bourg-cluj-napoca_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/NovaSports5[GR]" readonly="">
                            <a href="https://antenasport.online/channel/NovaSports5[GR]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jl-bourg-cluj-napoca_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jl-bourg-cluj-napoca_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/NovaSports5[GR]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jl-bourg-cluj-napoca_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 18:00</strong> | Football | AFC Cup - Gr.B | Al Taawoun - Al Quwa Al Jawiya
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_al-taawoun-al-quwa-al-jawiya_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODE5ODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODE5ODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_al-taawoun-al-quwa-al-jawiya_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_al-taawoun-al-quwa-al-jawiya_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY1ODE5ODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_al-taawoun-al-quwa-al-jawiya_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 18:00</strong> | Basketball | Eurocup | Trento - Trefl Sopot
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_trento-trefl-sopot_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub4[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub4[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_trento-trefl-sopot_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_trento-trefl-sopot_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub4[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_trento-trefl-sopot_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 18:00</strong> | Football | Russian Cup | Zenit Petersburg - Akron Tolyatti
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_zenit-petersburg-akron-tolyatti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/MatchTV[RU]" readonly="">
                            <a href="https://antenasport.online/channel/MatchTV[RU]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_zenit-petersburg-akron-tolyatti_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_zenit-petersburg-akron-tolyatti_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/MatchTV[RU]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_zenit-petersburg-akron-tolyatti_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 18:00</strong> | Tennis | ITF (W) - Baza (ESP) | Lorena Solar Donoso - Valeria Savinykh
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lorena-solar-donoso-valeria-savinykh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lorena-solar-donoso-valeria-savinykh_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lorena-solar-donoso-valeria-savinykh_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIyMTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lorena-solar-donoso-valeria-savinykh_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 18:00</strong> | Volleyball | Champions League Women | Asterix Avo W - Tent W
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_asterix-avo-w-tent-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport6[RS]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport6[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_asterix-avo-w-tent-w_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_asterix-avo-w-tent-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport6[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_asterix-avo-w-tent-w_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 18:00</strong> | Volleyball | Champions League Women | Herceg Novi W - Budowlani Lodz W
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_herceg-novi-w-budowlani-lodz-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PolsatSportExtra[PL]" readonly="">
                            <a href="https://antenasport.online/channel/PolsatSportExtra[PL]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_herceg-novi-w-budowlani-lodz-w_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_herceg-novi-w-budowlani-lodz-w_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PolsatSportExtra[PL]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_herceg-novi-w-budowlani-lodz-w_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_herceg-novi-w-budowlani-lodz-w_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport8[RS]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport8[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_herceg-novi-w-budowlani-lodz-w_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_herceg-novi-w-budowlani-lodz-w_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport8[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_herceg-novi-w-budowlani-lodz-w_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 18:00</strong> | Basketball | Champions League | FMP Beograd - Peristeri
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_fmp-beograd-peristeri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport3[SI]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport3[SI]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_fmp-beograd-peristeri_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_fmp-beograd-peristeri_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport3[SI]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_fmp-beograd-peristeri_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 18:30</strong> | Volleyball | PlusLiga | Zawiercie - GKS Katowice
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_zawiercie-gks-katowice_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PolsatSport[PL]" readonly="">
                            <a href="https://antenasport.online/channel/PolsatSport[PL]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_zawiercie-gks-katowice_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_zawiercie-gks-katowice_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PolsatSport[PL]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_zawiercie-gks-katowice_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 18:30</strong> | Handball | Superliga | Wisla Plock - Azoty-Pulawy
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_wisla-plock-azoty-pulawy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PolsatSportNews[PL]" readonly="">
                            <a href="https://antenasport.online/channel/PolsatSportNews[PL]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_wisla-plock-azoty-pulawy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_wisla-plock-azoty-pulawy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PolsatSportNews[PL]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_wisla-plock-azoty-pulawy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 18:30</strong> | Basketball | Eurocup | Valencia - Hamburg
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_valencia-hamburg_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/Sportklub2[RS]" readonly="">
                            <a href="https://antenasport.online/channel/Sportklub2[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_valencia-hamburg_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_valencia-hamburg_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/Sportklub2[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_valencia-hamburg_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 19:00</strong> | Football | Champions League | Dinamo Zagreb - Monaco
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_dinamo-zagreb-monaco_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/MEGOGOFootball3[UA]" readonly="">
                            <a href="https://antenasport.online/channel/MEGOGOFootball3[UA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_dinamo-zagreb-monaco_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_dinamo-zagreb-monaco_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/MEGOGOFootball3[UA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_dinamo-zagreb-monaco_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 19:00</strong> | Football | Champions League | Aston Villa - Bayern Munich
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_aston-villa-bayern-munich_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/DigiSport2[RO]" readonly="">
                            <a href="https://antenasport.online/channel/DigiSport2[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_aston-villa-bayern-munich_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_aston-villa-bayern-munich_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/DigiSport2[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_aston-villa-bayern-munich_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_aston-villa-bayern-munich_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport3[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport3[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_aston-villa-bayern-munich_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_aston-villa-bayern-munich_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport3[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_aston-villa-bayern-munich_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 19:00</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Solana Sierra - Jimar Geraldine Gonzalez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_solana-sierra-jimar-geraldine-gonzalez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_solana-sierra-jimar-geraldine-gonzalez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_solana-sierra-jimar-geraldine-gonzalez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_solana-sierra-jimar-geraldine-gonzalez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 19:00</strong> | Football | Champions League | Liverpool - Bologna
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_liverpool-bologna_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport2[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport2[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_liverpool-bologna_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_liverpool-bologna_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport2[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_liverpool-bologna_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 19:00</strong> | Football | Champions League | Lille - Real Madrid
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lille-real-madrid_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport1[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport1[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lille-real-madrid_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lille-real-madrid_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport1[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lille-real-madrid_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 19:00</strong> | Football | Champions League | RB Leipzig - Juventus
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_rb-leipzig-juventus_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/PrimaSport4[RO]" readonly="">
                            <a href="https://antenasport.online/channel/PrimaSport4[RO]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_rb-leipzig-juventus_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_rb-leipzig-juventus_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/PrimaSport4[RO]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_rb-leipzig-juventus_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 19:00</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Julieta Estable - Laura Pigossi
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_julieta-estable-laura-pigossi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_julieta-estable-laura-pigossi_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_julieta-estable-laura-pigossi_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_julieta-estable-laura-pigossi_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 19:00</strong> | Football | Championship | Bristol City - Sheffield Wednesday
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_bristol-city-sheffield-wednesday_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/SkySportsFootball[UK]" readonly="">
                            <a href="https://antenasport.online/channel/SkySportsFootball[UK]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_bristol-city-sheffield-wednesday_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_bristol-city-sheffield-wednesday_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/SkySportsFootball[UK]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_bristol-city-sheffield-wednesday_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_bristol-city-sheffield-wednesday_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport7[RS]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport7[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_bristol-city-sheffield-wednesday_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_bristol-city-sheffield-wednesday_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport7[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_bristol-city-sheffield-wednesday_1&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 19:00</strong> | Football | Champions League | Sturm Graz - Club Brugge KV
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sturm-graz-club-brugge-kv_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/ArenaSport4[RS]" readonly="">
                            <a href="https://antenasport.online/channel/ArenaSport4[RS]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sturm-graz-club-brugge-kv_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sturm-graz-club-brugge-kv_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/ArenaSport4[RS]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sturm-graz-club-brugge-kv_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 19:00</strong> | Tennis | ITF (W) - Sao Paulo (BRA) - Doubles | S.Cohen Perovani/B.Mendonca Bernardes - Y.Naito/V.Strakhova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-cohen-perovani-b-mendonca-bernardes-y-naito-v-strakhova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-cohen-perovani-b-mendonca-bernardes-y-naito-v-strakhova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-cohen-perovani-b-mendonca-bernardes-y-naito-v-strakhova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-cohen-perovani-b-mendonca-bernardes-y-naito-v-strakhova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 20:30</strong> | Tennis | ITF (W) - Sao Paulo (BRA) - Doubles | C.Bossi/L.Garcia Vidal - C.Bohrer Martins/J.K.Camargo Silva
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_c-bossi-l-garcia-vidal-c-bohrer-martins-j-k-camargo-silva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_c-bossi-l-garcia-vidal-c-bohrer-martins-j-k-camargo-silva_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_c-bossi-l-garcia-vidal-c-bohrer-martins-j-k-camargo-silva_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_c-bossi-l-garcia-vidal-c-bohrer-martins-j-k-camargo-silva_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 21:00</strong> | Tennis | ITF (W) - Sao Paulo (BRA) | Julia Riera - Maria Sara Popa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_julia-riera-maria-sara-popa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_julia-riera-maria-sara-popa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_julia-riera-maria-sara-popa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDIzMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_julia-riera-maria-sara-popa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 23:30</strong> | Football | MLS | Columbus Crew - Inter Miami CF
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_columbus-crew-inter-miami-cf_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/FOXSports1[USA]" readonly="">
                            <a href="https://antenasport.online/channel/FOXSports1[USA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_columbus-crew-inter-miami-cf_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_columbus-crew-inter-miami-cf_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/FOXSports1[USA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_columbus-crew-inter-miami-cf_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>02.10.2024 - 23:30</strong> | Football | MLS | Toronto FC - New York Red Bulls
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_toronto-fc-new-york-red-bulls_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/TSN4[CA]" readonly="">
                            <a href="https://antenasport.online/channel/TSN4[CA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_toronto-fc-new-york-red-bulls_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_toronto-fc-new-york-red-bulls_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/TSN4[CA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_toronto-fc-new-york-red-bulls_0&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_toronto-fc-new-york-red-bulls_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/TSN1[CA]" readonly="">
                            <a href="https://antenasport.online/channel/TSN1[CA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_toronto-fc-new-york-red-bulls_1&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_toronto-fc-new-york-red-bulls_1" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/TSN1[CA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_toronto-fc-new-york-red-bulls_1&quot;, this)">Copy iFrame</button>
                          </div><div class="py-2 flex items-center">
                            <input id="copy_link_toronto-fc-new-york-red-bulls_2" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/TSN5[CA]" readonly="">
                            <a href="https://antenasport.online/channel/TSN5[CA]" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_toronto-fc-new-york-red-bulls_2&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_toronto-fc-new-york-red-bulls_2" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/TSN5[CA]' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_toronto-fc-new-york-red-bulls_2&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | WTA - Beijing (CHN) - Doubles | S.Kenin/B.Mattek-Sands - M.Andreeva/D.Shnaider
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-kenin-b-mattek-sands-m-andreeva-d-shnaider_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM3ODM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM3ODM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-kenin-b-mattek-sands-m-andreeva-d-shnaider_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-kenin-b-mattek-sands-m-andreeva-d-shnaider_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM3ODM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-kenin-b-mattek-sands-m-andreeva-d-shnaider_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Li Tu - Marcos Giron
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_li-tu-marcos-giron_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_li-tu-marcos-giron_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_li-tu-marcos-giron_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_li-tu-marcos-giron_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | David Goffin - James Duckworth
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_david-goffin-james-duckworth_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_david-goffin-james-duckworth_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_david-goffin-james-duckworth_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_david-goffin-james-duckworth_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | WTA - Beijing (CHN) | Yulia Starodubtseva - Cori Gauff
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yulia-starodubtseva-cori-gauff_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NjI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NjI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yulia-starodubtseva-cori-gauff_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yulia-starodubtseva-cori-gauff_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NjI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yulia-starodubtseva-cori-gauff_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Tallon Griekspoor - Facundo Diaz Acosta
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_tallon-griekspoor-facundo-diaz-acosta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_tallon-griekspoor-facundo-diaz-acosta_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_tallon-griekspoor-facundo-diaz-acosta_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_tallon-griekspoor-facundo-diaz-acosta_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Yoshihito Nishioka - Yi Zhou
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_yoshihito-nishioka-yi-zhou_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_yoshihito-nishioka-yi-zhou_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_yoshihito-nishioka-yi-zhou_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_yoshihito-nishioka-yi-zhou_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | WTA - Beijing (CHN) - Doubles | E.Cocciaretto/L.Samsonova - Q.Tang/Y.Yuan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_e-cocciaretto-l-samsonova-q-tang-y-yuan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2NjM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2NjM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_e-cocciaretto-l-samsonova-q-tang-y-yuan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_e-cocciaretto-l-samsonova-q-tang-y-yuan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTg2NjM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_e-cocciaretto-l-samsonova-q-tang-y-yuan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Jaume Munar - Hugo Gaston
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jaume-munar-hugo-gaston_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jaume-munar-hugo-gaston_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jaume-munar-hugo-gaston_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jaume-munar-hugo-gaston_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Pavel Kotov - Yosuke Watanuki
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_pavel-kotov-yosuke-watanuki_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwNjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwNjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_pavel-kotov-yosuke-watanuki_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_pavel-kotov-yosuke-watanuki_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwNjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_pavel-kotov-yosuke-watanuki_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | WTA - Beijing (CHN) | Shuai Zhang - Paula Badosa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_shuai-zhang-paula-badosa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwNzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwNzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_shuai-zhang-paula-badosa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_shuai-zhang-paula-badosa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMwNzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_shuai-zhang-paula-badosa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | WTA - Beijing (CHN) - Doubles | S.Errani/J.Paolini - B.Haddad Maia/L.Siegemund
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_s-errani-j-paolini-b-haddad-maia-l-siegemund_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDI=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDI=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_s-errani-j-paolini-b-haddad-maia-l-siegemund_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_s-errani-j-paolini-b-haddad-maia-l-siegemund_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDMxMDI=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_s-errani-j-paolini-b-haddad-maia-l-siegemund_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Mattia Bellucci - Billy Harris
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mattia-bellucci-billy-harris_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwODY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwODY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mattia-bellucci-billy-harris_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mattia-bellucci-billy-harris_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwODY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mattia-bellucci-billy-harris_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Zhizhen Zhang - Zizou Bergs
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_zhizhen-zhang-zizou-bergs_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_zhizhen-zhang-zizou-bergs_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_zhizhen-zhang-zizou-bergs_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_zhizhen-zhang-zizou-bergs_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Elena-Gabriela Ruse - Ajla Tomljanovic
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_elena-gabriela-ruse-ajla-tomljanovic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwNzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwNzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_elena-gabriela-ruse-ajla-tomljanovic_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_elena-gabriela-ruse-ajla-tomljanovic_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQwNzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_elena-gabriela-ruse-ajla-tomljanovic_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | WTA 125 - Hong Kong (CHN) | Mananchaya Sawangkaew - Mccartney Kessler
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mananchaya-sawangkaew-mccartney-kessler_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM5NzA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM5NzA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mananchaya-sawangkaew-mccartney-kessler_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mananchaya-sawangkaew-mccartney-kessler_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDM5NzA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mananchaya-sawangkaew-mccartney-kessler_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Christopher O'Connell - Matteo Berrettini
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_christopher-o-connell-matteo-berrettini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_christopher-o-connell-matteo-berrettini_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_christopher-o-connell-matteo-berrettini_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_christopher-o-connell-matteo-berrettini_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Alex Michelsen - Bu Yunchaokete
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_alex-michelsen-bu-yunchaokete_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_alex-michelsen-bu-yunchaokete_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_alex-michelsen-bu-yunchaokete_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMjQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_alex-michelsen-bu-yunchaokete_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Stan Wawrinka - Giovanni M.Perricard
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_stan-wawrinka-giovanni-m-perricard_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_stan-wawrinka-giovanni-m-perricard_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_stan-wawrinka-giovanni-m-perricard_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_stan-wawrinka-giovanni-m-perricard_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Miomir Kecmanovic - Rinky Hijikata
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_miomir-kecmanovic-rinky-hijikata_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_miomir-kecmanovic-rinky-hijikata_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_miomir-kecmanovic-rinky-hijikata_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_miomir-kecmanovic-rinky-hijikata_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 02:00</strong> | Tennis | ATP - Shanghai (CHN) | Jakub Mensik - Pedro Martinez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jakub-mensik-pedro-martinez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jakub-mensik-pedro-martinez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jakub-mensik-pedro-martinez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY3OTcxMTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jakub-mensik-pedro-martinez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Manuel Guinard - Elias Ymer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_manuel-guinard-elias-ymer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_manuel-guinard-elias-ymer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_manuel-guinard-elias-ymer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQzNzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_manuel-guinard-elias-ymer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Sascha Wayenburg - Antoine Escoffier
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sascha-wayenburg-antoine-escoffier_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMDg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMDg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sascha-wayenburg-antoine-escoffier_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sascha-wayenburg-antoine-escoffier_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMDg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sascha-wayenburg-antoine-escoffier_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | ITF (W) - St. Margherita di Pula (ITA) | Sapfo Sakellaridi - Martha Matoula
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sapfo-sakellaridi-martha-matoula_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5ODA=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5ODA=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sapfo-sakellaridi-martha-matoula_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sapfo-sakellaridi-martha-matoula_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5ODA=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sapfo-sakellaridi-martha-matoula_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | ITF (M) - Nevers (FRA) | Ergi Kirkin - Theo Papamalamis
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_ergi-kirkin-theo-papamalamis_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4NTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4NTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_ergi-kirkin-theo-papamalamis_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_ergi-kirkin-theo-papamalamis_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4NTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_ergi-kirkin-theo-papamalamis_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | ITF (M) - Kigali (RWA) - Doubles | P.Kumar/N.Schachter - J.J.Bianchi/B.Perez
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_p-kumar-n-schachter-j-j-bianchi-b-perez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMjc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMjc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_p-kumar-n-schachter-j-j-bianchi-b-perez_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_p-kumar-n-schachter-j-j-bianchi-b-perez_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMjc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_p-kumar-n-schachter-j-j-bianchi-b-perez_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | ITF (M) - Kigali (RWA) | Brandon Perez - Aziz Ouakaa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_brandon-perez-aziz-ouakaa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MDc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MDc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_brandon-perez-aziz-ouakaa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_brandon-perez-aziz-ouakaa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MDc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_brandon-perez-aziz-ouakaa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | ITF (M) - Kigali (RWA) - Doubles | P.P.Iamachkine Samarina/M.Plunger - C.Denolly/A.Ouakaa
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_p-p-iamachkine-samarina-m-plunger-c-denolly-a-ouakaa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMjk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMjk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_p-p-iamachkine-samarina-m-plunger-c-denolly-a-ouakaa_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_p-p-iamachkine-samarina-m-plunger-c-denolly-a-ouakaa_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMjk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_p-p-iamachkine-samarina-m-plunger-c-denolly-a-ouakaa_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | ITF (W) - Sibenik (HRV) | Nuria Brancaccio - Anca Alexia Todoni
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_nuria-brancaccio-anca-alexia-todoni_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTE=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTE=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_nuria-brancaccio-anca-alexia-todoni_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_nuria-brancaccio-anca-alexia-todoni_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTE=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_nuria-brancaccio-anca-alexia-todoni_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | Challenger - Mouilleron le Captif (FRA) | Calvin Hemery - Lucas Pouille
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_calvin-hemery-lucas-pouille_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDYwMDY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDYwMDY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_calvin-hemery-lucas-pouille_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_calvin-hemery-lucas-pouille_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDYwMDY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_calvin-hemery-lucas-pouille_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | ITF (W) - Sibenik (HRV) | Sara Bejlek - Oleksandra Oliynykova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_sara-bejlek-oleksandra-oliynykova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_sara-bejlek-oleksandra-oliynykova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_sara-bejlek-oleksandra-oliynykova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_sara-bejlek-oleksandra-oliynykova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | ITF (M) - Kigali (RWA) | Siddhant Banthia - Maximilian Neuchrist
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_siddhant-banthia-maximilian-neuchrist_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_siddhant-banthia-maximilian-neuchrist_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_siddhant-banthia-maximilian-neuchrist_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_siddhant-banthia-maximilian-neuchrist_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | ITF (W) - Reims (FRA) | Amelie Van Impe - Anastasia Kulikova
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_amelie-van-impe-anastasia-kulikova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MzM=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MzM=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_amelie-van-impe-anastasia-kulikova_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_amelie-van-impe-anastasia-kulikova_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4MzM=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_amelie-van-impe-anastasia-kulikova_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | ITF (W) - Reims (FRA) | Diana Martynov - Alice Tubello
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_diana-martynov-alice-tubello_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4Mzk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4Mzk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_diana-martynov-alice-tubello_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_diana-martynov-alice-tubello_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ4Mzk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_diana-martynov-alice-tubello_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | ITF (M) - Kigali (RWA) - Doubles | B.Lock/C.J.Lock - V.Caripi/M.Steiner
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_b-lock-c-j-lock-v-caripi-m-steiner_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMjg=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMjg=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_b-lock-c-j-lock-v-caripi-m-steiner_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_b-lock-c-j-lock-v-caripi-m-steiner_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDUwMjg=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_b-lock-c-j-lock-v-caripi-m-steiner_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | ITF (W) - Reims (FRA) | Mingge Xu - Margaux Rouvroy
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_mingge-xu-margaux-rouvroy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MTQ=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MTQ=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_mingge-xu-margaux-rouvroy_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_mingge-xu-margaux-rouvroy_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2MTQ=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_mingge-xu-margaux-rouvroy_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 08:00</strong> | Tennis | ITF (W) - Sibenik (HRV) | Kathinka von Deichmann - Iva Primorac
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_kathinka-von-deichmann-iva-primorac_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NzY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NzY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_kathinka-von-deichmann-iva-primorac_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_kathinka-von-deichmann-iva-primorac_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5NzY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_kathinka-von-deichmann-iva-primorac_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 09:00</strong> | Tennis | Challenger - Braga (PRT) | Elmer Moeller - Francesco Passaro
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_elmer-moeller-francesco-passaro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMDk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMDk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_elmer-moeller-francesco-passaro_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_elmer-moeller-francesco-passaro_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMDk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_elmer-moeller-francesco-passaro_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 09:00</strong> | Tennis | Challenger - Braga (PRT) | Joao Domingues - Daniel Elahi Galan
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_joao-domingues-daniel-elahi-galan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5OTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5OTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_joao-domingues-daniel-elahi-galan_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_joao-domingues-daniel-elahi-galan_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ5OTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_joao-domingues-daniel-elahi-galan_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 09:00</strong> | Tennis | Challenger - Braga (PRT) | Thiago Agustin Tirante - Lukas Neumayer
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_thiago-agustin-tirante-lukas-neumayer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Njk=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Njk=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_thiago-agustin-tirante-lukas-neumayer_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_thiago-agustin-tirante-lukas-neumayer_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Njk=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_thiago-agustin-tirante-lukas-neumayer_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 09:00</strong> | Tennis | Challenger - Braga (PRT) | Vit Kopriva - Ignacio Buse
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_vit-kopriva-ignacio-buse_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMzU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMzU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_vit-kopriva-ignacio-buse_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_vit-kopriva-ignacio-buse_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQxMzU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_vit-kopriva-ignacio-buse_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 09:00</strong> | Tennis | Challenger - Braga (PRT) | Andrea Pellegrino - Vilius Gaubas
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_andrea-pellegrino-vilius-gaubas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDYwMTU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDYwMTU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_andrea-pellegrino-vilius-gaubas_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_andrea-pellegrino-vilius-gaubas_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDYwMTU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_andrea-pellegrino-vilius-gaubas_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 14:00</strong> | Tennis | Challenger - Villena (ESP) | Enrico Dalla Valle - Hugo Grenier
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_enrico-dalla-valle-hugo-grenier_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDYxOTc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDYxOTc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_enrico-dalla-valle-hugo-grenier_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_enrico-dalla-valle-hugo-grenier_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDYxOTc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_enrico-dalla-valle-hugo-grenier_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 14:00</strong> | Tennis | Challenger - Villena (ESP) | Lukas Klein - Martin Landaluce
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_lukas-klein-martin-landaluce_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDU5Njc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDU5Njc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_lukas-klein-martin-landaluce_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_lukas-klein-martin-landaluce_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDU5Njc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_lukas-klein-martin-landaluce_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 14:00</strong> | Tennis | Challenger - Villena (ESP) | Jiri Vesely - Kamil Majchrzak
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_jiri-vesely-kamil-majchrzak_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2NjU=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2NjU=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_jiri-vesely-kamil-majchrzak_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_jiri-vesely-kamil-majchrzak_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2NjU=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_jiri-vesely-kamil-majchrzak_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 14:00</strong> | Tennis | Challenger - Villena (ESP) | Duje Ajdukovic - Robin Bertrand
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_duje-ajdukovic-robin-bertrand_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Mzc=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Mzc=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_duje-ajdukovic-robin-bertrand_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_duje-ajdukovic-robin-bertrand_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY4MDQ2Mzc=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_duje-ajdukovic-robin-bertrand_0&quot;, this)">Copy iFrame</button>
                          </div></div><div class="bg-white shadow rounded-md mb-4 p-4">
                        <div class="mb-2">
                            <strong>03.10.2024 - 14:00</strong> | Football | India - Super League | Odisha - Kerala Blasters
                        </div><div class="py-2 flex items-center">
                            <input id="copy_link_odisha-kerala-blasters_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MjE5MjY=" readonly="">
                            <a href="https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MjE5MjY=" target="_blank" class="bg-blue-500 text-white px-4 py-2 rounded-md mx-2">Visit</a>
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md" onclick="copyToClipboard(&quot;copy_link_odisha-kerala-blasters_0&quot;, this)">Copy</button>
                          </div>
                          <div class="py-2 flex items-center mt-2">
                            <input id="copy_iframe_odisha-kerala-blasters_0" class="flex-1 p-2 border border-gray-300 rounded-md" type="text" value="<iframe src='https://antenasport.online/channel/exY3VzdG9tU2FsdDY2MjE5MjY=' width='560' height='315' frameborder='0' allowfullscreen></iframe>" readonly="">
                            <button class="bg-green-500 text-white px-4 py-2 rounded-md ml-2" onclick="copyToClipboard(&quot;copy_iframe_odisha-kerala-blasters_0&quot;, this)">Copy iFrame</button>
                          </div></div>        </div>
    </div>
    


<div id="schedule"></div>

<script id="cid0020000382793317312_" data-cfasync="false" async="" src="//st.chatango.com/js/gz/emb.js" style="width: 200px;height: 300px;">{"handle":"antennasportru","arch":"js","styles":{"a":"707070","b":100,"c":"FFFFFF","d":"FFFFFF","k":"707070","l":"707070","m":"707070","n":"FFFFFF","p":"10","q":"707070","r":100,"pos":"br","cv":1,"cvbg":"404040","cvw":200,"cvh":30,"ticker":1,"fwtickm":1}}</script>

<div style="visibility: hidden;">
<!-- Histats.com  START  (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4614620,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img  src="//sstatic1.histats.com/0.gif?4614620&101" alt="" border="0"></a></noscript>
<!-- Histats.com  END  -->



</div><script async="" type="text/javascript" src="https://s4.histats.com/stats/0.php?4614620&amp;@f16&amp;@g1&amp;@h1&amp;@i1&amp;@j1727810139773&amp;@k0&amp;@l1&amp;@mAntenasport.online%20-%20Live%20TV%20Schedule&amp;@n0&amp;@o1000&amp;@q0&amp;@r0&amp;@s0&amp;@ten-US&amp;@u1&amp;@b1:-28569795&amp;@b3:1727810140&amp;@b4:js15_as.js&amp;@b5:0&amp;@a-_0.2.1&amp;@vhttps%3A%2F%2Fantenasport.online%2F&amp;@w"></script></body></html>