jellyfin-web/dashboard-ui/index.html

28 lines
673 B
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="indexPage" data-role="page" class="page type-home libraryPage" data-theme="a">
<div data-role="content">
2013-05-03 13:50:13 -07:00
<table class="ehsContent">
<tr>
<td>
<h1 class="listHeader firstListHeader">Views</h1>
2013-02-20 18:33:05 -07:00
2013-05-03 13:50:13 -07:00
<div id="views">
</div>
2013-02-20 18:33:05 -07:00
2013-05-03 13:50:13 -07:00
<h1 class="listHeader">Collections</h1>
2013-02-20 18:33:05 -07:00
2013-05-03 13:50:13 -07:00
<div id="divCollections"></div>
</td>
</tr>
</table>
2013-02-20 18:33:05 -07:00
</div>
</div>
</body>
</html>