jellyfin-web/dashboard-ui/index.html

30 lines
931 B
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="indexPage" data-role="page" class="page type-home libraryPage" data-theme="a">
<div data-role="content">
2013-05-03 13:50:13 -07:00
<table class="ehsContent">
<tr>
<td>
2013-12-12 21:06:38 -07:00
<br /><br />
2013-05-03 13:50:13 -07:00
<div id="views">
</div>
2013-12-12 21:06:38 -07:00
<br /><br />
2013-10-17 11:24:27 -07:00
<h1 class="listHeader"><a href="itemlist.html">Media Collections<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>
2013-07-23 05:29:28 -07:00
<div id="tip" class="ui-bar-e" style="padding: .5em; font-weight: normal; margin: 2em 0; display: none;"></div>
2013-05-03 13:50:13 -07:00
</td>
</tr>
</table>
2013-02-20 18:33:05 -07:00
</div>
</div>
</body>
</html>