mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
22 lines
693 B
HTML
22 lines
693 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emby</title>
|
|
</head>
|
|
<body>
|
|
<div id="channelsPage" data-role="page" class="page libraryPage channelsPage" data-contextname="${HeaderChannels}" data-require="scripts/channels">
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
|
<a href="channelslatest.html" class="latestChannelItemsTab">${TabLatest}</a>
|
|
<a href="#" class="ui-btn-active">${TabChannels}</a>
|
|
</div>
|
|
|
|
<div data-role="content">
|
|
<div class="viewSettings">
|
|
</div>
|
|
<div id="items" class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|