home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Freeware / Multimedia / mplayerclassicXP / mplayerc.exe / 1033 / HTML / 340 next >
Text File  |  2005-03-20  |  987b  |  36 lines

  1. <html>
  2.     <head>
  3.         <title>MPC WebServer</title>
  4.         <link rel="stylesheet" type="text/css" href="/default.css">
  5.     </head>
  6.     <body>
  7.         <p>
  8.             Sorry, this is just a little demo page for now, I'm still awaiting ideas what 
  9.             to put here ... and mostly why (hehe) Anyway, I'm sure there will be some use 
  10.             of this web server in the future. You users can always come up with something.
  11.         </p>
  12.         <p>
  13.             And if you are already here, why don't you try sending a few commands to MPC, 
  14.             just to see if it works :)
  15.         </p>
  16.         <p>
  17.             <form action="[commandpath]" method="post">
  18.                 <select name="[wmcname]">
  19.                     [wmcoptions]
  20.                 </select>
  21.                 <input type="submit" value="Go!" name="submit">
  22.             </form>
  23.         </p>
  24.         <p>
  25.             <a href="/browser.html">File browser</a>
  26.         </p> 
  27.         <p>
  28.             <a href="/controls.html">The media player interface made by chobits</a>
  29.         </p>
  30.         <p>
  31.             New in this release: <a href="/player.html">MPC in the browser!</a>
  32.         </p>
  33.         [debug] 
  34.     </body>
  35. </html>
  36.