mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
31 lines
866 B
HTML
31 lines
866 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleMediaBrowser}</title>
|
|
</head>
|
|
<body>
|
|
<div id="indexPage" data-role="page" class="page type-home libraryPage noLibraryMenuSelectionPage" data-theme="b">
|
|
<div data-role="content">
|
|
|
|
<table class="ehsContent">
|
|
<tr>
|
|
<td>
|
|
<div id="resumableSection" style="display: none;">
|
|
<h1 class="listHeader">${HeaderResume}</h1>
|
|
|
|
<div id="resumableItems">
|
|
</div>
|
|
</div>
|
|
|
|
<h1 class="listHeader">${HeaderLatestMedia}</h1>
|
|
|
|
<div id="recentlyAddedItems">
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|