mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
22 lines
746 B
HTML
22 lines
746 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emby</title>
|
|
</head>
|
|
<body>
|
|
<div id="gamesystemsPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="gamesystem" data-require="scripts/gamesystemspage">
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
|
<a href="gamesrecommended.html">${TabSuggestions}</a>
|
|
<a href="games.html">${TabGames}</a>
|
|
<a href="#" class="ui-btn-active">${TabGameSystems}</a>
|
|
<a href="gamegenres.html">${TabGenres}</a>
|
|
<a href="gamestudios.html">${TabStudios}</a>
|
|
</div>
|
|
<div data-role="content">
|
|
<br />
|
|
<div id="items" class="itemsContainer"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|