jellyfin-web/dashboard-ui/channels.html

19 lines
447 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="channelsPage" 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>