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/movies.html

24 lines
988 B
HTML
Raw Normal View History

2013-04-01 01:08:29 -04:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="moviesPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
2013-04-01 11:59:56 -04:00
<h1 class="libraryPageHeader"><a href="../index.html" class="imageLink">
2013-04-01 01:08:29 -04:00
<img src="css/images/home.png"></a>Movies</h1>
<div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
2013-04-01 01:44:37 -04:00
<a href="moviesrecommended.html" data-role="button">Recommended</a>
2013-04-01 01:08:29 -04:00
<a href="movies.html" data-role="button" class="ui-btn-active">Movies</a>
<a href="#" data-role="button">Box Sets</a>
<a href="#" data-role="button">Genres</a>
<a href="#" data-role="button">Actors</a>
<a href="#" data-role="button">Directors</a>
<a href="#" data-role="button">Favorites</a>
</div>
</div>
</div>
</body>
</html>