mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
26 lines
717 B
HTML
26 lines
717 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Media Browser</title>
|
|
</head>
|
|
<body>
|
|
<div id="itemGalleryPage" data-role="page" class="page libraryPage" data-theme="b">
|
|
<div class="parentName" style="display: none;">
|
|
</div>
|
|
<div data-role="content">
|
|
|
|
<div class="ehsContent">
|
|
<h1 class="itemName detailPageName"></h1>
|
|
|
|
<div id="galleryCollapsible" class="detailSection">
|
|
<div class="detailSectionHeader">
|
|
Gallery
|
|
</div>
|
|
<div id="galleryContent" class="detailSectionContent"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|