2013-03-31 22:44:37 -07: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-01 10:00:38 -07:00
|
|
|
|
<img src="css/images/home.png"></a>Music</h1>
|
2013-03-31 22:44:37 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
2013-04-09 14:03:15 -07:00
|
|
|
|
<a href="musicrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
|
2013-03-31 22:44:37 -07:00
|
|
|
|
<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>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|