1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00
neompc/templates/default/.svn/text-base/index.html.svn-base
2010-01-09 16:46:54 +00:00

35 lines
545 B
Plaintext

<!doctype html>
<html>
<head>
<title>NeoMPC {$version}</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=240, user-scalable=no"/>
<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>