<?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>Icecast 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">Icecast2 Status</h1>
    <div id="menu">
      <ul>
        <li>
          <a href="admin/">Administration</a>
        </li>
        <li>
          <a href="status.xsl">Server Status</a>
        </li>
        <li>
          <a href="server_version.xsl">Version</a>
        </li>
      </ul>
    </div>
    <h2>Authorization Page</h2>
    <div class="roundbox">
      <h3 class="mount">
						Mount Point /vgb<small>Private Streaming Service</small></h3>
      <form class="alignedform" method="get" action="/admin/buildm3u">
        <p>
          <label for="name">Username: </label>
          <input id="name" name="username" type="text" />
        </p>
        <p>
          <label for="password">Password: </label>
          <input id="password" name="password" type="password" />
        </p>
        <input type="hidden" name="mount" value="/vgb" />
        <input type="submit" value="Login" />
      </form>
    </div>
    <div id="footer">
		Support icecast development at <a href="https://www.icecast.org/">www.icecast.org</a></div>
  </body>
</html>
