mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
16 lines
667 B
HTML
16 lines
667 B
HTML
<div id="gameStudiosPage" data-role="page" class="page libraryPage listPage" data-require="scripts/gamestudiospage">
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
|
<a href="gamesrecommended.html">${TabSuggestions}</a>
|
|
<a href="games.html">${TabGames}</a>
|
|
<a href="gamesystems.html">${TabGameSystems}</a>
|
|
<a href="gamegenres.html">${TabGenres}</a>
|
|
<a href="#" class="ui-btn-active">${TabStudios}</a>
|
|
</div>
|
|
<div data-role="content">
|
|
<div class="viewSettings">
|
|
<div class="listTopPaging">
|
|
</div>
|
|
</div>
|
|
<div id="items" class="itemsContainer"></div>
|
|
</div>
|
|
</div> |