<!DOCTYPE html>

<html>

<head>

  <title>W1 Radio - Listen Live</title>

  <style>

    * {

      margin: 0;

      padding: 0;

      box-sizing: border-box;

    }

    body {

      background: linear-gradient(135deg, #ff0080, #00ff88);

      display: flex;

      align-items: center;

      justify-content: center;

      height: 100vh;

      font-family: Arial, sans-serif;

    }

    .player {

      background: #000;

      padding: 40px;

      border-radius: 16px;

      text-align: center;

      box-shadow: 0 0 50px rgba(255, 0, 128, 0.5);

      max-width: 500px;

      width: 90%;

    }

    h1 {

      color: #fff;

      margin-bottom: 30px;

      font-size: 32px;

    }

    .cc_player {

      margin: 20px 0;

    }

    audio {

      width: 100%;

      margin: 20px 0;

      background: #1a1a1a;

      border-radius: 8px;

    }

    p {

      color: #aaa;

      font-size: 12px;

      margin-top: 20px;

    }

  </style>

</head>

<body>

  <div class="player">

    <h1>🎙️ W1 Radio</h1>

    <div class="cc_player" data-username="allisjoy" data-size="lg" data-style="light"></div>

    <p>Listen Live - Keep browsing while you listen</p>

  </div>


  <script src="https://carol.epichosts.co.uk:2199/system/player.js"></script>

  <script src="https://carol.epichosts.co.uk:2199/system/streaminfo.js"></script>

</body>

</html>