mirror of
https://github.com/danbee/neompc
synced 2025-03-04 08:39:10 +00:00
+ Added <meta http-equiv="content-type" content="text/html; charset=UTF-8" />, which should fix most international character problems.
26 lines
457 B
HTML
26 lines
457 B
HTML
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<title>Neo MPC 0.2</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
|
|
<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>
|