mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
16 lines
384 B
HTML
16 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>
|