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

29 lines
821 B
HTML
Raw Normal View History

2013-02-20 20:33:05 -05:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 18:23:07 -04:00
<title>${TitleMediaBrowser}</title>
2013-02-20 20:33:05 -05:00
</head>
<body>
2014-05-27 17:17:48 -04:00
<div id="indexPage" data-role="page" class="page type-home libraryPage allLibraryPage backdropPage" data-theme="b" data-backdroptype="movie,series,game,book">
<div class="libraryViewNav scopedLibraryViewNav">
<a href="channels.html" class="ui-btn-active">Home</a>
<a href="channels.html">Next Up</a>
<a href="channels.html">Favorites</a>
</div>
2014-05-11 01:11:53 -04:00
2013-02-20 20:33:05 -05:00
<div data-role="content">
2014-05-07 14:38:50 -04:00
<table class="ehsContent homeEhsContent">
2013-05-03 16:50:13 -04:00
<tr>
<td>
2014-05-20 20:56:24 -04:00
<br />
2014-05-21 15:33:46 -04:00
<div class="sections"></div>
2013-05-03 16:50:13 -04:00
</td>
</tr>
</table>
2013-02-20 20:33:05 -05:00
</div>
</div>
</body>
</html>