mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
18 lines
587 B
HTML
18 lines
587 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emby</title>
|
|
</head>
|
|
<body>
|
|
<div id="liveTvItemsPage" data-role="page" class="page libraryPage liveTvPage noSecondaryNavPage" data-contextname="${HeaderLiveTv}" data-require="scripts/livetvitems,scripts/queryfilters,livetvcss" data-backbutton="true" data-menubutton="false">
|
|
|
|
<div data-role="content">
|
|
<div class="viewSettings">
|
|
<div class="listTopPaging"></div>
|
|
</div>
|
|
<div id="items" class="itemsContainer paddedItemsContainer"></div>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html> |