mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
23 lines
923 B
HTML
23 lines
923 B
HTML
![]() |
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title>Media Browser</title>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div id="musicRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
|
|||
|
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
|
|||
|
<img src="css/images/home.png"></a>TV Shows</h1>
|
|||
|
<div data-role="content">
|
|||
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
|||
|
<a href="musicrecommended.html" data-role="button" class="ui-btn-active">Recommended</a>
|
|||
|
<a href="#" data-role="button">Songs</a>
|
|||
|
<a href="#" data-role="button">Albums</a>
|
|||
|
<a href="#" data-role="button">Artists</a>
|
|||
|
<a href="#" data-role="button">Genres</a>
|
|||
|
<a href="#" data-role="button">Favorites</a>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|