1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/index.html
2013-04-04 13:27:36 -04:00

23 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>