mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
18 lines
570 B
HTML
18 lines
570 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>${TitleMediaBrowser}</title>
|
|
</head>
|
|
<body>
|
|
<div id="webClientPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage" data-theme="b">
|
|
<div class="libraryViewNav">
|
|
<a href="#" class="lnkDisplayPreferences">${TabDisplay}</a>
|
|
<a href="#" class="lnkLanguagePreferences">${TabLanguages}</a>
|
|
<a href="#" class="ui-btn-active lnkWebClientPreferences">${TabWebClient}</a>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|