jellyfin-web/dashboard-ui/index.html

24 lines
535 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-03-31 22:08:29 -07:00
<div class="ehsContent">
<h1 class="listHeader firstListHeader">Views</h1>
2013-02-20 18:33:05 -07:00
<div id="views">
2013-03-31 17:22:38 -07:00
</div>
2013-02-20 18:33:05 -07:00
2013-03-31 22:08:29 -07:00
<h1 class="listHeader">Collections</h1>
2013-02-20 18:33:05 -07:00
2013-03-31 17:22:38 -07:00
<div id="divCollections"></div>
</div>
2013-02-20 18:33:05 -07:00
</div>
</div>
</body>
</html>