mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
28 lines
777 B
HTML
28 lines
777 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="a">
|
|
<div data-role="content">
|
|
|
|
<table class="ehsContent">
|
|
<tr>
|
|
<td>
|
|
<h1 class="listHeader firstListHeader">Views</h1>
|
|
|
|
<div id="views">
|
|
</div>
|
|
|
|
<h1 class="listHeader"><a href="itemlist.html">Folders<img src="css/images/rightarrow.png" style="height: 24px; margin-left: .5em;" /></a></h1>
|
|
|
|
<div id="divCollections"></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|