jellyfin-web/dashboard-ui/index.html

28 lines
754 B
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
2013-12-24 11:37:29 -07:00
<div id="indexPage" data-role="page" class="page type-home libraryPage" data-theme="b">
2013-02-20 18:33:05 -07:00
<div data-role="content">
2013-05-03 13:50:13 -07:00
<table class="ehsContent">
<tr>
<td>
2013-12-27 19:46:32 -07:00
<br />
2013-05-03 13:50:13 -07:00
<div id="views">
</div>
2013-12-27 19:46:32 -07:00
<br />
<h1 class="listHeader"><a href="itemlist.html">Media Folders<img src="css/images/rightarrow.png" class="headerArrowImage" /></a></h1>
2013-02-20 18:33:05 -07:00
2013-05-03 13:50:13 -07:00
<div id="divCollections"></div>
</td>
</tr>
</table>
2013-02-20 18:33:05 -07:00
</div>
</div>
</body>
</html>