jellyfin-web/dashboard-ui/livetvtimers.html
2013-11-27 14:04:19 -05:00

20 lines
611 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="liveTvTimersPage" data-role="page" class="page libraryPage" data-theme="a" 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" class="ui-btn-active">Timers</a>
</div>
<div data-role="content">
<div id="items" class="itemsContainer"></div>
</div>
</div>
</body>
</html>