Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « web « res « mpc-hc « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4cede24c5c2c41f4fbb3c117b14500fd7cefd82f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>MPC-HC WebServer</title>
        <link rel="stylesheet" href="default.css">
        <link rel="icon" href="favicon.ico">
    </head>
    <body class="page-index">
        <!--[if lt IE 8]>
            <div class="browser-warning"><strong>Warning!</strong> You are using an <strong>outdated</strong> browser.
            Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
        <![endif]-->
        <p>Demo page; submit patches if you want this page updated.</p>
        <p>And if you are already here, why don't you try sending a few commands to MPC-HC, just to see if it works :)</p>
        <div>
            <form action="[commandpath]" method="post">
                <select name="[wmcname]">[wmcoptions]</select>
                <input type="submit" value="Go!" name="submit">
            </form>
        </div>
        <p><a href="browser.html">File browser</a></p>
        <p><a href="controls.html">The media player interface made by chobits</a></p>
        <p><a href="player.html">MPC-HC in the browser</a></p>
        <p><a href="info.html">Info page</a></p>
        <p><a href="variables.html">Variables page</a></p>
[debug]
    </body>
</html>