1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00
neompc/templates/default/index.html
2006-08-02 09:03:37 +00:00

22 lines
367 B
HTML

<html>
<head>
<title>Neo MPC 0.2</title>
<style>
{include file="default/styles.css"}
</style>
</head>
<body>
<div id="menu"><a href="{$browse_link}">Browse</a><a href="{$playlist_link}">Playlist</a><a href="{$control_link}">Control</a></div>
<div id="page">
{include file="default/$page.html"}
</div>
</body>
</html>