mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
28 lines
899 B
HTML
28 lines
899 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Media Browser</title>
|
|
</head>
|
|
<body>
|
|
<div id="tvNextUpPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tv">
|
|
<div class="libraryViewNav">
|
|
<a href="tvrecommended.html">Suggested</a>
|
|
<a href="tvnextup.html" class="ui-btn-active">Next up</a>
|
|
<a href="tvupcoming.html">Upcoming</a>
|
|
<a href="tvshows.html">Shows</a>
|
|
<a href="episodes.html">Episodes</a>
|
|
<a href="tvgenres.html">Genres</a>
|
|
<a href="tvpeople.html">Actors</a>
|
|
<a href="tvstudios.html">Networks</a>
|
|
</div>
|
|
<div data-role="content">
|
|
<div class="ehsContent">
|
|
<h1 class="listHeader">Next Episodes</h1>
|
|
<div id="nextUpItems">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|