<?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>Streaming Media Server</title>
    <link rel="stylesheet" type="text/css" href="style.css" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  </head>
  <body>
    <h1 id="header">Streaming Media Server</h1>
    <div class="roundbox">
      <div class="mounthead">
        <h3 class="mount">Mount Point /kiwr</h3>
        <div class="right">
          <ul class="mountlist">
            <li>
              <a class="play" href="/kiwr.m3u">M3U</a>
            </li>
            <li>
              <a class="play" href="/kiwr.xspf">XSPF</a>
            </li>
          </ul>
        </div>
      </div>
      <div class="mountcont">
        <table class="yellowkeys">
          <tbody>
            <tr>
              <td>Stream Name:</td>
              <td>KIWR</td>
            </tr>
            <tr>
              <td>Stream Description:</td>
              <td>89.7 The River</td>
            </tr>
            <tr>
              <td>Stream URL:</td>
              <td class="streamstats">
                <a href="http://www.897theriver.com ">http://www.897theriver.com </a>
              </td>
            </tr>
            <tr>
              <td>Currently playing:</td>
              <td class="streamstats">89.7 The River - The Cutting Edge of Rock</td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
  </body>
</html>
