mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
19 lines
447 B
HTML
19 lines
447 B
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title>Media Browser</title>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div id="channelsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="channels">
|
|||
|
|
|||
|
<div data-role="content">
|
|||
|
<div class="viewSettings">
|
|||
|
<div class="listTopPaging">
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<div id="items" class="itemsContainer"></div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|