jellyfin-web/dashboard-ui/itemlist.html

16 lines
370 B
HTML
Raw Normal View History

2013-03-05 16:35:28 -07:00
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<div id="itemListPage" data-role="page" class="page libraryPage" data-theme="a">
2013-03-06 22:34:00 -07:00
<div data-role="content" class="itemListContent">
2013-03-05 23:22:19 -07:00
<h1 id="itemName" class="listHeader" style="margin-top: .5em;"></h1>
<div id="items"></div>
2013-03-05 16:35:28 -07:00
</div>
</div>
</body>
</html>