mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
30 lines
892 B
HTML
30 lines
892 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Media Browser</title>
|
|
</head>
|
|
<body>
|
|
<div id="indexPage" data-role="page" class="page type-home libraryPage" data-theme="b">
|
|
<div data-role="content">
|
|
|
|
<table class="ehsContent">
|
|
<tr>
|
|
<td>
|
|
|
|
<br />
|
|
<div id="views">
|
|
</div>
|
|
<br />
|
|
<h1 class="listHeader"><a href="itemlist.html">Media Folders<img src="css/images/rightarrow.png" class="headerArrowImage" /></a></h1>
|
|
|
|
<div id="divCollections"></div>
|
|
|
|
<div id="tip" class="ui-bar-a" style="padding: .75em; font-weight: normal; margin: 2em 0; display: none;"></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|