1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00
neompc/templates/default/index.html
Dan Barber 9a3fbae4fd + Button at the top now lights up to let you know what mode you're at.
+ 'Add' and 'Play' buttons now recurse down the file tree. Be careful about hitting this button at the top level if you've got a big library!

~ Playlist now highlights currently playing track.
2007-05-13 19:43:39 +00:00

26 lines
370 B
HTML

<!doctype html>
<html>
<head>
<title>Neo MPC {$version}</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<style>
{include file="default/styles.css"}
</style>
</head>
<body>
{include file="default/menu.html"}
<div id="page">
{include file="default/$page.html"}
</div>
</body>
</html>