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/channelslatest.html
Luke Pulverenti 5f32167765 update icons
2015-07-10 00:44:21 -04:00

21 lines
740 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"><iron-icon icon="new-releases"></iron-icon>${TabLatest}</a>
<a href="channels.html"><iron-icon icon="live-tv"></iron-icon>${TabChannels}</a>
</div>
<div data-role="content">
<div class="ehsContent">
<div class="items"></div>
</div>
</div>
</div>
</body>
</html>