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 ae099798db ~ Control screen is now Ajax based.
+ Added repeat button.
+ Started work on volume control.
2010-01-11 09:43:47 +00:00

37 lines
710 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>NeoMPC {:$version:}</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=320, user-scalable=no"/>
<style>
{:include file="default/styles.css":}
</style>
<script type="text/javascript" src="lib/js/jquery-min.js"></script>
<script type="text/javascript">
progressbar_width = {:$progressbar_width:};
template = '{:$template:}';
{:include file="../lib/js/neompc.js":}
</script>
</head>
<body>
{:include file="default/menu.html":}
<div id="page">
{:include file="default/$page.html":}
</div>
{:$refresh:}
</body>
</html>