mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
20 lines
561 B
HTML
20 lines
561 B
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title>Emby</title>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div id="secondaryItemsPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-require="scripts/secondaryitems" data-backbutton="true" data-menubutton="false">
|
|||
|
|
|||
|
<div data-role="content">
|
|||
|
<div class="viewSettings">
|
|||
|
<div class="listTopPaging">
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<div id="items" class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|