1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/home.html

19 lines
947 B
HTML
Raw Normal View History

2017-03-21 13:31:40 -04:00
<div id="indexPage" style="outline: none;" data-role="page" data-dom-cache="true" class="page homePage libraryPage allLibraryPage backdropPage pageWithAbsoluteTabs withTabs" data-backdroptype="movie,series,game,book">
2016-03-15 01:26:04 -04:00
2017-04-12 01:29:46 -04:00
<div class="pageTabContent" id="homeTab" data-index="0">
2016-05-16 16:48:56 -04:00
<div class="ui-bar-b readOnlyContent welcomeMessage hide" style="padding: 2em; border-radius: 10px; margin: 2em auto; font-weight: normal;">
2016-05-15 12:30:32 -04:00
<h1 style="margin-top: 0;" class="tourHeader"></h1>
<p>
2016-06-18 16:31:22 -04:00
<button is="emby-button" type="button" class="raised submit block btnTakeTour"><span class="tourButtonText"></span></button>
2016-05-15 12:30:32 -04:00
</p>
2016-03-15 01:26:04 -04:00
</div>
2016-05-15 12:30:32 -04:00
<div class="sections"></div>
</div>
2017-06-29 15:09:09 -04:00
<div class="pageTabContent" id="favoritesTab" data-index="1">
2016-05-15 12:30:32 -04:00
<div class="favoriteSections"></div>
</div>
2017-07-17 11:03:20 -04:00
<div class="pageTabContent" style="padding-top:1em;" data-index="2">
2017-05-01 16:03:02 -04:00
</div>
2016-03-16 01:33:31 -04:00
</div>