jellyfin-web/dashboard-ui/index.html
2014-04-01 18:23:07 -04:00

28 lines
761 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>${TitleMediaBrowser}</title>
</head>
<body>
<div id="indexPage" data-role="page" class="page type-home libraryPage" data-theme="b">
<div data-role="content">
<table class="ehsContent">
<tr>
<td>
<br />
<div id="views">
</div>
<br />
<h1 class="listHeader"><a href="itemlist.html">Media Folders<img src="css/images/rightarrow.png" class="headerArrowImage" /></a></h1>
<div id="divCollections"></div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>