1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/musicrecommended.html

22 lines
909 B
HTML
Raw Normal View History

2013-04-01 01:44:37 -04:00
<!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">
2013-04-19 00:27:16 -04:00
<img src="css/images/mblogoicon.png"></a>Music</h1>
2013-04-01 01:44:37 -04:00
<div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
2013-04-09 17:03:15 -04:00
<a href="musicrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
2013-04-01 01:44:37 -04:00
<a href="#" data-role="button">Songs</a>
2013-04-22 00:38:03 -04:00
<a href="musicalbums.html" data-role="button">Albums</a>
<a href="musicartists.html" data-role="button">Artists</a>
2013-04-19 19:57:23 -04:00
<a href="musicgenres.html" data-role="button">Genres</a>
2013-04-01 01:44:37 -04:00
</div>
</div>
</div>
</body>
</html>