mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
24 lines
535 B
HTML
24 lines
535 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">
|
|
|
|
<div class="ehsContent">
|
|
<h1 class="listHeader firstListHeader">Views</h1>
|
|
|
|
<div id="views">
|
|
</div>
|
|
|
|
<h1 class="listHeader">Collections</h1>
|
|
|
|
<div id="divCollections"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|