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
537 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>
2014-05-03 00:20:04 -04:00
<div id="channelsPage" data-role="page" class="page libraryPage noSecondaryNavPage channelsPage" data-theme="b" data-view="channels">
2014-03-18 13:05:57 -04:00
<div data-role="content">
<div class="viewSettings">
2014-05-03 19:38:23 -04:00
<h1 style="margin: 0 1em 0 0; display: inline-block; vertical-align: middle;">${HeaderChannels}</h1>
2014-03-18 13:05:57 -04:00
</div>
<div id="items" class="itemsContainer"></div>
</div>
</div>
</body>
</html>