1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/channels.html

19 lines
454 B
HTML
Raw Normal View History

2014-03-18 13:05:57 -04:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 18:23:07 -04:00
<title>${TitleMediaBrowser}</title>
2014-03-18 13:05:57 -04:00
</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>