mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 10:28:18 -07:00
24 lines
985 B
HTML
24 lines
985 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Media Browser</title>
|
|
</head>
|
|
<body>
|
|
<div id="moviesPage" 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>Movies</h1>
|
|
<div data-role="content">
|
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
|
<a href="moviesrecommended.html" data-role="button">Recommended</a>
|
|
<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>
|