jellyfin-web/dashboard-ui/index.html
2013-12-24 13:37:29 -05:00

30 lines
931 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Media Browser</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 /><br />
<div id="views">
</div>
<br /><br />
<h1 class="listHeader"><a href="itemlist.html">Media Collections<img src="css/images/rightarrow.png" class="headerArrowImage" /></a></h1>
<div id="divCollections"></div>
<div id="tip" class="ui-bar-e" style="padding: .5em; font-weight: normal; margin: 2em 0; display: none;"></div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>