mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
30 lines
793 B
HTML
30 lines
793 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<div id="itemByNameDetailPage" data-role="page" class="page libraryPage" data-theme="a">
|
|
<div data-role="content">
|
|
|
|
<div class="detailPagePrimaryInfo">
|
|
<div class="itemImageBlock">
|
|
<div id="itemMedia" style="position: relative;">
|
|
<div id="itemImage"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="itemDetailBlock">
|
|
<p id="itemMiscInfo" class="itemMiscInfo"></p>
|
|
|
|
<p id="itemOverview"></p>
|
|
<p id="itemRatings"></p>
|
|
|
|
<p id="itemLinks"></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|