30 lines
942 B
HTML
30 lines
942 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Mopidy HTTP frontend</title>
|
|
<link rel="stylesheet" type="text/css" href="mopidy.css">
|
|
</head>
|
|
<body>
|
|
<div class="box focus">
|
|
<h1>Mopidy HTTP frontend</h1>
|
|
|
|
<p>This web server is a part of the music server Mopidy. To learn more
|
|
about Mopidy, please visit
|
|
<a href="http://www.mopidy.com/">www.mopidy.com</a>.</p>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<h2>Static content serving</h2>
|
|
|
|
<p>To see your own content instead of this placeholder page, change the
|
|
setting <tt>HTTP_SERVER_STATIC_DIR</tt> to point to the directory
|
|
containing your static files. This can be used to host e.g. a pure
|
|
HTML/CSS/JavaScript Mopidy client.</p>
|
|
|
|
<p>If you replace this page with your own content, the Mopidy resources
|
|
at <a href="/mopidy/">/mopidy/</a> will still be available.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|