1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/homelatest.html

26 lines
1 KiB
HTML
Raw Normal View History

2014-06-23 12:05:19 -04:00
<!DOCTYPE html>
<html>
<head>
2015-03-21 14:12:12 -04:00
<title>Emby</title>
2014-06-23 12:05:19 -04:00
</head>
<body>
2015-06-16 13:37:49 -04:00
<div id="homeLatestPage" data-role="page" class="page type-home libraryPage allLibraryPage backdropPage" data-backdroptype="movie,series,game,book" data-require="scripts/sections,scripts/homelatest,paperbuttonstyle">
2014-06-23 12:05:19 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
2015-06-17 21:41:22 -04:00
<a href="index.html"><i class="material-icons">home</i>${TabHome}</a>
<a href="#" class="ui-btn-active"><i class="material-icons">new_releases</i>${TabLatest}</a>
<a href="tvrecommended.html"><i class="material-icons">navigate_next</i>${TabNextUp}</a>
<a href="favorites.html"><i class="material-icons">favorite</i>${TabFavorites}</a>
<a href="tvupcoming.html"><i class="material-icons">schedule</i>${TabUpcoming}</a>
2014-06-23 12:05:19 -04:00
</div>
<div data-role="content">
2014-08-01 22:34:45 -04:00
<div class="ehsContent">
<div class="sections"></div>
</div>
2014-06-23 12:05:19 -04:00
</div>
</div>
</body>
</html>