mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
25 lines
922 B
HTML
25 lines
922 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emby</title>
|
|
</head>
|
|
<body>
|
|
<div id="favoritesPage" data-role="page" class="page type-home libraryPage allLibraryPage backdropPage" data-backdroptype="movie,series,game,book" data-require="scripts/favorites,paperbuttonstyle">
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
|
<a href="index.html"><i class="material-icons">home</i>${TabHome}</a>
|
|
<a href="tvrecommended.html"><i class="material-icons">navigate_next</i>${TabNextUp}</a>
|
|
<a href="favorites.html" class="ui-btn-active"><i class="material-icons">favorite</i>${TabFavorites}</a>
|
|
<a href="tvupcoming.html"><i class="material-icons">schedule</i>${TabUpcoming}</a>
|
|
</div>
|
|
|
|
<div data-role="content">
|
|
|
|
<div class="ehsContent">
|
|
<div class="sections"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|