mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
26 lines
1.0 KiB
HTML
26 lines
1.0 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title>Media Browser</title>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div id="movieGenresPage" data-role="page" class="page libraryPage noLogoPage listPage" 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">Suggested</a>
|
|||
|
<a href="movies.html" data-role="button">Movies</a>
|
|||
|
<a href="boxsets.html" data-role="button">Box Sets</a>
|
|||
|
<a href="moviegenres.html" data-role="button" class="ui-btn-active">Genres</a>
|
|||
|
<a href="#" data-role="button">Actors</a>
|
|||
|
<a href="#" data-role="button">Directors</a>
|
|||
|
</div>
|
|||
|
<div class="viewSettings">
|
|||
|
</div>
|
|||
|
<div id="items"></div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|