mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
22 lines
668 B
HTML
22 lines
668 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Media Browser</title>
|
|
</head>
|
|
<body>
|
|
<div id="gamesystemsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="games">
|
|
<div class="libraryViewNav">
|
|
<a href="gamesrecommended.html">Suggested</a>
|
|
<a href="games.html">Games</a>
|
|
<a href="gamesystems.html" class="ui-btn-active">Game Systems</a>
|
|
<a href="gamegenres.html">Genres</a>
|
|
<a href="gamestudios.html">Studios</a>
|
|
</div>
|
|
<div data-role="content">
|
|
<br />
|
|
<div id="items" class="itemsContainer"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|