mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
30 lines
783 B
HTML
30 lines
783 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 style="padding: 10px;">
|
|
<div class="itemImageBlock">
|
|
<div id="itemMedia" style="position: relative;">
|
|
<div id="itemImage"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="itemDetailBlock">
|
|
<h1 id="itemName" style="margin-top: 0;"></h1>
|
|
|
|
<p id="itemOverview"></p>
|
|
<p id="itemRatings"></p>
|
|
|
|
<p id="itemLinks"></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|