mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
13 lines
252 B
HTML
13 lines
252 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleMediaBrowser}</title>
|
|
</head>
|
|
<body>
|
|
<div id="nowPlayingPage" data-role="page" class="page libraryPage" data-theme="b">
|
|
|
|
<div data-role="content">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|