mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
26 lines
717 B
HTML
26 lines
717 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleMediaBrowser}</title>
|
|
</head>
|
|
<body>
|
|
<div id="channelsLatestPage" data-role="page" class="page libraryPage channelsPage" data-theme="b" data-contextname="${HeaderChannels}">
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
|
<a href="#" class="ui-btn-active">${TabLatest}</a>
|
|
<a href="channels.html">${TabChannels}</a>
|
|
</div>
|
|
|
|
<div data-role="content">
|
|
<table class="ehsContent homeEhsContent">
|
|
<tr>
|
|
<td>
|
|
<div class="items"></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|