jellyfin-web/dashboard-ui/channelitems.html

19 lines
451 B
HTML
Raw Normal View History

2014-03-18 10:05:57 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="channelItemsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="channels">
<div data-role="content">
<div class="viewSettings">
<div class="listTopPaging">
</div>
</div>
<div id="items" class="itemsContainer"></div>
</div>
</div>
</body>
</html>