mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
15 lines
384 B
HTML
15 lines
384 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emby</title>
|
|
</head>
|
|
<body>
|
|
<div id="favoritesPage" data-role="page" class="page homePage libraryPage allLibraryPage noSecondaryNavPage" data-title="${TabFavorites}" data-require="scripts/favorites">
|
|
|
|
<div data-role="content">
|
|
|
|
<div class="sections favoriteSections"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|