jellyfin-web/dashboard-ui/index.html

25 lines
734 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
2017-05-21 00:25:29 -07:00
.mouseIdle, .mouseIdle button, .mouseIdle input, .mouseIdle textarea, .mouseIdle a {
2017-01-03 01:10:50 -07:00
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>
2017-01-30 14:38:24 -07:00
<div class="skinHeader"></div>
<div class="mainAnimatedPages skinBody"></div>
2013-02-20 18:33:05 -07:00
</body>
2016-03-15 22:33:31 -07:00
</html>