mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
13 lines
608 B
HTML
13 lines
608 B
HTML
<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> |