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 2cfbf0fc5f + Added track progress bar to the control screen. The javascript is untested in Pocket IE.
- Removed spurious styles.css file in the root directory.
2007-05-15 14:27:13 +00:00

34 lines
481 B
HTML

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