mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
24 lines
760 B
HTML
24 lines
760 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Media Browser</title>
|
|
</head>
|
|
<body>
|
|
<div id="liveTvSeriesTimersPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
|
<div class="libraryViewNav">
|
|
<a href="livetvguide.html">Guide</a>
|
|
<a href="livetvchannels.html">Channels</a>
|
|
<a href="livetvrecordings.html">Recordings</a>
|
|
<a href="livetvtimers.html">Scheduled</a>
|
|
<a href="livetvseriestimers.html" class="ui-btn-active">Series</a>
|
|
</div>
|
|
<div data-role="content">
|
|
<div style="max-width: 700px; margin: 0 auto;">
|
|
<br />
|
|
<div id="items"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|