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/livetvguide.html

20 lines
611 B
HTML
Raw Normal View History

2013-11-14 17:22:46 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="liveTvGuidePage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
<div class="libraryViewNav">
<a href="livetvguide.html" class="ui-btn-active">Guide</a>
<a href="livetvchannels.html">Channels</a>
<a href="livetvrecordings.html">Recordings</a>
2013-12-19 16:51:32 -05:00
<a href="livetvtimers.html">Schedule</a>
<a href="livetvseriestimers.html">Series</a>
2013-11-14 17:22:46 -05:00
</div>
<div data-role="content">
</div>
</div>
</body>
</html>