mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
22 lines
738 B
HTML
22 lines
738 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emby</title>
|
|
</head>
|
|
<body>
|
|
<div id="channelsLatestPage" data-role="page" class="page libraryPage channelsPage" data-contextname="${HeaderChannels}" data-require="scripts/sections,scripts/channelslatest,paperbuttonstyle">
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
|
<a href="#" class="ui-btn-active latestChannelItemsTab"><i class="material-icons">new_releases</i>${TabLatest}</a>
|
|
<a href="channels.html"><i class="material-icons">live_tv</i>${TabChannels}</a>
|
|
</div>
|
|
|
|
<div data-role="content">
|
|
<div class="ehsContent">
|
|
<div class="items"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|