mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
25 lines
609 B
HTML
25 lines
609 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleMediaBrowser}</title>
|
|
</head>
|
|
<body>
|
|
<div id="selectServerPage" data-role="page" class="page libraryPage" data-theme="b">
|
|
|
|
<div data-role="content">
|
|
|
|
<div class="readOnlyContent" style="margin: 0 auto;">
|
|
<h1>${HeaderSelectServer}</h1>
|
|
|
|
<div class="serverList"></div>
|
|
<br />
|
|
<div class="noServersMessage" style="display:none;">
|
|
${MessageNoServersAvailableToConnect}
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|