mirror of
https://github.com/danbee/neompc
synced 2025-03-04 08:39:10 +00:00
30 lines
392 B
HTML
30 lines
392 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>
|
|
|
|
{$refresh}
|
|
|
|
{include file="default/menu.html"}
|
|
|
|
<div id="page">
|
|
|
|
{include file="default/$page.html"}
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|