mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
27 lines
869 B
HTML
27 lines
869 B
HTML
![]() |
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title>Media Browser</title>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div id="liveTvRecordingListPage" 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" class="ui-btn-active">Recordings</a>
|
|||
|
<a href="livetvtimers.html">Scheduled</a>
|
|||
|
<a href="livetvseriestimers.html">Series</a>
|
|||
|
</div>
|
|||
|
<div data-role="content">
|
|||
|
<div class="viewSettings">
|
|||
|
<div class="viewControls">
|
|||
|
</div>
|
|||
|
<div class="listTopPaging">
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<div id="items" class="itemsContainer"></div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|