jellyfin-web/dashboard-ui/index.html

27 lines
736 B
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
2016-03-20 10:56:03 -07:00
<html class="preload">
2013-02-20 18:33:05 -07:00
<head>
2015-03-21 11:12:12 -07:00
<title>Emby</title>
2017-01-02 23:51:36 -07:00
<style>
.transparentDocument, .backgroundContainer-transparent:not(.withBackdrop) {
background: none !important;
background-color: transparent !important;
}
2017-01-03 01:10:50 -07:00
.mouseIdle, .mouseIdle * {
cursor: none !important;
}
2017-01-02 23:51:36 -07:00
</style>
2013-02-20 18:33:05 -07:00
</head>
<body>
2016-03-15 22:33:31 -07:00
<div class="backdropContainer"></div>
2016-07-26 22:19:56 -07:00
<div class="backgroundContainer"></div>
2017-01-27 21:14:25 -07:00
<div class="mainDrawer hide"><div class="mainDrawer-scrollContainer scrollContainer"></div></div>
<div class="mainDrawerPanelContent">
<div class="skinHeader"></div>
<div class="mainAnimatedPages skinBody"></div>
2013-02-20 18:33:05 -07:00
</div>
</body>
2016-03-15 22:33:31 -07:00
</html>