<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Y2K Radio - Live</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="refresh" content="10" />
    <style>
body {
    margin:0;
    background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);
    font-family: Arial, sans-serif;
    color:white;
    text-align:center;
}
.container {
    max-width:600px;
    margin:80px auto;
    padding:30px;
    background:rgba(0,0,0,0.6);
    border-radius:15px;
    box-shadow:0 0 30px rgba(0,255,200,0.3);
}
h1 {
    margin-bottom:20px;
    font-size:36px;
    color:#00ffcc;
}
.nowplaying {
    font-size:20px;
    margin-top:20px;
    color:#ffffff;
}
.listeners {
    margin-top:10px;
    font-size:16px;
    color:#cccccc;
}
audio {
    margin-top:25px;
    width:100%;
}
.footer {
    margin-top:40px;
    font-size:13px;
    color:#aaa;
}
</style>
  </head>
  <body>
    <div class="container">
      <h1>Y2K Radio Live</h1>
      <audio controls="controls" autoplay="autoplay">
        <source src="/stream" type="audio/mpeg"></source>
      </audio>
      <div class="nowplaying"><strong>Now Playing:</strong><br />updinfo</div>
      <div class="listeners">
Listeners: 4
 | Peak: 5
 | Bitrate: 128 kbps
</div>
    </div>
    <div class="footer">
© 2026 Y2Ks Radio
</div>
  </body>
</html>
