<?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>Radio T3rmal</title>
    <link rel="stylesheet" type="text/css" href="style.css" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
    <link rel="icon" type="image/png" href="img/favicon.png" />
    <script src="./updater.js"></script>
  </head>
  <body>
    <h1 id="header"><img src="img/logo.png" />radio T3rmal
	</h1>
    <div class="roundbox_play">
      <table class="yellowkeys">
        <tbody>
          <tr name="curently_playing">
            <td>Currently playing:</td>
            <td>Lana Del Rey</td>
            <td>-</td>
            <td>Living Legend</td>
          </tr>
          <tr name="listeners">
            <td>Current listeners:</td>
            <td>0</td>
          </tr>
          <tr name="listener_peak">
            <td>Peak listeners:</td>
            <td>
              <sum>3</sum>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
    <div class="roundbox_cover">
      <div name="album_art" id="album_art">
        <img src="img/album_cover.png" alt="album_art" width="250" height="250" />
      </div>
    </div>
    <div class="roundbox">
      <div class="mounthead">
        <h3 id="low">Low (128)</h3>
      </div>
      <div class="mountcont">
        <div class="audioplayer">
          <audio controls="controls" preload="none">
            <source src="/128" type="audio/ogg"></source>
          </audio>
        </div>
      </div>
    </div>
    <div class="roundbox">
      <div class="mounthead">
        <h3 id="high">High (320)</h3>
      </div>
      <div class="mountcont">
        <div class="audioplayer">
          <audio controls="controls" preload="none">
            <source src="/320" type="audio/ogg"></source>
          </audio>
        </div>
      </div>
    </div>
    <div class="roundbox">
      <div class="mounthead">
        <h3 id="fire">Fire (FLAC)</h3>
      </div>
      <div class="mountcont">
        <div class="audioplayer">
          <audio controls="controls" preload="none">
            <source src="/flac" type="audio/ogg"></source>
          </audio>
        </div>
      </div>
    </div>
  </body>
</html>
