mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
14 lines
252 B
HTML
14 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>
|